/**************** Body and tag styles ****************/

*{margin:0; padding:0;}

body#elj {
  background-color: white;
  text-align: left;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Grande', Verdana,  Sans-Serif;
	background-color: #fff;
	background-image:url(../cmsimages/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	border: none;
	color: #333;
	text-align: center;
	}

a{
	color:#2C7011;
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
}

a:hover{color:#2A4F05; text-decoration:none; background-color:inherit;}
a img{border:none;}

p{padding:0 0 1em 0;}
p form{margin-top:0; margin-bottom:20px;}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}

/**************** Header styles ****************/

#container{
	width: 810px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	background:#ffffff;
	border: none;
	color:#303030;
}

#header{
	margin:317px 0px 0px 0px;
}


/**************** Navigation styles ****************/

#top-nav {
	height: 15px;
	background-color: #fcc423;
	padding: 5px 0px 5px 30px;
	font-size:14px;
	color: #545151;
	width: 553px;
	float: left;
	margin-top: 2px;
	margin-bottom: 13px;
}

#register {
	height: 15px;
	background-color: #46984a;
	padding: 5px 10px;
	font-size:14px;
	color: #fcc423;
	width: 58px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 13px;
}

#sponsor {
	height: 15px;
	background-color: #46984a;
	padding: 5px 10px;
	font-size:14px;
	color: #fcc423;
	width: 124px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 13px;
}

#register a, #sponsor a {
	color: #fff;
}

#register a:hover, #sponsor a:hover {
	color: #fcc423;
}

#right-side {
	float:right;
	width:225px;
	margin:20px 0px 10px 0;
	padding:0;
	line-height:2em;
	display: inline;
}

#right-side h2{
	padding: 5px 0px 10px 0px;
	font-size: 16px;
	background-color:inherit;
	border-top: 4px solid #a79a76;
	color:#e7b421;
	font-weight: bold;
	line-height: 16px;
}

#top-bottom {
	border-top: solid 4px #a79a76;
	border-bottom: solid 4px #a79a76;
	padding: 15px 0px;
	margin-bottom: 40px;
}

#navtop{
	width: 225px;
	margin: 0 0 0 0px;
	padding: 0px;
	line-height: 2em;
	border-left: solid 1px #46984a;
}

#navtop h2{
	display:block;
	margin:0 0 15px 0;
	font-size:1.6em;
	font-weight:normal;
	text-align:left;
	letter-spacing:-1px;
	color:#505050;
	background-color:inherit;
}

#navtop li{
	text-align:left;
	list-style-type:none;
	white-space:nowrap;
}

#navtop li a{
	display:block;
	padding:2px 10px;
	font-size: 15px;
	text-transform: capitalize;
	text-decoration:none;
	color: #46984a;
	font-weight:normal;
}


#navtop .selected,#navtop a:hover{
	color:#505050;
}

/**************** Content styles ****************/

#content{
	float:left;
	width:515px;
	font-size: 12px;
	line-height:1.3em;
	padding:20px 0px 10px 30px;
	display: inline;
	color: #545151;
}

#content p{
	margin:0;
	padding:0 0 8px 0;
	}

#content h1{
	padding: 5px 0px 0px 0px;
	font-size: 22px;
	background-color:inherit;
	border-top: 10px solid #a79a76;
	color:#e7b421;
	font-weight: bold;
	line-height: 25px;
}

#content h1.light{
	color: #545151;
	border: none; 
	font-weight: normal;
	line-height: 25px;
}

#content h2{
	padding: 5px 0px 10px 0px;
	font-size: 16px;
	background-color:inherit;
	border-top: 4px solid #a79a76;
	color:#e7b421;
	font-weight: bold;
	line-height: 16px;
}

#content h2.light{
	font-weight: normal; 
	color: #877d60;
}

#content h2 a{font-weight:normal; font-size: 12px;}
#content h3{ text-transform: uppercase; margin:0 0 5px 0; font-size:1em; letter-spacing:1px;}
#content a:hover,#subcontent a:hover{text-decoration:underline;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}

#content li{color: #96af41; list-style-type: disc;}

.yellow {
	font-size: 16px;
	background-color:inherit;
	color:#e7b421;
	font-weight: bold;
	line-height: 16px;
}

.green {
	color:#2C7011;
	font-weight:bold;
	}
	
.light {
	color:#999999;
	}

#content_2{
	width:180px;
	margin:50px 0 0 23px;
	padding:0;
	font-size:1em;
	line-height:1.3em;
}

#content_2 p{
	margin:12px 0;

}


/**************** Footer styles ****************/

#footer{
	clear:both;
	width:810px;
	padding:10px 0 11px 0;
	margin:0px;
	border-top: 4px solid #fcc423;
	font-size:0.9em;
	background: url("../cmscmsimages/old/2008footer.gif") no-repeat bottom center;
}

#footer p{padding:0 0 0 45px; margin:0; text-align:left;}
#footer a{color:#5C564B; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#2C7011; background-color:inherit; text-decoration: underline;}
