body {
	background-color: #EEEBBE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0px;
	background-image: url(assets/topbg.jpg);
	background-repeat: repeat-x;
} 
h1, h2, h3 {
	margin: 0;
} 
#wrapper {
	margin: 0 auto;
	width: 820px;
	position: relative;
	padding: 0px;
} 
#sidebar {
	font-size: 0.75em;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	border-bottom: 1px solid #333;
	background-image: url(assets/sidebarbg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}
#sidecontent {margin: 20px 7px 7px;}

#news {
	font-size: 0.75em;
	position: absolute;
	top: 0;
	right: -3px;
	width: 150px;
	background-color: #957171;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-image: url(assets/topbg.jpg);
	background-repeat: repeat-x;
}
#newcontent {
	margin: 90px 5px 10px;
}
#maincontent {
	font-size: 0.8em;
	margin: 0px 150px 0 165px;
	padding: 0px;
}
#midcon {
	background-color:#FFFFFF;
	border: 1px solid #666666;
	padding: 5px;
	margin-top: 6px;
}
#toplogo {
	margin: 0px 0px 6px;
	text-align: center;
	padding: 0px;
}
#toplogors {
	float:right;
	z-index: 1;
}
#sidebar h2, #news h2 {
	font-size: 1.25em; 
	margin: 0 0 6px; 
} 
#maincontent h2 {
	font-size: 1.5em; 
	margin: 0 0 6px; 
} 
#maincontent h3 {
	font-size: 1.3em;
	margin: 36px 0 6px;
	color: #515151;
	font-weight: bold;
}
#imgcenter, #imgright {
	float:left;
	margin: 10px 0 20px;
	border: 1px solid #999999;
	line-height: 1.5em;
	width: 490px;
	background-color: #EEEBBE;
}	
#img {
	margin-left: 0px;
	border: 1px solid #999999;
	padding: 105px 2px 2px;
	width: 255px;
	float: left;
	margin-right: 30px;
	background-image: url(images/mainposs.jpg);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-color: #EEEBBE;
}	
#footer {
	font-size: 75%;
	background-image:url(assets/footerbg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding-top: 12px;
}
#footerbox {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#ftc1 {
	float:left;
	margin-right: 15px;
}
#ftc2 {
	float:left;
	margin-right: 15px;
	padding: 10px;
	width: 400px;
}
#footer p, ftc1 {
	margin: 0;
	padding: 0;
	text-align: left;
}
/* 	Link styles for Footer Content only
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
#footer a:link {color: #FFFFFF; text-decoration: none}
#footer a:visited {color: #CCCCCC;}
#footer a:hover, #footer a:active, #footer a:focus {color: #CCCCCC; text-decoration: underline}
/*NAVIGATION BAR*/
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #515151;
background-position: 0% 50%;
color: #FFF;
text-decoration: none;
}
#navlist a:hover {
background-color: #957171;

color: #2D1E2D;
}
#sidebar #navlist .uberlink {
background-color: #515151;
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
cursor: default;
#maincontent a:link {color: #003333; text-decoration: none}
#maincontent a:visited {color: #727353;}
#maincontent a:hover, #maincontent a:active, #maincontent a:focus {color: #A4A400; text-decoration: underline}
