@charset "UTF-8";
/* CSS Document */

body { 
	background-color: #d8eaf6;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #003300;
	margin:0px;
	}

#sitearea { 
		width: 902px;	
		margin: 0px auto;
		background:#ffffff url(../layout_images/sitearea_bkg.jpg) top left repeat-y;
		text-align:left;
		}
		
#header {
	width:902px;
	background: url(../layout_images/header.jpg) top left no-repeat;
	height:128px;
	margin:auto;
	}
	
#header a:visited {text-decoration:none;}

#navbar {
	 width:650px;
	 float:left;

	 }

#search {
	 width:200px;
	 padding-top:104px;
	 float:right;
    }
	 
#content {
	width:862px;
	padding:20px;
	margin:auto;
	}
	

#content #left_column {
	width:630px;
	float:left;
	}
	
#content #right_column {
	border:1px solid #003366;
	background-color:#a1d5f8; 
	width:200px;
	float:right;
	margin-bottom:10px;
	}
	
#content #right_column .newsbox {
	padding: 5px;
	}	
	
#content #right_column .newsbox .title {
	color: #FFF;
	font-size:13px;
	background:url(../layout_images/newsbox_header_bkg.jpg) top left no-repeat;
	padding:5px;
	}	
	
#content #right_column .newsbox p {
	padding: 5px;
	}

#content #right_column .newsbox ul {
	list-style:inherit;
	margin-left:10px;
	padding:5px;
	text-indent:-2px;
	
	}
					
#footer {
	clear:both;
	width:902px;
	height:88px;
	margin:auto;
	color: #ffffff;
	background-image:url(../layout_images/footer.jpg);
	}
	
#youAreHere {
	color:#36ca19;
	}
	
#footer #left_column {
	float:left;
	padding-left:20px;
	padding-top:22px;
	}

#footer #right_column {
	float:right;
	text-align:right;
	padding-right: 20px;
	padding-top:22px;
	}
	
#footer a {color:#fff; text-decoration: none}
h1 {
	font-size:14px;
	color:#267d00;
	}

h2 {
	font-size:12px;
	color:#267d00;
	}
	
.action_buttons {
	text-align:center;
	margin-top:	30px;
	margin-bottom: 10px;
	}
a:link {color: #3366cc; text-decoration:underline; }
a:visited {color: #3366cc; text-decoration:underline;}
a:hover {color: #3366cc; text-decoration:none;}
a:active {color: #3366cc; text-decoration:none;}

li {padding-bottom:4px;}