body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #ad3333;
	text-decoration: underline;
}
a:hover {
	color: #ad3333;
	text-decoration: none;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #ad3333;
	border: 0;
	border-top: 1px solid #ad3333;
	height: 1px;
	width: 580px;
}

h1 {
	font-size: 16px;
	color: #ad3333;
	text-align: left;
	margin: 8px 0px 8px 0px;
}

h2 {
	font-size: 14px;
	color: #ad3333;
	text-align: left;
	margin: 8px 0px 8px 0px;
}

h3 {
	font-size: 12px;
	color: #ad3333;
	text-align: left;
	margin: 8px 0px 8px 0px;
}

form {
	margin: 0;
}

.main {
	width: 1225px;
	margin: auto;
	padding: 0;
	margin-top: 10px;
	position: relative;
}

.header {
	height: 130px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	position: relative;
}

.topmenu {
	float: left;
	position: absolute;
	bottom: 8px;
	left: 30px;
}
.topmenu ul, .topmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.topmenu li a {
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 30px;
	font-weight:bold;
	color: #ad3333;
}

.topmenu li a:hover {
	display: block;
	text-decoration: underline;
	font-weight:bold;
	color: #cc337f;
}

.topmenu li a.menu_current  {
	font-weight:bold;
	color: #6a1818;
}

.left-content {	
	float: left;
	margin-top: 3px;
	width: 240px;
	background-color: #FFFFFF;
	min-height: 300px;
	padding-top: 13px;
}


.left-content p {
	text-align: center;	
}


.left-content h1, .left-content h2, .left-content h3{
	text-align: center;
}

.menu {
	float: left;
	width: 100%;
	margin: 0px;
	margin-top: 5px;
}

.menu ul {
	border-top: 1px dashed #ad3333;
}

.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 5px;
	text-decoration: none;
}
.menu .menu_default a:link, .menu .menu_default a:visited, .menu .menu_default a:active {
	border-bottom: 1px dashed #ad3333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.menu .menu_default a:hover {
	border-bottom: 1px dashed #ad3333;
	text-decoration: none;
	background-color: #c4d400;
}

.menu .menu_current  {
	border-bottom: 1px dashed #ad3333;
	font-weight:bold;
	text-decoration: none;
	background-color: #c4d400;
}


.main-content {	
	float: right;
	margin-top: 3px;
	width: 982px;
	background-color: #FFFFFF;
	min-height: 300px;
}

.content {	
	text-align: left;
	clear: right;
	padding: 20px;
	padding-top: 12px;
}

.content img {
	border-color: #ad3333;
}

.footer {
	background-color: #FFF;
	clear: both;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #666;
	text-align: center;
	line-height: 18px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
}