body {
	font-family:arial;
	font-size: 11pt;
	background-color: #f0efef;
	color:#333333;
}

#divider {
	background: #ffffff url('../images/divider.gif') repeat-x left top;
	height:10px;
}

.spacer {
	height:12px;
}

#logoTextDiv {
	padding-top: 15px;
	padding-left: 4px;
}

.subLogo {
	font-size: 11pt;
	font-weight: bold;
	color: #002b66;
	vertical-align:top;
	margin-top: -4px;
	
}

.firstLetter {
	font-size: 22pt;
	font-family: arial;
	color: #002b66;
	font-weight: bold;
}

.nextLetter {
	font-size: 15pt;
	font-family: arial;
	font-weight: bold;
	color: #0f919B;
}

.logoImgCell {
	width:80px;
}

.logoTextCell {
	width: 420px;
}

.logoLinkCell {
	width: 260px;
	vertical-align:bottom;
	height: 90px;
	font-size: 11pt;
	color: #777777;
	padding-right:8px;
	text-align:right;
}

.logoLinkCell a {
	color: #777777;
	text-decoration: none;
}

.logoLinkCell a:hover{
	color: #0f919B;
	text-decoration: none;
}

img {
	border-width: 0px
}

#cntr {
	width: 780px;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
	background-color: #ffffff;
	border: 1px solid #cecece;
}

#hdr {
	width: 100%;
	height: 92px;
}

#logo {
	margin: 0px auto;
}

#main {	
	padding: 0px 12px 12px 18px;
	width: 525px;
}

#nav {
	background: #B8E2E5 url('../images/homepic_03.gif') repeat-x left top;
	width: 185px;
	height: 240px;
	border: 1px solid #0f919B;
	padding: 12px;
	border-radius:10px; -moz-border-radius: 10px; -webkit-border-radius:10px; -khtml-border-radius:10px;
}

#main_cntr {
	background-color: #ffffff;
	padding: 12px;
	min-height: 675px;
}

.link_cntr {
	padding-bottom: 0px;
	padding-top: 6px;
	font-size: 12pt;
	color: #002b66;
	white-space:nowrap;
	
}

.link_cntr a {
	font-size: 10pt;
	font-family: arial;
	color: #002b66;
	text-decoration: none;
}

.link_cntr a:hover {
	text-decoration: none;
	color: #ff0000;
}

.check_inact {
	font-weight: normal;
	color: #777777;
	font-size: 14pt;
}

.check_act {
	color: #ff0000;
	font-size: 14pt;
}

.mainHdr {
    border-bottom: 1px solid #002B66;
    color: #002B66;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 1px;
}

.centerBlock {
	margin: 0px auto;
}

.nospace {
	border-collapse:collapse;
	border-spacing:0px;
}

.homepic1, .homepic2 {
	background-image:url(../images/homepic_03.gif);
	margin: 0px auto;
	width:400px;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
}

.homepic2 {
	width:450px;
}

.imgCntr{
	margin: 0px auto;
	width:400px;
	padding: 5px;
}

.strongCaption, .strongCaption2 {
	color:#DA345A;
	font-size:20px;
	font-weight:normal;
	text-align: center;
	padding: 10px 10px 14px 10px;
}

.strongCaption2 {
	font-size:15px;
	font-weight:bold;
}

.checkList {
	list-style-image: url(../images/redcheck.gif);
	text-align:left;
}
.checkList li {
	margin-bottom:10px;
	line-height:18px;
}

.linkList {
	list-style: none;
	margin: 0px auto;
	text-align:left;
}
.linkList li {
	margin-bottom:10px;
	line-height:18px;
}

.content{
	line-height:20px;
}

.bold {
	font-weight:bold;
}

a {
	color: #002b66;
	text-decoration: none;
}

a:hover {
	color: #002b66;
	text-decoration: underline;
}

.errorHdr {
	color: red;
}

.errorContent {	
	padding-top:15px;
}

.indent {
	margin-left: 20px;
}

.svHdr {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	color: #002b66;
	width:100px;
	padding-bottom: 4px;
	padding-top: 3px;
}

.svTitle {
	text-align: left;
	color: #002b66;
	padding-bottom: 2px;
	padding-top: 12px;
	border-bottom:1px solid #0f919B;
}

.svData {
	text-align: left;
	padding-left: 10px;
	vertical-align:center;
	border-bottom:1px solid #0f919B;
}

.noborder {
	border: none;
}

.lightUnderline {
	border-bottom:1px solid #0f919B;
}