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

/* This sheet is a basic two column 780px wide x 750px high page with 
a 150px high header, 600px wide x 600px high 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;	
}



#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;
}

#other_Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.12em;
	font-style: normal;
	width:auto;
	height:auto;
	background-color:#FFF;
	padding-right: 40px;
	padding-left: 40px;
}

#main_Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.12em;
	font-style: normal;
	color: #000;
	height:auto;
	background-color:#FFF;
	width: 725px;
	float:right;
	z-index: 2;
	text-align: justify;
	padding: 20px 10px 20px 20px;
	
}

#main_Content img {margin-left:55px;}



#main_Content a:link {color:#060;}
#main_Content a:hover {color:#FC0; text-decoration: none;}





#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;
}

.p1 { margin-left:50px; margin-right:50px; text-align: justify;}

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;
}

.page_lnk  {a:link {color:#060; text-decoration: none;}
.page_lnk  {a:hover {color:#F90; text-decoration: none;}


a:link {color:#060;}
a:visted {color:#060.}
a:hover {color:#F90;}
a:active {color:#060;}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align:center;
	color: #F00;
	
}

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;
}

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

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

