/* CSS Document */
body {
	background:url(images/background.jpg) #E10101 repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

a {
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#topmenu {
	background-image:url(images/index_nav.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#topmenu ul {
	padding:0px;
	margin:0px;
}

#topmenu ul li {
	list-style-type:none;
	display:inline;
	padding-right:10px;
}

#topmenu ul li a {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

#topmenu ul li a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

#topmenu ul li a.selected {
	text-decoration:underline;
	color:#FFFFFF;
}

.content_bg {
	background-repeat:repeat-y;
	background-image:url(images/content_bg.jpg);
}

.content_top_bg {
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(images/index_content.jpg);
	padding:25px 25px 5px 25px;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#FFFFFF;
	margin-left:20px;
}

.big_bar {
	background-image:url(images/index_BIGTitlebar.jpg);
	background-repeat:no-repeat;
	width:572px;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:right;
	padding-right:25px;
	padding-top:10px;
}

.small_bar {
	background-image:url(images/index_SMTitlebar.jpg);
	background-repeat:no-repeat;
	width:305px;
	height:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:right;
	padding-right:25px;
	padding-top:10px;
}

.content {
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}

.content h1 {
text-align:left;
font-family:Georgia, "Times New Roman", Times, serif;
}

.copyright {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#937D56;
	padding-left:20px;
	padding-right:20px;
}

