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

/* This sheet is a basic three column 780px wide x 750px high page with 
a 150px high header, 955px wide x auto hight main body and a 5px highfooter. This sheet is a starter layout sheet for any 
type page */

#wrapper {
	height: auto;
	width: 955px;
	z-index: 1;
	background-color: #030;
	text-align:left;
	margin: 0px auto;
}


#header {
	height: 160px;
	z-index:2;
	text-align: right;
	background: #030 url(../images/Weston_logo.gif) no-repeat left top;	
}

#nav_table {
	height: 400px;
	width: 130px;
	
}

#nav_table td {	text-align:left;}


#nav_table a:link {color:#FC0;text-decoration:none;}
#nav_table a:visited { color:#FC0;text-decoration:none;}
#nav_table a:hover{color:#FFF;text-decoration:none;}
#nav_table a:current {color:#FC0;text-decoration:none;}

#right_sidebar img {margin-bottom:10px;
margin-top:20px;}


#right_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top:20px;
	padding-right:10px;
	color: #OOO;
	background-color:#FFF;
	height: 530px;
	float: right;
	width: 175px;
	z-index: 2;
	font-weight: bold;
	text-align: center;
}

#left_sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color:#030;
	float: left;
	padding-left:40px;
	width: 155px;
	z-index: 2;
	font-weight: bold;
	text-align: center;
	
}


#content_wrapper {
	background:#FFF;
	height:auto;
}

#main_Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.12em;
	font-style: normal;
	color: #000;
	padding: 10px 30px 10px 25px;
	height:530px;
	background-color:#FFF;
	width: 515px;
	float:right;
	z-index: 2;
	text-align: justify;
}
#main_Content img {
	display:inline;
	float:right;
	margin:1em;
}

#footer {
	background: #030;
	height: 20px;
	font:Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align:center;
	color:#FC0;
	padding:10px;
	clear:both;
	z-index: 4;
}






body {
	text-align:center;/* IE5 Hack Keeps content centered on page*/
	font-size:12px;
	margin-top: 0px;
	background: url(../images/background_cordurouy_dkgrn.gif) repeat;
}




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
