/*##########IMPORT SPECIFIC STYLE SHEETS ############*/

@import url(/css/subMenu.css);
@import url(/css/dhtml-css.css);
@import url(/css/tabs.css);


/* ########## PAGE CONTROLS ########## */

body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	background-color: #EEEEEE;
}

#background {
	background-image: url(/images/bkgd.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#backgroundFooter {
	background-image: url(/images/bkgdFooter.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	height:40px;
}

.left_column {
	text-align: left;
	vertical-align: top;
	width: 150px;
	background-color:#E3E8F4;
}

.center_column {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}

.center_column table {
	margin-bottom: 5px;
}

.center_column div {
	margin-bottom: 0px;
}


#inset {
	margin: 0px; padding: 0px;
}

#left {
	padding-right: 5px;
}

#right {
	padding-left: 5px;
}

#footer {
	vertical-align:baseline;
	}
	
	
/*BEGIN THE COLORS definitions */

#red {
	color:#CC0000;
}

#Dkblue {
	color:#203055;
}


#blue {
	color:#6B87C7;
}


#greyBkgd {
	background-color:#CCCCCC;
}


/* ########## GENERAL FUNCTION PAGE CLASSES ########## */

.breadcrumb {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	background-color:#eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 25px;
	padding-left:5px;
	margin-bottom: 5px;
}

.breadcrumb a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.breadcrumb a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.footer {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.footer a {
	color: #666666;
	text-decoration: underline;
}

.footer a:hover {
	text-decoration: none;
	color: #BB1C1C;
}



/* ########## BEGIN MENU CONTROLS ########## */ 
/* ######################################### */



.tabmenuOff {
	display: none;	
}

.tabmenuOn {
	display: block;
}


/* ########## BEGIN PAGE FONT CONTROLS ########## */ 
/* ############################################## */


/* ########## GENERAL PAGE FONTS ########## */

.content {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;

}

.content a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;

}

.content a:link {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;

}

.content a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #BB1C1C;
	font-weight: bold;
	text-decoration: underline;

}


.contentBold {
	font-family: Arial;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

.content ul {
	margin-left: 15px;
	padding-left: 10px;
}

.content li {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: inherit;
	left: 10px;
}

.content li a {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:  disc;
	list-style-position: inherit;
	left: 10px;
}

.content li a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:  disc;
	list-style-position: inherit;
	left: 10px;
}

.content li a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #BB1C1C;
	font-weight: bold;
	text-decoration: underline;
	list-style-type:  disc;
	list-style-position: inherit;
	left: 10px;
}

.content ol {
	margin-left: 15px;
}

.content ol li {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	list-style-image: none;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left:15px;
}

.content ol li a {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.content ol li a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

.content ol li a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #BB1C1C;
	font-weight: bold;
	text-decoration: underline;
}

.disclaimer {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
}

.disclaimer a {
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	
}

.disclaimer a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #BB1C1C;
	font-weight: normal;
	text-decoration: underline;
	
}

/* ########## HEADER CLASSES ########## */


.contentHeader {
	font-family: Arial;
	font-size: 16px;
	color: #203055;
	font-weight: bolder;
	text-decoration: none;
	padding: 5px;

}

.contentHeader a:link {
	font-family: Arial;
	font-size: 16px;
	color: #203055;
	font-weight: bolder;
	text-decoration: none;
	

}

.contentHeader a:visited {
	font-family: Arial;
	font-size: 16px;
	color: #203055;
	font-weight: bolder;
	text-decoration: none;

}

.contentHeader a:hover {
	font-family: Arial;
	font-size: 16px;
	color: #BB1C1C;
	font-weight: bolder;
	text-decoration: none;
	

}



.sectionHeader {
	font-family: Arial;
	color: #6B87C7;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: none;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.titleCase {
	font-family: Arial;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	padding: 3px;
}

.titleBar {
	font-family: Arial;
	font-size: 14px;
	color: #203055;
	font-weight: bolder;
	text-decoration: none;
	padding: 5px;
	padding-left: 15px;
	background-image:url(/images/titleBarBkgd.gif);
	background-position:left;
}

.map a {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
	position:relative;
	display: table;
	z-index: 24;	
}

.map a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #BB1C1C;
	font-weight: normal;
	padding: 0px;
	z-index: 25;
}

.map a span{
	display: none;
}

.map a:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #000000;
    }
