html, body{
	height:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:white;
	margin:0px;
	padding:0px;
	color:#343d44;
}

body.site{
	background:url(../../assets/images/bg.gif) repeat-x #f0f5fa;
}

img{
	border:0px;
	vertical-align:top;
}

img.border{
	padding:2px;
	border:1px solid #d8d8d8;
	background:white;
}

td{
	vertical-align:top;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p{
	line-height:18px;
	margin:15px 0px 10px 0px;
}



a {text-decoration:underline;color:#2d467b;}
a:hover {text-decoration:underline;color:#b18e00;}

h1{
	color:#b18e00;
	font-size:30px;
	margin:10px 0px 15px 0px;
	padding:0px 0px 10px 0px;
	font-weight:normal;
	line-height:36px;
	font-family:"Times New Roman", Times, serif;
	border-bottom:3px solid #e9f1f7;
}

h2{
	color:#343d44;
	font-size:18px;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	line-height:26px;
	font-family:"Times New Roman", Times, serif;
	padding-bottom:5px;
	background:url(../../assets/images/line_dotted_hor.jpg) repeat-x bottom;
}

h3{
	color:#343d44;
	font-size:18px;
	margin:20px 0px 0px 0px;
	padding:0px;
	font-weight:normal;
	line-height:22px;
	font-family:"Times New Roman", Times, serif;
}

h4 {font-size:12px;line-height:18px;}

ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

li{
	display:block;
	padding:5px 0px 5px 30px;
	background:url(../../assets/images/bullet.gif) no-repeat 15px 10px;
}

table.submenu{
	background:url(../../assets/images/line_dotted_hor.jpg) repeat-x bottom;
}

table.submenu a{color:#297ab5;font-size:13px;}
table.submenu a:hover{color:#b18e00;}

table.menu {margin-left:10px;}

table.menu td.link a{
	display:block;
	color:#1e3463;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	padding:12px 14px 12px 14px;
	margin:0px 1px 0px 1px;
	font-size:12px;
}

table.menu td.link a:hover, table.menu td.link a.active{
	color:white;
	background:url(../../assets/images/menu_active.gif) repeat-x;
}

.footerMenu .sep{
	text-align:center;
	color:#7cb7e2;
	padding:0px 10px 0px 10px;
}

.footerMenu .link{
	text-align:center;
	color:#2878b3;
	padding:0px 15px 0px 15px;
}

.footerMenu .link a{
	color:#2878b3;
	text-decoration:underline;
}

table.blueBox td, table.blueBox a{
	color:white;
}

table.blueBox a:hover{
	color:#ffeca0;
}

table.blueBox h1{
	color:white;
	font-size:26px;
	margin:15px 0px 10px 10px;
	padding:0px;
	font-weight:normal;
	line-height:36px;
	font-family:"Times New Roman", Times, serif;
	border:0px;
}

table.blueBox h2{
	color:white;
	font-size:18px;
	margin:5px 0px 0px 10px;
	padding:0px;
	font-weight:normal;
	line-height:36px;
	font-family:"Times New Roman", Times, serif;
	border:0px;
	background:none;
}

table.blueBox li{
	display:block;
	padding:5px 0px 5px 40px;
	background:url(../../assets/images/bullet_white.gif) no-repeat 25px 10px;
}




.formLabel{
	padding:5px 15px 5px 5px;
	background:#ffffff;
	text-align:right;
	width:180px;
	border-bottom:1px solid #f2e5be;
}

.formField{
	padding:5px 5px 5px 15px;
	background:#fcf6e1;
	text-align:left;
	border-bottom:1px solid #f2e5be;
}

.field_normal 			{ border: 1px solid #a9c9e1; }
.field_required			{ border: 1px solid #a9c9e1; }
.field_error			{ border: 1px solid #e82e2e; background-color:#FFE8E8; }
.field_label_required	{ font-weight:bold; }
.field_label_error		{ font-weight:bold; color:#FF0000; }
.field_error_message 	{ font-size:10px; color:#FF0000;}

