/* CSS Document */

* {
	font-family: Verdana;
	font-size: 12px;
}
P,H1,H2,H3,H4,H5,FORM {
	margin:0;
	padding:0;
}
H1,H2,H3,H4,H5 {
	font-weight: bold;
}
H2 {
	font-size: 16px;
}
H3 {
	font-size: 14px;
}

UL {
	text-align: left;
}
BODY {
	margin: 0;
	padding:0;
	text-align:left;
	background: transparent url(images/body_bg.jpg) repeat-y;
}

a:link {
	color: yellow;
	text-decoration: none;
	}

a:visited {
	color: maroon;
	text-decoration: none;
	}

a:hover {
	color: orange;
	text-decoration: none;
	}

#container {
	margin: 0 auto;
	width: 770px;
	background: white;
	background: transparent url(images/main_bg.jpg) repeat-y;
}

#header {
	width:770px;
	height:117px;
	background: transparent url(images/header_top.jpg) no-repeat;
}

#menu {
	width:769px;
	height:19px;
	background: transparent url(images/menu_bg.jpg) repeat-x;
	border-right: 1px solid black;
}

#menubot {
	width: 770px;
	height: 7px;
	background: transparent url(images/menu_bottom.jpg) no-repeat;
}

#footer {
	width: 770px;
	height: 25px;
	background: transparent url(images/footer_bg.jpg) no-repeat;
	clear: both;
	padding-top: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#footer a {
	font-size: 10px;
	color: maroon;
}

#footer a:hover {
	font-size: 10px;
	color: orange;
}

#sidebar-right {
	width: 210px;
	margin-left: 555px;
}

#content {
	overflow: hidden;
	clear: none;
	text-align:left;
	width: 770px;
}

#main {
	float: left;
	width: 510px;
	padding: 10px 20px 10px 20px;
}

.footertext {
	color:#FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

.main_h1 {
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size: 16px;
	font-variant: small-caps;
}

#sidebar-right IMG {
	padding: 1px;
	border: 1px solid black;
}

.style3 {	
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}