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

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	line-height: 18px;
	color: #333333;
}
a:link {
	color: #D6121F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D6121F;
}
a:hover {
	text-decoration: underline;
	color: #D6121F;
}
a:active {
	text-decoration: none;
	color: #D6121F;
}
#container {
	width: 850px;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -425px;
}
#logoPanel {
	width: 160px;
	height: 180px;
    position: absolute;
    top: 20px;
    left: 40px;
	z-index: 1000;
	background-image:url(img/whiteroundedtop.png);
}
#mainContent {
	width: 600px;
	position:absolute;
	left: 250px;
	top: 250px;
}
#footer {
	text-align: left;
	width: 600px;
	font-size: small;
	vertical-align: middle;
	clear: both;
	color: #000000;
	position: absolute;
	top: 750px;
	left: 250px;
}
#shadow {
	background-image:url(img/top-shad-bg.gif);
	width: 850px;
	height: 50px;
	top: 200px;
	background-repeat:repeat-x;
	position:absolute;
}
#shadow2 {
	background-image:url(img/menuRHshad.png);
	width: 50px;
	height: 550px;
	top: 200px;
	left: 200px;
	position:absolute;
	z-index: 10;
}

#footer a:link {
	color:#000000;
}
#footer a:hover {
	color:#000000;
}
#footer a:visited {
	color:#000000;
}
#footer a:active {
	color:#000000;
}
#slideshow {
	width: 850px;
	background-color:#333333;
	height: 200px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}
A.menulink {
	display: block;
	width: 150px;
	height: 29px;
	text-align: center;
	text-decoration: none;
	font-family:arial;
	font-size:16px;
	color: #FFFFFF;
	BORDER: none;
	background-color: #f3aa44;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}
A.menulink:hover {
	background-color: #c47200;
}
#nav {
	position:absolute;
	left:40px;
	top:200px;
	width:160px;
	z-index:10;
	padding-top: 50px;
	background-color:#FFFFFF;
}
