/******************************************** GENERAL STYLES **********************************************/

/* RESET */
* {	margin: 0; padding: 0; }
img { border: 0; margin: 0; }
body, h1, h2, h3, h4, h5, h6, div, hr, form, img, ul, li, p, li li, p p, table, th, td {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 76%;
}


/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #660033;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	color: #8B8C8D;
}
h2, h3 {
	font-weight: normal;
}
p {
	line-height: 1.4em;
	font-size: 1em;
	margin-bottom: .9em;
}
hr {
	height: 1px; 
	font-size: 1px;
	color: #d1d6d9;
	background-color: #d1d6d9;
	margin-bottom: .9em;
	padding: 0;
	border: 0;
}
ul {
	list-style: none;
}
li {
	font-size: 1em;
}
li li {
	font-size: 1em;
}
fieldset {
	border: 0;
}
form {
	margin-bottom: 1em;
}
table {
	background-color: #c9c9c9;
	margin-bottom: 1.5em;
}
th {
	font-size: .9em;
	padding: 4px 10px 4px 10px;
}
td {
	font-size: .9em;
	padding: 4px 10px 4px 10px;
	background-color: #ffffff;
}

a:link, a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #f7921c;
	background-color: transparent;
	text-decoration: none;
}
.left { float: left; }
.right { float: right; }
.fill { clear: both; width: 100%; display: block;}
.clear { clear: both; margin: 0; padding: 0; width: 100%; height: 1px; line-height: 1px; font-size: 1px; visibility: hidden;}


/* LAYOUT */
.body {
	width: 800px;
	height: 100%;
	min-height: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.body .header {
	width: 100%;
	height: 0px;
}
.body .page {
	width: 100%;
	min-height: 92%;
	background-color: #ffffff;
	text-align: left;
}
.body .footer {
	width: 100%;
	height: 8%;
	background-color: #ffffff;
}
.body .page .r1 {
	height: 175px;
	text-align: center;
}


/* STYLES */
.body .page .r1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.body .page .r1 a span {
	visibility: hidden;
}

#body {
	text-align: center;
}
#body .panels {
	margin-left: 18px;
}
#body .panel {
	width: 244px;
	margin-right: 16px;
	text-align: left;
	display: inline;
}

#body p {
	font-size: .9em;
}


#site-title {
	width: 764px;
	height: 89px;
	margin-left: 18px;
	margin-right: 18px;
/*	margin-top: 18px; */
	background-color: #660033;
	border-bottom: 4px solid #f7921c;
	margin-bottom: 18px;
}

#site-title img {
	float: left;
	margin-right: 40px;
}
#site-title .menu {
	float: right;
	width: 200px;
	margin-top: 12px;
	margin-right: 30px;
	text-align: right;
}
.button {
	height: 18px;
}
.button a {
	color: #ffffff;
	font-size: .8em;
	text-transform: uppercase;
}
.button a.on {
	color: #f7921c;
}

.content {
	margin-left:auto;
	margin-right:auto;
}



/* aspro */
#aspro-logos {
	width: 800px;
	background-color: #ffffff;
	margin: 10px auto 10px auto;
	clear: both;
	border-top: 1px solid #b3bad0;
}
#aspro-logos .title {
	width: 100%;
	margin: 10px 0 10px 0;
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica;
	font-color: #002f5f;
}
#aspro-logos .logos {
	width: 772px;
	margin: 0 11px 0 7px;
	clear: both;
}
#aspro-logos .logo {
	float: left;
}
#aspro-logos .logo img {
	border: none;
}