@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: hidden;
}

#menu {
	float: left; 
	width: 185px;
	position: relative;
	margin-top: 15px;
}

.navbuttons {
	font-family: Arial, Helvetica, sans-serif;
	display: block; 
	background: url(../images/button_down.gif) center top no-repeat;
	height: 29px; 
	width: 155px; 
	line-height: 29px;
	text-align: left;
	text-indent: 1em;
	float: left;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
}

.navbuttons a:link {
	font-family: Arial, Helvetica, sans-serif;
	display: block; 
	background: url(../images/button_up.gif) center top no-repeat; 
	height: 29px; 
	width: 155px; 
	line-height: 29px;
	text-align: left;
	text-indent: 1em;
	float: left;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}

.navbuttons a:visited {
	font-family: Arial, Helvetica, sans-serif;
	display: block; 
	background: url(../images/button_up.gif) center top no-repeat; 
	height: 29px; 
	width: 155px; 
	line-height: 29px;
	text-align: left;
	text-indent: 1em;
	float: left;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}

.navbuttons a:hover {
	background: url(../images/button_hover.gif) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: underline;
	color: #FFFFFF;
}

.navbuttons a:active {
	font-family: Arial, Helvetica, sans-serif;
	display: block; 
	background: url(../images/tabup.gif) center top no-repeat; 
	height: 29px; 
	width: 155px; 
	line-height: 29px;
	text-align: left;
	text-indent: 1em;
	float: left;
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}

#contents a:link {
	color: #45056f;
}

#contents a:visited {
	color: #45056f;
}

#contents a:hover {
	color: #6f19a7;
}

#contents a:active {
	color: #45056f
}

.leftext {
	text-align: right;
	padding-right: 10px;
	margin-top: 0px;
}

.adbuttons  {
	padding: 8px;
	padding-top: 20px;
	float: left;
}

.logos {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
	margin-left: -25px;
}

.center {
	text-align: center;
}

#footer	{
	clear: both;
	height: 20px;
	background-color: #45056f;
	background-repeat: no-repeat;
	font-size: 60%;
	padding-top: 5px;
	text-align: center;
	color: #c9c9c9;
}

#footer a:link { 
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}

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

#footer a:active { 
	color: #FFFFFF;
	text-decoration: none;
}

.footertext {
	color: #45056f;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
}

.footertext a:link {
	color: #45056f;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
}

.footertext a:visited {
	color: #45056f;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
}

.footertext a:hover {
	color: #45056f;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
}

.footertext a:active {
	color: #45056f;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
}

.spacer {
	padding-top: 150px;
}

#emailform {
   display: block;
   text-align: left;
}

#emailform form label {
   font-size: 12px;
   font-weight: bold;
   display: block;
   text-align: left;
   float: left;
   margin: 0px;
   width: 105px;
   padding-top: 4px;
   padding-right: 0px;
   padding-bottom: 3px;
   padding-left: 0px;
}

h1{
	color:#230338;
	font-size:16px;
}

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
