/* CSS Document */

body {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 125%;
	color: #FFFFFF;
}
A {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#wrapper {
	margin: auto;
	width: 770px;
}

#logo {
	background: url(images/logo.jpg);
	width: 285px;
	height: 105px;
	float: left;
}

#righttop {
	background: url(images/navbg.jpg);
	width: 485px;
	height: 58px;
	float: left;
}

#righttop img {
	float: right;
	margin: 24px 30px 0 -20px;
}

#nav {
	background: url(images/navbar.jpg);
	width: 485px;
	height: 47px;
	margin: 58px 0 0 0;
}

#banner {
	background: url(images/banner.jpg);
	clear: both;
	height: 219px;
	width: 770px;
}

#content {
	background: url(images/contentbg.jpg);
	padding-left: 25px;
	padding-right: 25px;
}

#contleft {
	width: 205px;
	float: left;
}

#contmiddle {
	width: 305px;
	float: left;
	margin: 12px;
	text-align: left;
}

#contright {
	width: 178px;
	float: right;
}

#bottomnav {
	clear: both;
	width: 600px;
	text-align: left;
	margin: auto;
	padding: 25px 0 25px 0;
}
#quote {
	clear: both;
	width: 500px;
	text-align: left;
	margin: auto;
	padding: 50px 0 50px 0;
}

#copyright {
	background: url(images/copyrightbg.jpg);
	height: 61px;
	width: 770px;
	text-align: center;
	line-height: 61px;
	font-weight: bold;
	clear: both;
}

#navbuttons {
	width: 178px;
	height: 29px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navbuttons ul, #navbuttons li {
	list-style-type: none;
	background: url(images/navbutton.jpg);
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	margin: 0;
	padding-top: 8px;
	padding-bottom: 5px;
	line-height: 100%;
	width: 178px;
	height: 29px;
}
A:link {color: #fff; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 14px}
A:visited, A:active { color: #fff; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-size: 14px}
A:hover {color: #ff0; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 14px}

A:link.navbuttons {color: #fff; font-family: verdana, sans-serif; text-decoration: none; font-size: 11px}
A:visited.navbuttons, A:active.navbuttons { color: #fff; font-family: verdana, sans-serif; text-decoration: none; font-size: 11px}
A:hover.navbuttons {color: #ff0; font-family: verdana, sans-serif; text-decoration: underline; font-size: 11px}

A:link.bottomnav {color: #fff; font-family: Arial, Helvetica sans-serif; text-decoration: none; font-size: 14px}
A:visited.bottomnav, A:active.bottomnav { color: #fff; font-family: Arial, Helvetica sans-serif; text-decoration: none; font-size: 14px}
A:hover.bottomnav {color: #ff0; font-family: Arial, Helvetica sans-serif; text-decoration: underline; font-size: 14px}

td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 125%;
	color: #FFFFFF;
}
.bodywhite img{
padding-right:15px;
padding-bottom:10px;
}


