@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	background-color: #5b759b;
	background-image: url(../images/site_background2.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

/* Areas */
td.leftcol {
	width: 190px;
	background-image: url(../images/left_column.gif);
	background-repeat: repeat-y;
}

td.rightcol {
	width: 185px;
	background-image: url(../images/right_column.gif);
	background-repeat: repeat-y;
}

div.main {
	margin-right: 36px;
	margin-left: 54px;
	min-height: 300px;
}

div.leftnavcell {
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.leftnavcell2 {
	margin-right: 18px;
	margin-left: 18px;
	margin-top: 12px;
	margin-bottom: 0px;
	}


/* Textual */

.section_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #406b9c;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #333333;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #333333;
}

.copy {
	font-size: 11pt;
	color: #4c4c4c;
}

.copysmall {
	font-size: 9pt;
	color: #666666;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}

.copyright {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #666;
}

li {
	font-size: 11pt;
	color: #4c4c4c;
}

/* Navigation */

a {
	font-size: 11pt;
	color: #3b3b3b;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.titlenav {
	font-family: Arial, Helvetica;
	font-size: 14pt;
	font-weight: normal;
	color: #416b9d;
	text-decoration: none;
}

a.titlenav:hover {
	text-decoration: underline;
}

a.utilnav
{
	font-family: Arial, Helvetica;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

a.utilnav:hover {
	text-decoration: none;
	color: #416b9d;
}

a.utilnavon {
	font-size: 8pt;
	text-decoration: none;
	color: #416b9d;
}

a.leftnav
{   
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	color: #666666;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}

a.leftnav:hover {
	color: #406b9c;
}

a.leftnavon
{   
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
	color: #406b9c;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}

a.subnav {
	font-size: 9pt;
	text-decoration: underline;
	color: #666666;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	text-decoration: none;
}

a.subnav:hover {
	text-decoration: underline;
	color: #406b9c;
}

a.subnavon {
	font-size: 9pt;
	text-decoration: none;
	color: #406b9c;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}

/* Forms */
form {
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	color: #3b3b3b;
	}

form.search {
	margin-top: 15px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
}

textarea {overflow: auto;}