@charset "utf-8";
/* CSS Document */
.style1 {
	color: #333333;
	font-style: italic;
	text-decoration:none;
}
a:link {
	color: #AD0751;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #AD0751;
}
a:hover {
	color: #000000;
}
.style3 {font-size:12px; text-align:justify;}
.style4 {
	font-weight: bold;
	font-size:small;
	color: #ffffff;
	text-align:center;
	padding: 1em;
	line-height:1.25em;
}
a:active {
	text-decoration: none;
}


* {
	margin: 0;
	padding: 0;
}
body{
background:#AD0751;
font-family:Georgia, "Times New Roman", Times, serif;
}
p {
font-weight:bold;
font-size:medium;
margin: 1em 1em 1em 2em;
color:#666666;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: normal;
	margin-left: 10px;
	text-align: justify;
}


h1 {
	font-size:24px;
	text-align: center;
	margin: 1em 2em 1em 1em;
}
h2 {
	font-size:14px;
	text-align: left;
	margin: 1em 0 1em 1em;
	color:#000000;
}
h3 {
	font-size: 14px;
	font-style:oblique;
	text-align: center;
	color: #AD0751;
	margin: 2em 0 1em 1em;
	background-color: #CCCCCC;
}

#container{
	margin-left: 100px;
	width: 950px;
}

.container {

}
.left_banner{
width:211px;
height:800px;
float:left;
}
.header{
width:728px;
height:168px;
float:left;
margin-top:20px;
}

.footer{
	width:727px;
	height:50px;
	text-align: center;
	color: #FFFFFF;
	font-size: x-small;
	clear: both;
	padding-left: 200px;
	margin-top: 1em;
}
.main_body{
	width: 727px;
	background:#FFFFFF;
	float:left;
	height: auto;
}
.main_body2{
background: #FFFFFF;
width:530px;
height:auto;
float:left;
font-size:12px;
}

#navlinks {
	margin: 1em 1em 1em 2em;
	float: right;
	border: solid #000000 1px;
}
	
#navlinks li {
	display:block;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	font-size: small;
	text-align: left;
	width: 125px;
	padding: 0.65em;
	background-color: #CCCCCC;
	font-weight: bold;

}
.text2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bolder;
	margin-left: 10px;
	text-align: justify;
}
/* ------------- form styles */
#form {
	float: left;
	margin: 0 1em 0 .5em;
}

#form table{
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	}
.style5 a {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #AD0751;
}
