/* 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: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	overflow: scroll;
	color: #000000;
}
.threeColumnDesign #container { 
	width: 940px;
	background: #FFFFFF;
	margin: 0 left;
	text-align: left; /* this overrides the text-align: center on the body element. */ 
}

.threeColumnDesign #logoPanel { 
	width: 160px;
	margin-left: 10px;
	margin-right: 30px;
	margin-top: 10px;
	float:left;
}

.threeColumnDesign #topMenu { 
	width : 730px;
	margin-right: 10px;
	margin-top: 10px;
	float:right;
}


.threeColumnDesign #imagePanel { 
	width : 730px;
	height: 200px;
	padding-bottom: 25px;
	margin-right: 10px; 
	margin-top: 5px;
	float : right; 
}

.threeColumnDesign #menuPanel {
	position:relative;
	left: -30px;
	top: 17px; 
	width: 160px;
	float:left;
}

ul#mainNav {
	list-style : none;
	width: 160px;
}

#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: 150px;
	margin-right: 10px;
	margin-left: 10px;
}

.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: 14pt;
	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: 40px;
	top: 0px;
	width : 530px;
	margin-right: 40px;
	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 #projects {
	position:relative;
	left: 40px;
	top: 0px;
	width : 730px;
	margin-right: 10px;
	float: left;

}

.threeColumnDesign #projects p { 
	text-decoration : none;
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #33333; 
}

.threeColumnDesign #projects a { 
	text-decoration : none;
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #005699; 
}

.threeColumnDesign #projects a:hover { 
	font : 8pt Arial, Verdana, Helvetica, sans-serif; 
	line-height: 14pt;
	color : #005699;
}

.threeColumnDesign #projects h1 { 
	font : bold 12pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699; 
	margin-top : 10px; 
	margin-bottom : 10px; 
}

.threeColumnDesign #projects h2 { 
	font : 9pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699;
	line-height: 14pt; 
	margin-top : 5px; 
	margin-bottom : 5px;
}

.threeColumnDesign #projects h3 { 
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color : #333333;
	line-height: 16pt; 
	margin-top : 10px; 
	margin-bottom : 2px;
}

.threeColumnDesign #projects h4 { 
	font : 9pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699;
	line-height: 14pt; 
	margin-top : 0px; 
	margin-bottom : -10px;
}

.threeColumnDesign #projectpanel_01 {
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-right: 3px;
	margin-left: 40px;
}

.threeColumnDesign #projectpanel_02 {
	float: left;
	width: 150px;
	margin-top: 300px;
	margin-right: 3px;
	margin-left: 40px;
}

.threeColumnDesign #projectpanel_01 h1 { 
	font : bold 9pt Arial, Verdana, Helvetica, sans-serif; 
	color : #005699; 
}

.threeColumnDesign #projectpanel_01 p {
	text-decoration : none;
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #666666;
	font-style: italic;
}

.threeColumnDesign #projectpanel_01 a { 
	text-decoration : none;
	font : 8pt Arial, Verdana, Helvetica, sans-serif;
	line-height: 14pt;
	color : #005699;
	font-style: italic;
}

.threeColumnDesign #projectpanel_01 a:hover { 
	font : 8pt Arial, Verdana, Helvetica, sans-serif; 
	line-height: 14pt;
	color : #005699;
	font-style: italic;
}

.threeColumnDesign #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height: 25px;
} 
.threeColumnDesign #footer h1 { 
	font : 7pt Arial, Verdana, Helvetica, sans-serif; 
	color : #666666;
	padding-top : 5px; 
	padding-bottom : 5px;  
}

/* 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;
}