@charset "UTF-8";

body{
margin:0px;
padding:0px;
background: #ffffff url(sitepics/main-bg.gif);
}

img{
border:none;
text-decoration:none;
}

#header{
padding:0px 0px 0px 5px;
height:150px;
}

#navitor{
height:35px;
background-image:url(navitor/nav-bg.png);
background-repeat:no-repeat;
background-position:center bottom;
}

#body-header{
background-image:url(sitepics/body-top.png);
height:13px;
width:797px;
margin:5px auto 0px auto;
}

#body-middle{
background-image:url(sitepics/body-middle.png);
background-repeat:repeat-y;
width:797px;
height:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0px auto 0px auto;
}

#text{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:10px 10px 0px 25px;
margin-left:195px;
min-height:600px;
}

#body-bottom{
background-image:url(sitepics/body-bottom.png);
height:18px;
width:797px;
margin:0px auto 0px auto;
}

#sidebar{
padding:10px 0px 0px 10px;
width:174px;
height:100%;
float:left;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

#footer{
height:47px;
background-image:url(footer/footer-bg.png);
background-repeat:no-repeat;
background-position:center bottom;
width:797px;
margin-left:auto;
margin-right:auto;
}

#text ul, li{
padding-left:15px;
}


#text a:link {
	color: #003366;
	text-decoration: underline;
}
#text a:visited {
	text-decoration: underline;
	color: #003366;
}
#text a:hover {
	text-decoration: none;
	color: #960000;
}
#text a:active {
	text-decoration: underline;
	color: #003366;
}

#sidebar a:link {
	color: #960000;
	text-decoration: none;
}
#sidebar a:visited {
	text-decoration: none;
	color: #960000;
}
#sidebar a:hover {
	text-decoration: underline;
	color: #003366;
}
#sidebar a:active {
	text-decoration: underline;
	color: #003366;
}

.header1{
color:#003366;
font-size:18px;
font-weight:bold;
}

.style6 {font-weight: bold;
	font-size: 12px;
}
.style10{font-size: 12px}
.style13 {font-size: 10px;
	font-weight: bold;
}
.style14 {font-size: 10px}