@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align:center;
}

a{ font-size:12px;}

a:link {
	color: #594190;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #594190;
}
a:hover {
	text-decoration: underline;
	color: #594190;
}
a:active {
	text-decoration: none;
	color: #594190;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #594190;
}
h2 {
	font-size: 16px;
	color: #594190;
}
h3 {
	font-size: 18px;
	color: #594190;
}
h4 {
	font-size: 24px;
	color: #594190;
}
h5 {
	font-size: 36px;
	color: #594190;
}



/*divs*/

#container{
	width:703px;
	height:auto;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
	border:medium #594584;
	margin:auto;
	margin-top:15px;
}

#banner{
	width:703px;
	background-image:url(images/banner.jpg);
	height:110px;
	background-color:#d9cef1;
}

#title{
	width:555px;
	text-align:left;
	margin-left:125px;
	vertical-align:top;
}

#titleleft{
	width:300px;
	margin-top:15px;
	text-align:left;
	float:left;
}

#titleright{
	width:255px;
	text-align:right;
	float:right;
	vertical-align:top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

li{
	display:inline;
	padding:0 25px 0 25px;
}

#toplinks{
	width:703px;
	text-align:left;
	padding-left:0px;
	border:medium #594584;
	height:auto;
}

#mainimage{
	width:703px;
	background-image:url(images/mainimage.gif);
	height:212px;
}

#maintext{
	width:653px;
	text-align:left;
	padding:0px 25px 10px 25px;
}

#images{
 	width:703px;
	padding:0px 0px 0 0;
	/*background-image:url(images/laout_04.jpg);
	background-color:#d9cef1;*/
}
#image1{
	background-image:url(images/image1.jpg);
	background-color:#f98228;
	background-repeat:no-repeat;
	width:210px;
	float:left;
	margin-left:20px;
}
#image2{
	background-image:url(images/image2.jpg);
	background-repeat:no-repeat;
	background-color:#8bc4e1;
	width:207px;
	float:left;
	margin-left:15px;
}
#image3{
	background-image:url(images/image3.jpg);
	background-repeat:no-repeat;
	background-color:#91af35;
	width:210px;
	float:left;
	margin-left:15px;
}

.imagetext{
	margin: 113px 3px 3px 3px;
	text-align:left;
}




/* Classes */
.footer{
	font-size:9px;
	font-color:#666666;
}

.topaddressheaders{
	font-size:11px;
	color:#0099FF;
	font-weight:bold;
}

.topaddresstext{
	font-size:10px;
	color:#666666;
	font-weight:none;
}