/* CSS Document */

body
{
background-color:#C0C0C0;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
#main
{
margin: auto;
width:800px;
}
#header
{
width:100%;
height:200px;
background-color:#999999;
}
#main .menu
{
width:100%;
height:50px;
background-image:url(images/bgborder.png);
background-repeat:repeat-x;
}
#mainbody
{
width:100%;
background-color:#283440;
}
.normal_text{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px 20px 0px 20px;
color:#274860;
text-align:justify;
}
.normal_text p img
{
	padding:0px;
	margin:0px 0px 0px 8px;
	float:right;
}
.normal_textpic
{
clear:both;
height:auto;
overflow:hidden;
padding:0px 0px 22px 0px;
}
.subtopic
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
padding-left:50px;
color:#336699;
margin-bottom:5px;
font-weight:bolder;
font-variant:small-caps;
}
.topic
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
padding-left:60px;
color:#E76E13;
width:400px;
font-variant:small-caps;
font-weight:bold;
}
.s1
{
font-family:"Times New Roman", Times, serif;
font-size:12px;
text-align:left;
 text-transform:uppercase;
 font-weight:bold;
color:#336699;
padding-left:100px;
padding-top:10px;
line-height:20px;
}
.s1 a:link {
	color: #336699;
	text-decoration:none;
}
.s1 a:visited {
	text-decoration:none;
	color: #336699;
}
.s1 a:hover {
	text-decoration: none;
	color: #CC0000;
}
.s1 a:active {
	text-decoration: underline;
	color: #336699;
}
.contentlefttop
{
width:591x;
height:39px;
background-position:top;
background-image:url(images/leftcontentop.png);
}
.bodybg
{
width:591px;background-repeat:repeat-y;
background-image:url(images/bodybg.png);
}
.contentleftbottom
{
width:591px;
height:39px;
background-image:url(images/leftcontentbottom.png);
background-position:top;
}
#footer
{
width:100%;
height:100px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
background-color:#1C3A51;
}
#footer .top
{
background-image:url(images/footertop.png);
width:100%;
height:50px;
background-repeat:repeat-x;
background-position:top;
}