/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #A51827;
	text-align: center;
	background-image: url(images/top_tile2.jpg);
	background-repeat: repeat-x;
}

#maintable {
	background-color: #FFFFFF;
}

#contentarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 14px 7px 7px;
	color: #89229A;
	background-image: url(images/corner.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#contentarea a:link {}
#contentarea a:visited {}
#contentarea a:hover {}
#contentarea a:active {}

h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -17px;
	color: #000000;
}

h4 {
	font-style: italic;
	color: #A51827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#right_sidebar {
	background-color: #FFE4F5;
	padding-top: 6px;
}

#left_sidebar {
	text-align: center;
}
#main_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 5px 5px 25px;
	background-color: #FFAAFF;
}
#main_menu a:link {
	text-decoration: none;
	font-weight: bold;
	color: #89229A;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}
#main_menu a:visited {
text-decoration: none;
	font-weight: bold;
	color: #89229A;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;}
	
#main_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}
#main_menu a:active {
text-decoration: none;
	font-weight: bold;
	color: #89229A;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}
.current {
color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
	}


.header {
	font-weight: bold;
	color: #89229A;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer_toprow {
    background-color: #FFE4F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}
#footer_toprow a:link {
	color: #A51827;
}
#footer_toprow a:visited {
color: #A51827;
}
#footer_toprow a:hover {
	color: #89229A;
	text-decoration: none;
}
#footer_toprow a:active {
color: #A51827;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}
#footer a:link {
	color: #A51827;
}
#footer a:visited {
color: #A51827;
}
#footer a:hover {
	color: #89229A;
	text-decoration: none;
}
#footer a:active {
color: #A51827;
}

#form td {
	font-size: 10px;
}
hr {
}
