body {
	text-align: center; /* required for centering the page in IE */
	background-image:url(images/bg.jpg);
	padding:0 auto;
	margin:0 auto;
	font: 80% verdana, arial, helvetica, sans-serif;
	}
p {
	margin: 0.3em 0.3em 0.5em 0.5em;
	text-align:justify
			}
#wrapper {
	width:900px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	background: url() repeat-y;
    padding:0 auto;
	}
#header {
	height: 243px;
    background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	}
#menu {
	 padding:20px;
	 position:absolute;
	 float:right;
	 margin-left:280px;
	 margin-top:100px;
	 width:500px;
		
		}
		
#leftshadow {
	height:100%;
	width:11px;
	float: left;
	background-image:url(images/leftshadow.png);
	background-repeat:no-repeat;
		}
		
#rightshadow {
	height:100%;
	width:11px;
	float:right;
	background-image:url(images/rightshadow.png);
	background-repeat:no-repeat;
		}
		
#left {
	float: left;
	width:300px;
	padding-left:15px;
	width:210px;
	height:500px;
	background-image:url(images/leftbg.jpg);
	background-repeat:no-repeat;
	margin-left:55px;
	color:#6E6E6E;
	}
#content {
	width: 550px;
	float:right;
	}
#contents {
		width:500px;
		height:120px;
		float:right;
		position:absolute;
		padding-bottom:5px;
		color:#6E6E6E;
	
		}
	
#footer {
	clear:both;
	text-align:right;
	border-top: #990000 1px solid;
	font-size:10px;
	color:#6E6E6E;
	padding-top:5px	;
	margin:5px;}
		
#sites {
	width:550px;
    padding:5px;
	font-size:12px;
		}
	
form {
   font-size:12px;
   }

/*left nav*/
#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding-left:15px; /*removes indent Mozilla and NN7*/
	list-style-type: circle; /*turns off display of bullet*/
		/*list-style-image:url(images/arrow.gif);*/
    font-size:11px;
	text-align:justify;
	width:150px;
		
		}
#navlist a, #navlist a:visited {
	display: inline;
	padding: 2px 2px 2px 0px;
	background-repeat: no-repeat;
	color: #990000  ;
	text-decoration: none;
	font-size:11px;
		}
#navlist a:hover {
	text-decoration:underline;
	font-size:11px;
	color: #2D1E2D;
		}

	.hbuttons a{
		
		text-decoration: none;
		font: bold 12px  Arial, Helvetica, sans-serif;
		color: 6E6E6E;
		width: 80px;
		height: 30px;
		display: inline;
		margin-right: 30px;
		text-align:center;
		
		}
		
		.hbuttons a:active {
		border-top: #A5181E 3px solid;
		color:#A5181E;
		}
		
		.hbuttons a:hover{
		
		border-top: #A5181E 3px solid;
		color:#A5181E;
		text-decoration: none;
		}
		
		.site a:link, active {
		color:#A5181E;
		text-decoration:none;
		font-weight:900;
		
		}
		
		.site a:visited {
		color:#999999;
		text-decoration:underline;
		font-weight:bold;
		
		}
		.site a:hover {
		
		color:#A5181E;
		text-decoration:underline;
		font-weight:900;
		}