@charset "utf-8";
html { 	margin-bottom: 1px;
		overflow: -moz-scrollbars-vertical; }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #010123;
}
	
 #container {
	width: 1000px;  /* 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. */
	background-color: #336699;
}
 #header {
	padding: 0px 0 0;
	background-repeat: no-repeat;
	height: 110px;
	background-color: #FFCC01;
}
#header2 {
	background-color: #FFCC01;
	height: 23px;
}
#header2  ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#header2  ul  li {
	display: inline;
}
#header2  ul  li  a {
	text-decoration: none;
	color: #000033;
	padding: 0.5em 1em 0.5em 0.5em;
	font-weight: bold;
	font-size: .8em;
}
#header2  ul  li  a:hover {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0.2em 1em 0.2em .5em;
}


 #header h1 {
	margin: 0; /* 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: #FFFFFF;
}
 #mainContent {
	padding: 0 20px;
	background-color: #336699;
}


#mainContent p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
}

#mainContent h1 {
	color: #FDBD03;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	text-align: center;
}
#mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFBA05;
	font-size: 1.1em;
	font-style: italic;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	color: #FFFFFF;
}
#mainContent h4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	text-align:center;
}

#mainContent table {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: top;
}
#mainContent  td  {
	vertical-align: text-top;
}

#mainContent table p {
	font-size: 1.05em;
}
#mainContent  tr  a {
	color: #FFCC00;
	font-size: 1em;
}

#mainContent a {
	color: #FDBD03;
	text-decoration: none;
}

#mainContent li {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

 #footer {
	padding: 0 10px;
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	background-color: #010123;
}
 #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: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	color: #666666;
}
#site {
	width: 1000px;
	margin: 0 auto;
	color: #333333;
	text-align: right;
}

.imageright {
	float: right;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.imageleft {
	padding: 10px;
	float: left;
}

.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	}
.floatright
{
	float: left;
	width: 300px;
	margin: 10;
	padding: 10px 20px 10px 10px;
}

