body
{
	text-align: center;
	background-color: #dde2ee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	font-size: 10px;
	text-align: center;
	padding-top: 4px;
	color: #111c77;
}
a:link {
	color: #111c77;
}
a:visited {
	color: #111c77;
}
a:hover {
	color: #111c77;
	text-decoration: none;
}
a:active {
	color: #111c77;
}
.divider {
	height: 2px;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5F66A4;
	margin-left: 14px;
	margin-top: 0px;
}

.wrapper {
	width: 727px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #111c77;
	background-image: url(../images/navBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
.leftCol {
	
	width: 169px;
}
.content {
	background-image: url(../images/roundedCorner.jpg);
	background-repeat: no-repeat;
	background-position: 1px top;
	float: right;
	width: 558px;
	padding-top: 15px;
}
p {
	margin-right: 9px;
	margin-left: 12px;
	margin-top: 15px;
	font-size: 12px;
}
.loginArea {
	background-color: #5f66a4;
	background-image: url(../images/loginBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 10px;
	color: #FFFFFF;
	padding: 7px;
}
.header {
	background-image: url(../images/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 168px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.wireframemenu{
/*border: 1px solid #C0C0C0;*/
background-color: #111c77;
border-bottom-width: 0;
width: 171px;
padding-top:20px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 0px 3px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #FFFFFF;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #FFFFFF;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #FFFFFF;
color: #111c77;
}

.checkboxlist{
	font-size: 12px;
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(../images/checkbox.gif);
	padding-left:5px;
	padding-bottom:2px;
	margin-right:8px;
}
.basiclist{
	font-size: 12px;
	padding-bottom:2px;
	margin-right:8px;
	margin-left:10px;
}



