/* CSS Document */

#elcontainer {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 0px;
width: 800px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

#elnavigation {
	height: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#elnavigation ul {
	padding: 1px 0;
	margin-left: 0;
	font: bold 12px Verdana, sans-serif;
}

#elnavigation ul li {
	list-style: none;
	margin: 0;
	display: inline;
	width:125px;
}

#elnavigation ul li a {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 10px;
	border: 1px solid #CCCCCC;
	color:#CCCCCC;
	text-decoration: none;
}

#elnavigation ul li a:visited{
	color:#CCCCCC;
	text-decoration: none;
}

#elheader {
height: 125px;
background-image: url(siteImages/header_r1_c1.jpg);
background-repeat: no-repeat;
background-position: center top;
}

body,td,th {
color: #CCCCCC;
}

body {
	background-color: #000000;
	left: auto;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#elcontent {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#elmain {
	background-image: none;
	width: 75%;
}

#elmain p a:visited, #elmain p a {
	color:#FFFFFF;
	text-decoration: none;
}

#elsidebar {
	width: 23%;
	float:left;
}

.sidebarimage {
	padding: 25px;
}


#elfooter {
	font-size: 75%;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#elfootercopy {
	float:left;
}

#elfooteremail{
	width:35%;
	float:right;
	text-align: right;
}

#elfooteremail a, #elfooteremail a:visited {
	color:#CCCCCC;
	text-decoration: none;
}
