/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#523f72;
}

#shell {
	width:953px;
	height:auto;
}


#header {
	background-image:url(../images/header.gif);
	width:918px;
	height:41px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#523f72;
	text-align:left;
	padding-left:35px;
	padding-top:8px;
}


#content {
	background-image:url(../images/page_bckgrd.gif);
	background-repeat:repeat-y;
	width:853px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-align:left;
	padding-left:50px;
	padding-right:50px;
}

#content img {
	padding-right:13px;
	padding-bottom:5px;
}

#content a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#523f72;
	font-weight:bold;
}

#content a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aeae71;
	text-decoration:none;
	font-weight:bold;
}



#news {
	background-image:url(../images/news_bckgrd.gif);
	width:260px;
	height:169px;
	padding-left:20px;
	padding-right:20px;
	color:#aeae71;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

#news a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#523f72;
	font-weight:bold;
}

#news a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aeae71;
	text-decoration:none;
	font-weight:bold;
}

#email {
	background-image:url(../images/news_bckgrd.gif);
	width:260px;
	height:169px;
	padding-left:20px;
	padding-right:20px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#footer {
	background-image:url(../images/footer.gif);
	width:953px;
	height:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
	padding-top:25px;
}

.form  {
	font-family:verdana;
	font-size:12px;
	color:#666666;
	background-color:#ffffff;
	border:solid;
	border-color:#523f72;
	border-width:1px;
}

.button {
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	background-color:#523f72;
	border:solid;
	border-color:#000000;
	border-width:thin;
}