/* CSS Document */
*{padding:0;margin:0}

body{font-family:Arial,Helvetica,sans-serif;font-size:15px;}

/*#container {
width: 1900px;
}*/

#maincontainerOuter{
margin:0 auto;width:732px

}

#wrapper{
position: absolute; 
width: 732px;
z-index: 1; 
margin-top:270px;
padding:0 0 200px 0;
color:inherit;
background-color:inherit
}




#header{
color:#333;
width:732px;
padding:0px;
height:154px;
margin:0px 0px 0px 0px;
background:url(Images/header.png) center no-repeat
}

#footer{
color:#333;
width:732px;
padding:0px;
height:33px;
margin:0px 0px 0px 0px;
background:url(Images/footer.jpg) center no-repeat
}

#content {
width:732px;
background:url(Images/contentbg.png) center repeat-y;
}

#leftcolumn{
color:#333;
margin:10px;
padding:0px;
width:160px;
float:left; 

}

#rightcolumn{
padding-top: 10px;
margin-left: 200px;
width:450px;
margin-bottom: 100px
}

#bottomfooter { 
position: fixed; 
clear: both; 
width: 100%; 
height: 180px; 
bottom: 0; 
border: 0; 
padding: 13px 0 0 0; 
text-align: center; 
color: #335500; 
background-image: url(images/footer_grass.png); 
z-index: 2; 
}

#flash {

position:absolute;top:0;left:0;margin:0;padding:0;width:100%;height:100%;text-align:center;overflow:hidden;z-index:0;

}

#grass {
float: right;

}


p {
	width: 450px;
	color: #404040;
	padding-left: 2px;
}
#Menu p {
	width: 223px;
}
table p {
width:220px;
}

/*Navigation*/
#navcontainer { 
width: 160px; 
padding-top: 0px; } 


#navcontainer ul { 
margin-left: 0; 
padding-left: 0; 
list-style-type: none; 
font-size:10px; 
font-family: Arial, Helvetica, sans-serif; 
text-decoration: none; 
list-style: none; } 


#navcontainer li { 
list-style: none; 
} 

#navcontainer a { 
display: block; 
color:#73b0d3; 
padding: 3px; 
width: 160px; 
padding: 5px 0px 5px 20px; 
border-bottom: 0px solid #ffffff; 
text-decoration: none; 
list-style: none;  
font-size:14px;} 
/*#navcontainer a:link, #navlist a:visited { color: #EEE; text-decoration: none; } */ 

#navcontainer a:hover {
color:#999999;
}
/*End-Navigation*/


h2 {
	font-weight: normal;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
	letter-spacing: -1px;
}
