body,div,p,td
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #066;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

a:hover
{
	font-style: normal;
	color: #063;
	text-decoration: none;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 15px;
	font-weight: bold;
	color: #174D0C ;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	background-image: url(../images/bulletstar.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	line-height:12px;
	margin-bottom:10px;
	
	}

p
{
	font-size: 12px;
	margin-top: 0px;
	text-align: left;
	color: #001A00;
	line-height:15px;
}

strong 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #003333;
}

/* specific divs */
#header
{
	/*position: absolute;*/
	width: 100%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	top: 0px;
	left: 0px;
	margin: 0px;
}

#lucas
{
	position: absolute;
	top: 144px;
	left: 0px;
	margin: 0px 30px 0 0;
	
}


#vertical_nav {position:absolute;
			   top:355px;
			   left:0px;
			   margin:0;
			   padding: 0;
			   background-image:url(../images/lucas_swing_2px.gif);
			   background-repeat:repeat-y;
    		   width:146px}
			   
			   
			   
#vertical_nav ul {margin: 0px;
				  padding: 0px;
				  }
				  
#vertical_nav ul li 
{
	 list-style-type:none;
	 padding-left:5px;
	 padding-top:4px;
	 text-align:left;
	 font-size:10px;
	 color:#003300;
	 line-height:18px;
	 height: auto !important; height:1% /*second rule fixes the extra white space IE applies to block level elements*/
}

#vertical_nav li a { display:block;
				     text-decoration:none;
					 background-color:#D8E6D2;
					 color:#003300;
					  padding-left: 15px;
					 height: auto !important height:1%}  /* see above comment*/

#vertical_nav li a:hover {color:#FFF; background-color:#060;}
				  	   
	
#nav
{
	background-color: transparent;
	padding: 0px;
	height: 31px;
	position: absolute;
	top: 110px;
	left: 0px;
	z-index: 2;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
	display: inline;
	z-index: 2;
}

#nav li
{
	float: left;
	width: 115px;
	list-style-type: none;
	list-style-type: none;
	z-index: 2;
}

#nav li a
{
	background-color: #FDF5AD;
	border-right: 1px solid #030;
	clear: none;
	color: #030;
	display: block;
	font-weight: bold;
	font-size: 12px/25px;
	padding: 1px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	z-index: 2;
	
}




#nav li a:hover
{
	color: #FDF5AD;
	background: #030;
	text-decoration: none;
	z-index: 2;
}



/*these are css popups  (Renaee) */
#nav a span {display: none;}  


#nav a:hover span  {display:block;
					position: absolute;
					top: 30px;
					left: 165px;
					
					text-transform:none;
					color:#030;
					text-align:center;
					width: 600px;
					letter-spacing:2px;
					font-stretch:narrower;
					font-weight:300;					
					}				

#contentold
{
	margin-top: 0px;
	margin-left: 150px;
	padding: 1em;
	width: 620px;
	height: 100%;
	background-image:url(../images/swing_bg.jpg);  
	background-repeat:no-repeat;
	background-position: top left;
}

#content
{
	position: absolute;
	top: 144px;
	left: 150px;
	padding: 1em;
	width: 580px;
	height: 100%;
	background-image:url(../images/swing_bg.jpg);  
	background-repeat:no-repeat;
	background-position: top left;
        z-index:0;
}


#content li {list-style-image:url(../images/bulletpoint.gif);}

#footer
{
	font-size: 10px;
	line-height: 15px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #ECF5E9;
	border-top: 1px solid #030;
	height: 30px;
	color: #030;
        display: none;
}

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

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

#footer2
{
	font-size: 10px;
	margin: 0px;
	background-color: rgb(62,132,28);
	border-top: 1px solid #060;
	border-bottom: 1px solid #060;
	height: 15px;
	color: #fff;
	vertical-align: middle;
}


.tablebg
{
	background-color: #FFFFEF;
	border: 1px solid #245B00;
	margin-bottom:15px;
	margin-top:15px;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #060;
	text-align: center;
	line-height:20px;
}

.indent45
{
	padding-left:45px;

}


.backtotop
{
	text-align:center;
	font-size:10px;
	color:#003300;
	}
	
.boxed 
{
	background-color: #fff;
    border: 1px solid #030;
	padding: 5px;
	width:500px;
}

.newsitem 
{
	background-color: #fff;
    border: 1px solid #030;
	padding: 5px;
	margin-bottom:15px;
	line-height:15px;
	}
