/*Aha Web Site Style Sheet - Last updated on 09/01/07 by CP*/

/* Common Settings
=================================================================*/

body, p, h2, h3, h4, input, textarea, .inputfields2 {
	font-family: Arial, Helvetica, sans-serif;
	}
	
body, table, td, tr {
	vertical-align: top;
	}
	
p, h1, h2, h3, hr {
	padding-left: 10px;
	}
	
h1, h2, h3 {
	padding-top: 10px;
	}
	
p, h2, h3, h4, input, textarea, .inputfields2 {
	color: #000000;
	}

h1 {
	color: #5E98CE;
	}
	
h2, h3, h4 {
	font-weight: bold;	
	}
	
/* Element Defaults
=================================================================*/

body {
	background-color: #F5F5F5;
	text-align: center;
	color: black;
	text-decoration: none;
	}
	
h1, h2, h3 {
	margin: 0;
	width: 100%;
	}
	
h4 {
	vertical-align: top;
	}
	
form {
	margin:0px;
	}
	
input, textarea {
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #656565;
	}
	.inputfields {
		font-size: 10px;
		padding-right: 10px;
		}
	.inputfields2 {
		font-size: 10px;
		}
hr {
	padding-right: 10px;
	color: #DCDCDC;
	background-color:transparent;
	height:1px;
	}

a {
	color: #7B054B;
	text-decoration: none;
	}
	a:visited, a:active {
		color: #7B054B;
		background-color: transparent;
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		}

	a.navlinks:visited, a.navlinks:active, a.navlinks:link, a.navlinks:hover,
	a.nav2links:visited, a.nav2links:active, a.nav2links:link, a.nav2links:hover {
		padding-left: 17px;
		background-image: url(../../images/layout/arrow.gif);
		background-position: left;
		background-repeat: no-repeat;
		background-color: transparent;
		text-decoration: none;
		}
	a.navlinks:visited, a.navlinks:active, a.navlinks:link {
		color: #FFFFFF;
		}
	a.nav2links:visited, a.nav2links:active, a.nav2links:link {
		color: #5E98CE;
		}
	a.navlinks:hover, a.nav2links:hover {
		text-decoration: underline;
		}

/* Layouts
=================================================================*/

.border {
	background-color: #FFFFFF;
	width: 760px;
	height: 100%;
	border: 1px solid #5E98CE;
	margin: 0 auto;
	text-align: left;
	}
	
.logo {
	background-color: #311152;
	width: 760px;
	height: 112px;
	}
	
.bannergraphic {
	width: 220px;
	background-color: #5E98CE;
	}
	
.main, .mainFull {
	background-image: url(../../images/layout/g_main.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 10px;
	padding-right: 10px;
	}
.mainFull {
	padding: 10px;
 	}
	
.maincontent {
	padding-right: 20px;
	}
	
.mainright {
	width: 220px;
	}
	
.secondcol {
	padding: 5px 5px 5px 5px;
	width: 100%;
	background-color: #D8CED9;
	}
	
.thirdcol {
	padding: 5px 5px 5px 5px;
	width: 100%;
	background-color: #E4DEA2;
	}
	
.rightmenu {
	width: 220px;
	right: 100%;
	background-image: url(../../images/layout/g_rightmenu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #5E98CE;
	}
	
.footerleft {
	background-color: #311152;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	height: 25px;
	}
.footerright {
	background-color: #3F78AE;
	text-align: right;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	height: 25px;
	}

.breadcrumb {
	padding-left: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}

.c100 {
	width: 100%;
	height: 100%;
	}
	
.topnav {
	padding-right: 10px;
	background-image: url(../../images/layout/g_topnav.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	color: #000000;
	height: 25px;
	width: 100%;
	}
	
.mainnav {
	border-bottom: 1px solid #5E98CE;
	text-align: center;
	color: #000000;
	height: 45px;
	width: 100%;
	}
