@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	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 */
	color: #000000;
	background-color: #ffffcc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.intro {
	text-align: center;
	width: 600px;
}

.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 90px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #2C4141;
	text-align: center;
	background-color: #00607c;
	background-image: url(images/logo_olg.jpg);
	background-repeat: no-repeat;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #00607C;
} 
#topnav {
	background-color: #8c2633;
	width: 900px;
	height: 32px;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #e5dbba;
	vertical-align: middle;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-repeat: no-repeat;
	background-color: #00607C;
	color: #FFF;
}
#pagecontent {
	padding: 10px;
	font-weight: normal;
	background-color: #f2ebd6;
	color: #00607C;
	height: auto;
}
.twoColFixLtHdr #mainContent {
	background-color: #f2ebd6;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 10;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #00607C;
	height: auto;
} 
.twoColFixLtHdr #footer {
	text-align: center;
	color: #F2EBD6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #00607C;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
} 

.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;
	background-color: #F0F0F0;
}
.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;
}
#wrapper {
	background-color: #00607C;
	border: thin none #f4d95f;
	background-repeat: repeat;
}


h2{
	color: #8C2633;
	font-size: 14pt;
}
H3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	color: #8C2633;
	text-transform: capitalize;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-transform: capitalize;
	color: #1E3734;
	font-weight: bold;
}
#sidebar1 a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar1 a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:link {
	color: #E5DBBA;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	color: #E5DBBA;
	text-decoration: none;
}
#pagecontent a:link {
	color: #00607C;
	text-decoration: none;
}
#pagecontent a:hover {
	text-decoration: none;
	color: #00607C;
}
#pagecontent a:visited {
	text-decoration: none;
	color: #00607C;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #315B56;
	text-align: center;
}
li {
	list-style-type: none;
	padding-top: 5px;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul li {
	font-size: 9.5pt;
	margin-left: -30px;
}
