/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #3F768B;
	line-height: normal;
	border: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #3F768B;
	line-height: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #3F768B;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #5c5c5c;
	border-right-color: #5c5c5c;
	border-bottom-color: #5c5c5c;
	border-left-color: #5c5c5c;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #3F768B;
	line-height: normal;
	border: none;
}
/* basic properties for all site objects  */
body, td, th, option, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:130%;
}
/* ensures no margins by default  */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color:#C5CFD7;
}
table {
	background-color: #FFFFFF;
}
/* general small text like copyrights, etc.  */
.footertext {
	color: #939393;
	font-size: 10px;
}
/* sets indentation in main body for all general pages  */
.generalpagebodydiv {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 19px;
	margin-left: 25px;
}
/* generic bold style  */
.genericbold {
	font-weight: bold;
}
.mainbody {
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.sectionbold {
	font-weight: bold;
	padding-right: 32px;
}
.sidebarright {
	padding-left: 30px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.sidebarleft {
	padding-left: 30px;
	padding-right: 20px;
	font-size: 10px;
}
.smtext {
	color: #000000;
	font-size: 9px;
}
.UL {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);
	font-weight: bold;
}
.texttitle {
	font-size:12px;
}
/* basic link properties */
.link a:link {
	font-weight: bold;
	color: #C20435;
	line-height: 22px;
	text-decoration: none;
}
.link a:visited {
	font-weight: bold;
	color: #C20435;
	line-height: 22px;
	text-decoration: none;
}
.link a:active {
	font-weight: bold;
	color: #C20435;
	line-height: 22px;
	text-decoration: none;
}
.link a:hover {
	font-weight: bold;
	color: #3F768B;
	line-height: 22px;
	text-decoration: none;
}
.linkbody a:link {
	font-weight: bold;
	color: #C20435;
	text-decoration: underline;
}
.linkbody a:visited {
	font-weight: bold;
	color: #C20435;
	text-decoration: underline;
}
.linkbody a:active {
	font-weight: bold;
	color: #C20435;
	text-decoration: underline;
}
.linkbody a:hover {
	font-weight: bold;
	color: #3F768B;
	text-decoration: underline;
}
.footer a:link {
	color: #939393;
	font-size: 10px;
}
.footer a:visited{
	color: #939393;
	font-size: 10px;
}
.footer a:active{
	color: #939393;
	font-size: 10px;
}
.footer a:hover{
	color: #C20435;
	font-size: 10px;
}
.textboxstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #999999;
	width: 125px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #858585;
	background-color: #FFFFFF;
	border: 1px solid #6F6F6F;
	padding: 0px;
}
.tabledk {  background-color: #ffffff
}
.indent {
	padding-left: 35px;
}
.genericbold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

/* Navigation links css */
#navigation {
	border-bottom:1px solid #B6b4b4;
	margin:2px 0 0 0;padding:0 0 6px 0;
	width:510px;
}
#navigation li {
	display:inline;
	list-style-type:none;
	margin:0 7px;;
	padding:0;
}
#navigation a:link, #navigation a:visited  {
	background: #FFF;
	color: #000000;
	line-height:20px;
	margin:0;padding:0 0 1px 0;
	text-decoration:none;
}
#navigation a:hover {
	background: #FFF;
	border-bottom:6px solid #569BAA;
	color:#C20435;
}
