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

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

#maincontainer{
	width: 950px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/

}

#topsection{
    width: 950px; /*Width of main container*/
	background:none;
	height: 173px; /*Height of top section*/
	float:left;
}

#navcontainer{
	background:none;
	height: 250px; 
	border-left: solid 5px #c1d72e;
	margin-bottom:30px;
}

#imagecontainer{
	background:none;
	height: 250px; 
	margin-bottom:30px;
}

#contentcontainer{
	background:none;
	padding: 0 0 0 30px;
	width: 90%;
}

#contentcontainer p {
	color: #FFF;
	margin: 0 0 8px 0;
	padding: 0;
}

#contentcontainer a {
	color: #c1d72e;
	text-decoration:none;
}

#contentcontainer a:hover {
	color: #c1d72e;
	text-decoration:underline;
}

#contentcontainer h1 {
	color:#333;
	font-size: 1.4em;
	line-height: 1.3em;
	padding:0;
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-weight:normal;
}

#contentcontainer h2 {
	color:#333;
	font-size: 1.4em;
	line-height: 1.3em;
	padding:0;
	margin:20px 0 10px 0;
	text-transform:uppercase;
	font-weight:normal;
}

#leftcolumn #callout {
	padding:0 0 0 25px;
	margin:0;
	width: 190px;
}

#leftcolumn #callout h1 {
	color:#c1d72e;
	font-size: 1.1em;
	line-height: 1.3em;
	margin:0 0 10px 0;
}

#leftcolumn #callout p strong {
	color: #000;
}

#leftcolumn #callout p {
	font-size: .85em;
	margin:0;
	color: #666;
}

#leftcolumn #callout img {
	padding: 4px;
	border: 1px solid #CCC;
	margin: 0 0 10px 0;
}

#rightcolumn{
	float:right;
	width: 678px; 
	background:none;
}

#leftcolumn{
	float: left;
	width: 231px; /*Width of left column*/
	background:none;
}

ul.nav {
	list-style:none;
	margin:0;
	padding:55px 0 0 0;
}

ul.nav li {
	margin:0;
	padding: 0 0 0 20px;
}

ul.nav li a {
	color:#000;
	text-decoration:none;
}

ul.nav li a#on {
	color:#c1d72e;
}

ul.nav li a:hover {
	color:#c1d72e;
}

span#lightItalic {
	font-size: .85em;
	color: #7acde0;
}

#footer{
	background:none;
	padding: 30px 0 0 30px;
}

#footer p{
	color: #7acde0;
	font-size:.85em;
}

#footer a {
	color: #c1d72e;
	text-decoration:none;
}

#footer a:hover {
	color: #c1d72e;
	text-decoration:underline;
}

