/************ base styles **************/

.rowdiv {
	font-size: xx-small;
	line-height: normal;
	color: #EBE9ED;
	background-color: #566A7D;
	height: 2px;
}

.newsrow_one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 22px;
	background-color: #F0F0F0;
	padding: 4px;
	margin-left: 5px;
}

.newsrow_two {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 22px;
	background-color: #D5DDD2;
	padding: 4px;
	margin-left: 5px;
}

.paragraph{
	font-size: x-small;
	text-decoration: none;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.paragraphreverse {
	font-size: x-small;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.paragraphjustify {
	font-size: x-small;
	text-decoration: none;
	color: #000000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

.titlewhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.pagetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 24px;
	font-weight: bold;
	color: #454545;
	padding-left: 12px;
}

.title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 18px;
	font-weight: bold;
	color: #063E77;
	padding-left: 22px;
}



a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0066cc;
	text-decoration: underline;
}


.tableheader {
	display: block;
	/*border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("../images/bg_nav.jpg");*/
	background-color: #7B869A; /*#996633;*/
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
	text-decoration: none;
}
body {
  	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f4f4fc;
}

/************ header graphics ******************/

.bullets {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 18px;
	font-variant: normal;
	color: #073A58;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	text-indent: 12pt;
	font-weight: normal;
}

.bulletsreverse {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: square;
}

.bulletsreverse a:link {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: square;

}

.bulletsreverse a:visited {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: square;
}

.bulletsreverse a:hover {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
	list-style-position: inside;
	list-style-type: square;
}
.requestbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#333333;
	text-indent: 12pt;
	text-align: left;
	background-image: url(../images/body_horblue.jpg);
	background-repeat: repeat-y;
	padding: 6px;
}


.headmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#073A58;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #F4F4Fc;
	border-right-color: #073A58;
	background-image: url(../images/head_menu_bk.jpg);
	height: 33px;
}
.headmenu a:link {
	color:#073A58;
	text-decoration: none;
}
.headmenu a:visited {
	color:#073A58;
	text-decoration: none;
}
.headmenu a:hover {
	color: #70BF2E;
	text-decoration: underline;
}

.headerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFFFFF;
	text-align: center;
	line-height: 28px;
}
.headerlinks a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.headerlinks a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.headerlinks a:hover {
	color: #70BF2E;
	text-decoration: underline;
}


/************ topmenu styles **************/

.topmenulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
	line-height: normal;
	font-weight: bold;
}
.topmenulinks a:link {
	color:#000000;
	text-decoration: none;
}
.topmenulinks a:visited {
	color:#000000;
	text-decoration: none;
}
.topmenulinks a:hover {
	color: #70BF2E;
	text-decoration: underline;
}

/************ leftmenu styles **************/
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #122941;
	background-color: #F0E2BD;
	text-align: left;
	text-indent: 12px;
	vertical-align: middle;
	height: 22px;
	width: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #333333;
}
.leftmenu a:link {
	color:#000000;
	text-decoration: none;
}
.leftmenu a:visited {
	color:#000000;
	text-decoration: none;
}
.leftmenu a:hover {
	color: #70BF2E;
	text-decoration: underline;
}


/************ footer styles **************/

.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#333333;
	text-indent: 12px;
	margin-top: 8px;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.footerlinks a:link {
	color:#000000;
	text-decoration: none;
}
.footerlinks a:visited {
	color:#000000;
	text-decoration: none;
}
.footerlinks a:hover {
	color: #70BF2E;
	text-decoration: underline;
}
