@charset "utf-8";

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#696470;
	padding:0px;
	margin:10px 0px 10px 0px;
}

/*
DIV {	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}*/

p, .normalText, td { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:18px;
	color:#303030; 
	font-style:normal;
}

h1 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	font-weight:bold;
	line-height:22px;
	color:#303030; 
	margin:0px 0px 10px 0px;
	padding:0px;
}

#layoutContainer {
	width:965px;
	height:auto;
	min-height:600px;
	border:solid 1px #F00;
}

#homeLeftDiv {
	width:680px;
	height:546px;
	float:left;
	background-image:url(../images/bg_main.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#dadada;
	padding:54px 0px 0px 0px; 
	white-space:nowrap;
	/*border:solid 1px #F00;*/
}
#subLeftDiv {
	width:680px;
	height:100%;
	min-height:600px;
	float:left;
	position:relative;
	padding:0px 0px 10px 0px;
	background-color:#eeeeee;
	margin:0px;
	/*border:solid 1px #0FF;*/
}

#sepDiv {
	width:25px;
	/*float:left;*/
	height:100%;
	/*border:solid 1px #0F0;*/
	background-image:url(../images/divider_bg.png);
	background-repeat:repeat-y;
}

#rightDiv {
	width:255px;
	height:100%;
	/*float:left;*/
	background-image:url(../images/nav_bg.png);
	/*border:solid 1px #00F;*/
}

#contentDiv {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:18px;
	color:#303030; 
	font-style:normal;
	padding:20px;
}

#navDiv {
	height:25px;
	width:100%;
	white-space:nowrap;
	background-color:#415c90;
	padding:0px;
	margin:0px;
}

.contentItem {
	font:inherit;
	line-height:inherit;
	color:inherit;
	padding:20px 0px 20px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:solid 1px #415c90;
	clear:both;
}

a {
	color:#415c90;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
sup {
	font-size:60%;
	vertical-align:super;
	line-height:0px;
}

.errMesg {
font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt; 
	line-height:16pt;
	color:#cc0000; 
	font-style:normal;
}


