@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#EEEEEE;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

 #container { 
	width: 924px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

 #header {
	height:23px;
	background-image:url(../images/navBar_bkgnd.gif);
	background-repeat: repeat-x;
	padding: 0 10px 0 20px;
	margin: 0px 0px 0px 0px;
} 

 #header p {
	margin: 0;
	padding: 12px 10px 0px 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	color:#FFF;
}

#bannerImage { 
	margin: 0px 0px -150px 0px; 
	padding: 0;
	z-index:-1;
} 

#sidebar1 {
 	position:absolute;
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 10px 10px;
	background-image:url(../images/LeftBar_bkgnd.gif);
	background-repeat: no-repeat;
	z-index: 999;	
}

#sidebar1 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:lighter;
	color:#004E96;
	margin: -2px 0px 10px 10px;
	}
	
#sidebar1 h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000033;
	margin: 8px 0px 4px 10px;
	}
	
#sidebar1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#FFFFFF;
	margin: 0px 0px 0px 10px;
	}

#mainContent2 { 
	margin: -20px 50px 25px 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent { 
	margin: -20px 50px 25px 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



#mainContent p, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#333333;
	line-height: 17px;
	
}

.subtitle {
	font-size:12px;
	color:#003366;
	font-weight:bold;
	}

#mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:100;
	color:#202E7C;
	margin: 0px 0px 20px 0px;
	}
	
#mainContent h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	color:#202E7C;
	margin: 20px 0px 10px 0px;
	}
	
#mainContent h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:lighter;
	color:#202E7C;
	margin: 20px 0px 10px 0px;
	}
	
#mainContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#202E7C;
	margin: 20px 0px -5px 0px;
	}
	
#photogallery  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#333333;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
#photo {
	float: left;
	width:210px;
	margin-left: 22px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding:0;
}

#photo2 {
	float: left;
	margin-left: 0px;
	margin-top: 150px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/navBar_bkgnd.gif);
	background-repeat:repeat-x; 
} 

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:lighter;
	color:#FFFFFF;
	margin: 0;
	padding: 5px 0;
	text-align:right;
}
.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;
}
#mainContent li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:lighter;
	color:#333333;
	margin: 0px 20px 0px 0px;
	line-height: 17px;
}

/*
#mainContent a {
	color: #1E2B79;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a:link {
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
}

*/
.padlft25 {
	margin-left: 25px;
}

.smlText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	margin: 0px 0px 0px 0px;
	line-height: 17px;
}

/*////////////// TABLES /////////////*/

.header {
	background-color:#36C;
	padding: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
}

.rows {
	border-bottom: solid 1px #999;
	padding: 6px;
}



/*///////////// LINKS //////////////*/

a.body:link {color: #1E2B79; text-decoration: none}
a.body:visited {color: #1E2B79; text-decoration: none}
a.body:hover {color: #666; text-decoration: underline}

a.gallery:link {color: #666; text-decoration: none}
a.gallery:visited {color: #666; text-decoration: none}
a.gallery:hover {color: #1E2B79; text-decoration: underline}
