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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	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;
}

#container {
	margin: 0;
	top: 0;
	width: 850px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;	
	background-image: url(../gfx/header.gif);
	background-repeat: repeat-x;
}

#header {
	text-align: left;
	padding-top:30px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#mainContent {
	width: 800px;
	text-align: left;
	overflow: auto;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #444;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #444;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #444;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	color: #354766;
	text-decoration: underline;
	font-size: 12px;
}
#nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-repeat: repeat-x;
	border-left: 0px solid #999;
	border-right: 0px solid #999;		
	margin-top: 20px;	
	padding-right: 30px;
	padding-top: 5px;
	text-align: right;
	height: 25px;
	overflow: hidden;
}
#nav a {
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #666;
	border: none;
	;
}
#sidebar1 {
	width: 250px; /* 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: 25px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
	height: 100%;
	text-align: center;
	border: solid 1px #CCC;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 450px; /* 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: 25px;
	padding: 5px;
	height: 100%;
}
#footer {
	padding-top: 10px;
	font-size:8px;
	border: none;
	clear: both;
	border-top: solid 1px #B3B3B3;
	background: #ddd;
	height: 50px;
}
#footernav a {
	font-size: 9px;
	text-align: right;
}

.lightbox
{
}
.lightbox img
{
	border: none;
}
ol {
	font-size: 10px;
}

#front
{
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#front .left
{
	width: 350px;
	text-align: left;
}

#front .right
{
	float: right;
	width: 360px;
	text-align: right;
}
#front ul 
{	
	padding-left:15px;
	list-style:none;
}
#front li {
	margin:0;
	padding:0;
	padding-left:15px;
	background-image:url(../gfx/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	min-height: 20px;
	margin-bottom: 5px;
}
