body {
	border-width : 0px 10px 10px 0px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-color : #eee;
}

h1 {
	font : bold 22px/26px Georgia, "Times New Roman", Times, serif;
	color : #069;
}

h2 {
	font : bold 18px/22px Georgia, "Times New Roman", Times, serif;
	color : #069;
}

h3 {
	font : bold 14px Georgia, "Times New Roman", Times, serif;
	color : #069;
}

h4 {
	font : bold 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font : 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : justify;
}
.content_r p{
	font : 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : left;
}

li {
	font : 12px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom : 4px;
}


/* Holds everything together */

div.wrapper {
	width : 100%;
	background : #fff;

}


/* Top Header - Logo */

div.identity {
	width : 100%;
	height : 60px;
	border-bottom : 1px dashed #099;
	border-top : 0px none;
	padding : 0px 0px 0px 0px;
	border-left : 0px none;
	border-right : 0px none;
	background-color : #0067B1;
}

div.identity_key {
	width : 100%;
	height : 4px;
	border-bottom : 1px solid #fff;
	border-top : 0px none;
	padding : 0px 0px 0px 0px;
	border-left : 0px none;
	border-right : 0px none;
	background-color : #036;
	margin : 0px 0px 0px 0px;
	font-size : 4px;
}


/* Navigation */

.navcon_wrapper {
	width : 100%;
	background : #fff;
	border-collapse : collapse;
}

.nav {
	border-width : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	padding : 10px 10px 10px 20px;
	width : 20%;
	background : #AFCAE7;
	vertical-align : top;
	font : bold 14px Georgia, "Times New Roman", Times, serif;
}

.navlnk_space {
	border-width : 0px 0px opx 0px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 12px;
	display : block;
	font-size : 6px;
}

.navlnkspot {
	border-bottom : 1px dashed #D7E4F3;
	height : 25px;
}

.navlnk_off {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 0px 0px;
	display : block;
	vertical-align : middle;
}
A:FOCUS.navlnk_off, A:LINK.navlnk_off, A:VISITED.navlnk_off, a:active.navlnk_off {
	color : #333;
	text-decoration : none;
	font-family :  Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
}
A:HOVER.navlnk_off {
	color : #0067B1;
	text-decoration : none;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
}

.navlnk_on {
	margin : 0px 0px 0px 0px;
	padding : 5px 0px 0px 0px;
	color : #BF3240;
	width : 100%;
	display : block;
	vertical-align : middle;
}
A:FOCUS.navlnk_on, A:HOVER.navlnk_on, A:LINK.navlnk_on, A:VISITED.navlnk_on, a:active.navlnk_on {
	color : #BF3240;
	text-decoration : none;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : bold;
}



/* Body Content */


.content_l {
	padding : 15px 15px 40px 15px;
	background-color : #fff;
	color : #000;
	vertical-align : top;
	width : 54%;
	vertical-align : top;
}

.content_r {
	padding : 15px 15px 40px 15px;
	background-color : #D7E4F3;
	color : #000;
	vertical-align : top;
	width : 20%;
	vertical-align : top;
}

 
.footer {
	width : 100%;
	border-top : 1px dashed #099;
	background-color : #036;
	padding : 5px 0px 5px 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #fff;
	text-align : center;
	line-height : 150%;
}

A:FOCUS.footlnk, A:LINK.footlnk, A:VISITED.footlnk, a:active.footlnk {
	color : #fff;
}

A:HOVER.footlnk {
	color : #AFCAE7;	
}

div.spacerclr {
  clear: both;
  }




