@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF;
	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: #0022a2;
	font-family: Helvetica, Geneva, Arial;
	font-size: 85%;
	padding-top: 10px;
	margin-top: 10px;
	font-weight: lighter;
	}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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: 0px solid #0022a2;
	text-align: left;
	color: #0022a2;
}
.oneColFixCtrHdr #header {
	background: #FFFF00;
	padding: 0;
	width: 100%;
	background-color: #FFFF00;
	
}
.oneColFixCtrHdr #header h3 {
	margin-right: 12px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #DD0000;
	display: inline;
	font-weight: normal;
}
.oneColFixCtrHdr #header h4 {
	margin-right:0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #DD0000;
	display: inline;
	font-weight: normal;
	text-align: center;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	text-align: center;
	height: 350px;
	padding-top: 120px;
}
.oneColFixCtrHdr #mainContentslide {
	padding: 0 20px;
	margin-top: 100px;
	margin-bottom: 40px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	margin-top: 10px;
	text-align: center;	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	color: #0022a2;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #0022a2;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#mainContent ul {
	color: #0022a2;
	margin: 2px;
	padding: 3px;
	list-style-type: none;
	margin-left: 85px;
}
#mainContent li {
	list-style-position: inside;
	}
#header ul {
	padding: 2px;
	list-style: none;
	width: 800px;
	margin: 0 auto;	
}
#header li{
	display: inline;
	padding-right: 8px;
}
p.ex1 {margin-left:2cm}

li.ex2 {margin-left:40px}

.descpanelfg {text-align: center;
}
p.ex3 {margin-left:85px}
