/* This overcomes the scroll bar shift in Firefox by putting a vertical scroll bar in*/
html{
	min-height: 100%;
	margin-bottom: 1px;
	height: 100%;
}

body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	overflow: scroll;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.threeColumnDesign #container { 
	width: 1000px;
	background: #FFFFFF;
	margin: 0 left;
	text-align: left; /* this overrides the text-align: center on the body element. */ 
}

.threeColumnDesign #logoPanel { 
	width: 1000px;
	height: 250px;
	background-image:url(images/logoPanel.gif);
	background-repeat : no-repeat;
	float:left;
}

/* picture links for logoPanel*/

.threeColumnDesign #homePic01 {
	position: absolute;
	top: 24px;
	list-style: none;
	width: 142px;
	height: 106px;
	margin-left: 302px;
}

.threeColumnDesign #homePic02 {
	position: absolute;
	top: 132px;
	list-style: none;
	width: 142px;
	height: 106px;
	margin-left: 302px;
}

.threeColumnDesign #homePic03 {
	position: absolute;
	top: 24px;
	list-style: none;
	width: 142px;
	height: 106px;
	margin-left: 446px;
}

.threeColumnDesign #homePic04 {
	position: absolute;
	top: 132px;
	list-style: none;
	width: 142px;
	height: 106px;
	margin-left: 446px;
}

.threeColumnDesign #homePic05 {
	position: absolute;
	top: 24px;
	list-style: none;
	width: 264px;
	height: 216px;
	margin-left: 590px;
}

.threeColumnDesign #homePic06 {
	position: absolute;
	top: 24px;
	list-style: none;
	width: 142px;
	height: 214px;
	margin-left: 856px;
}

.threeColumnDesign #homePic07 {
	position: absolute;
	top: 132px;
	list-style: none;
	width: 142px;
	height: 106px;
	margin-left: 856px;
}


.threeColumnDesign #menuPanel {
	position:relative;
	left: -15px;
	top: 10px; 
	float:left;
}

ul#mainNav {
	list-style : none;
	width: 235px;
}

#mainNav a { 
	color : #000;
	font-size : 9pt; 
	text-decoration : none; 
	border-left : none; 
	padding : 10px 10px 10px 25px; 
	display : block; 
	border-bottom : 1px dotted #cad8d0; 
	background-image : url(images/Menu.gif); 
	background-repeat : no-repeat; 
	background-position : left; 
}
 
#mainNav a:hover {  
	background-image : url(images/menu_Hover.gif); 
	background-repeat : no-repeat; 
	background-position : left;
	font-weight : bold;
}

#M01 a#M01_Link, #M02 a#M02_Link, #M03 a#M03_Link, #M04 a#M04_Link, #M05 a#M05_Link, #M06 a#M06_Link, #M07 a#M07_Link, #M08 a#M08_Link, #M09 a#M09_Link, #M10 a#M10_Link { 
	background : #ffffff;
	background-image : url(images/menu_Hover.gif); 
	background-repeat : no-repeat; 
	background-position : left; 
	font-weight : bold;
	color: #003881;
}

.threeColumnDesign #rightSidePanel {
	float: right;
	width: 130px;
	position:relative;
	top: 30px; 
	margin-right: 20px;
	margin-left: 20px;
}

.threeColumnDesign #rightSidePanel h1 { 
	font : bold 9pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699; 
}

.threeColumnDesign #rightSidePanel p {
	text-decoration : none;
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 10pt;
	color : #666666;
	font-style: italic;
}

.threeColumnDesign #rightSidePanel a { 
	text-decoration : none;
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #005699;
	font-style: italic;
}

.threeColumnDesign #rightSidePanel a:hover { 
	font : 8pt Arial, Verdana, Helvetica, sans-serif; 
	line-height: 14pt;
	color : #005699;
	font-style: italic;
}

.threeColumnDesign #main {
	position:relative;
	left: 25px;
	top: 20px;
	width : 520px;
	float: left;

}

.threeColumnDesign #main p { 
	text-decoration : none;
	font : 9pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #33333; 
}

.threeColumnDesign #main a { 
	text-decoration : none;
	font : 9pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #005699; 
}

.threeColumnDesign #main a:hover { 
	font : 9pt Arial, Verdana, Helvetica, sans-serif; 
	line-height: 14pt;
	color : #005699;
}

.threeColumnDesign #main h1 { 
	font : bold 12pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699; 
	margin-top : 10px; 
	margin-bottom : 10px; 
}

.threeColumnDesign #main h2 { 
	font : 10pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699;
	line-height: 14pt; 
	margin-top : 5px; 
	margin-bottom : 5px;
}

.threeColumnDesign #main h3 { 
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color : #333333;
	line-height: 16pt; 
	margin-top : 10px; 
	margin-bottom : 2px;
}

.threeColumnDesign #main h4 { 
	font : 9pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699;
	line-height: 14pt; 
	margin-top : 0px; 
	margin-bottom : -10px;
}

.threeColumnDesign #main_02 {
	position:relative;
	left: 25px;
	top: 20px;
	width : 652px;
	float: left;

}

.threeColumnDesign #main_02 p { 
	text-decoration : none;
	font : 9pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #33333; 
}

.threeColumnDesign #main_02 a { 
	text-decoration : none;
	font : 9pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #005699; 
}

.threeColumnDesign #main_02 a:hover { 
	font : 9pt Arial, Verdana, Helvetica, sans-serif; 
	line-height: 14pt;
	color : #005699;
}

.threeColumnDesign #main_02 h1 { 
	font : bold 12pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699; 
	margin-top : 10px; 
	margin-bottom : 10px; 
}

.threeColumnDesign #main_02 h2 { 
	font : 10pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699;
	line-height: 14pt; 
	margin-top : 5px; 
	margin-bottom : 5px;
}

.threeColumnDesign #main_02 h3 { 
	font : 11pt Arial, Verdana, Helvetica, sans-serif;
	color : #333333;
	margin-bottom : -10px;
}

.threeColumnDesign #main_02 h4 { 
	font : 9pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699;
	line-height: 14pt; 
	margin-top : 0px; 
	margin-bottom : -10px;
}

.threeColumnDesign #footer { 
	width: 1000px;
	height: 250px;
	background-image:url(images/footerImage.gif);
	background-repeat : no-repeat; 
	float:left;
} 
.threeColumnDesign #footer p { 
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	color : #ffffff;
	margin-left: 25px;
	margin-top: 35px; 
}

.threeColumnDesign #footer a { 
	text-decoration : none;
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #ff0000; 
}

.threeColumnDesign #footer a:hover { 
	font : 8pt Arial, Verdana, Helvetica, sans-serif; 
	line-height: 14pt;
	color : #ff0000;
}

.threeColumnDesign #link_01 {
	position:relative;
	left: 25px;
	top: 20px;
	width : 300px;
	float: left;
}

.threeColumnDesign #link_01 p { 
	text-decoration : none;
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 11pt;
	color : #33333; 
}

.threeColumnDesign #link_01 h1 { 
	font : 11pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699; 
	margin-top : 10px; 
	margin-bottom : 10px; 
}

.threeColumnDesign #link_02 {
	position:relative;
	left: 75px;
	top: 20px;
	width : 300px;
	float: left;
}

.threeColumnDesign #link_02 p { 
	text-decoration : none;
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 11pt;
	color : #33333; 
}

.threeColumnDesign #link_02 h1 { 
	font : 11pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699; 
	margin-top : 10px; 
	margin-bottom : 10px; 
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}