﻿/* CSS Document */
HTML
{
	width:100%;
	height:100%;
}
BODY 
{
	
	width:100%; 
	height:100%; 
	margin:0px 0px 0px 0px; 
	border:none; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url('../images/header_background_color.png');
}
IMG
{
    border:0px;
    margin:0px 0px 0px 0px;
}
IFRAME
{
    border-right:solid 1px #CCCCCC;
    border-bottom:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
    border-top:0px;
}
.topImgNote
{
    color:white;
    float:right;
    padding-right:5px;
    padding-top:5px;
}
.topImgs
{
    background-image:url('../images/linkBar_Background.png');
    background-repeat:repeat;
    text-align:left;
    height:25px;
    width:100%;
}
#myMap
{
    font-family:Tahoma;
}
.titleCase
{
	text-transform:capitalize;
}
.upperCase
{
	text-transform:uppercase;
}
.oneWide
{
	width:100px;
}
A.find:link
{
	color:White;
	padding-right:50px;
}
A.find:active
{
	color:White;
	padding-right:50px;
}
A.find:visited
{
	color:White;
	padding-right:50px;
}
A.find:hover
{
	color:Red;
}
.printMe
{
	float:right;
	padding-top:5px;
	padding-right:5px;
}
.cookie
{
	height:20px;
	float:left;
	margin-top:10px;
}
.crumb
{
	color:Black;
	text-decoration:underline;
	cursor:pointer;
}
.crumb:hover
{
	font-weight:bold;
}
A:LINK A:ACTIVE A:VISITED
{
	color:Red;
	text-decoration:underline;
	font-size:large;
}
A:HOVER
{
	font-weight:bold;
}
.tableLeft
{
	width:auto; 
	/*background-image:url(../images/secondary_header_background_color.png);*/
	background-color:White;
	color:Black;
	vertical-align:top;
	padding:5px;
}
.col1
{
	padding-top:5px;
	height:100%;
	width:10%;
	float:left;
	text-align:center;
}
.col2
{
	padding-top:5px;
	font-weight:bold;
	padding-left:5px;
	width:30%;
	height:100%;
	float:left;
	text-align:left;
}
.col3
{
	padding-top:5px;
	width:19%;
	height:100%;
	float:left;
	text-align:center;
}
.col4
{
	padding-top:5px;
	width:19%;
	height:100%;
	float:left;
	text-align:center;
}
.col5
{
	padding-top:5px;
	width:19%;
	height:100%;
	float:left;
	text-align:center;
}
.colRow
{
	border-bottom:solid 1px #CCCCCC;
	font-size:9pt;
	padding:2px;
	margin:2px;
	width:auto;
}
.colRowMainHead
{
	vertical-align:middle;
	border-bottom:solid 1px black;
	background-color:#CCCCCC;
	font-size:10pt;
	font-weight:bold;
	padding:2px;
	margin:2px;
	width:auto;
}

.tableRight
{
	width:100%;
	vertical-align:top;
	padding:5px;
}
#pageHeader /* Header for the Page */
{
	background-image:url('../images/PageHeaderBG.png');
	background-repeat:repeat;
	height:103px;
	width:100%;
}
#bodyMain /* Body Title & Content */
{
	border-bottom:solid 1px black;
	background-color:White;
}
#Div1
{
	padding:0px;
}
#bodyContent {
  overflow:auto;
  height:100%;
}
#pageFooter /* Web Page Footer */
{
	background-image:url('../images/header_background_color.png');
	background-repeat:repeat;
	height:15px;
	width:100%;
}
#bodyHeader
{
	background-image:url('../images/secondary_header_background_color.png');
	background-repeat:repeat;
	height:31px;
	width:100%;
}
.sideNav
{
	text-decoration:none;
	color:Black;
}
.sideNav:hover
{
	color:Purple;
}
.sideLinkBox
{
	margin-bottom:2px;
	width:100%;
	vertical-align:middle;
	text-align:left;
	background-image:url('../images/btnBG_off.png');
	padding-top:7px;
	padding-bottom:5px;
	text-decoration:none;
	padding-left:1px;
	padding-right:1px;
	
}
.sideLinkBox:Hover
{
	background-image:url('../images/btnBG_on.png');
}
.right
{
    float:right;
}
.mainRowTwo
{
    
}
TR.mainRowOne
{
   /* background-image:url('../images/PhaseTwoItemHeader.png');*/
    color:#242468;
    font-weight:bold;
    font-size:10pt;
}
.mainItemTable
{
    background-image:url('../images/PhaseTwoItem.png');
    background-repeat:repeat;
}
A.find:link
{
	color:White;
	padding-right:50px;
}
A.find:active
{
	color:White;
	padding-right:50px;
}
A.find:visited
{
	color:White;
	padding-right:50px;
}
A.find:hover
{
	color:White;
}
