body
{
	margin: 0px 0px 0px 0px;
	color: #666666;
	background: url(../images/bg.jpg) repeat-x top  #E6E6E6;
	
	scrollbar-face-color: #E0E0E0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #E9E9E9;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #E9E9E9;
}
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
}
a:link, a:visited, a:active  {color:#175F95; text-decoration: underline;}
a:hover {color:#950000; text-decoration: underline;}

/* ***************** structure styles ************************ */
/* common */
.table-main {
	height: 100%;
	width: 776px;
	background-color: #FFFFFF;
}
.td-main {
	vertical-align: top;
	height: 100%;
	width: 770px;
}
.shad-l {width: 3px; background-image: url(../images/shad-l.gif); background-repeat: repeat-y; vertical-align: top;}
.shad-r {width: 3px; background-image: url(../images/shad-r.gif); background-repeat: repeat-y; vertical-align: top;}
.shad-t {height: 5px; background-image: url(../images/shad-t.gif); background-repeat: repeat-x; vertical-align: top;}
.shad-b {height: 5px; background-image: url(../images/shad-b.gif); background-repeat: repeat-x; vertical-align: top;}

.pagebody {
	vertical-align: top;
	padding:  5px 0px 0px 0px;
	background:url(../images/page-bg.jpg) top repeat-x;
}

/* header */
.header {
	vertical-align: top;
	height:94px;
	background-image: url(../images/header-bg.jpg);
}
/* left col */
.leftcol {
	vertical-align: top;
	width: 210px;
	padding:  0px 0px 0px 9px;
}
.leftcol a {color:#950000; text-decoration: underline;}
.leftcol a:hover {color:#175F95; text-decoration: underline;}
.quote {
	background-image: url(../images/quote-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}
.leftbox {
	width: 194px;
	margin-bottom:10px;
}
.leftbox-content {
	background: url(../images/leftbox-bg.gif) repeat-y;
	padding:  5px 5px 5px 10px;
}
.indent-l {
	padding-left: 15px;
}

.news {
	width:178px;
	height:150px;
	overflow:auto;
}
.leftbox p {
	padding-right: 8px;
}
.news a {
	font-weight:bold;
	text-decoration:none;
	color:#175F95;
}
.news a:visited {
	font-weight:bold;
	text-decoration:underline;
}

/* center col */
.centercol {
	vertical-align: top;
	padding:  0px 34px 0px 27px;
}
/* right col */
.rightcol {
	vertical-align: top;
	width: 150px;
	padding-top: 10px;
}
/* ***************** end structure styles ************************ */

/* ***************** text styles ************************ */
p {
	margin:0px;
	padding: 0px 0px 10px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #175F95;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

ul {
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
li {
	margin:0px;
	padding: 3px 0px 3px 7px;
	list-style-type: none;
	background-image: url(../images/mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
/* ***************** end text styles ************************ */

/* ***************** footer ************************ */
.footer
{
	vertical-align: top;
	height: 90px;
	background-color: #EEEEEE;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:25px;
}

.footer table td{ text-decoration: none; padding: 5px 10px 5px 10px;}
.footer table td a, .footer table td a:link, .footer table td a:visited { margin: 0px 5px 0px 5px; color:#950000;}
.footer table td a:hover { margin: 0px 5px 0px 5px; color:#175F95;}
/* ***************** end footer ************************ */

/* ***************** forms styles ************************ */
select, input, textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;}
form {margin: 0px;}

.form_style {
	width: 300px;
	border: 1px solid #999999;
}
/* ***************** end forms styles ************************ */

