body, form, p, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
}

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color:#464646;
}

a {
	color:#ba7c36;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.blue, .blue a {
	color:#00579a;
}

ul {
	margin: 0 0 10px 20px;
	padding:0;
}


#header {
	border-top: 6px solid #2978bb;
	background:url(../images/top_bg.jpg) repeat-x top;
}

#container {
	padding: 5px 0 7px;
}


/* Content */
#homeCont {
	padding: 7px 16px 7px 16px;
	background:url(../images/main_cont_bot.jpg) no-repeat bottom;
}

#mainCont {
	padding: 0px 10px 0px 10px;
	background:url(../images/main_cont_bot.jpg) no-repeat bottom;
}

#content {
	padding: 8px 0 0 8px;
}
#boxBg {
	border-top: 12px solid #2978bb;
	background:#dde7f8;
	padding:20px;
	width:514px;
}
#boxBg2 {
	background:#dde7f8;
	padding:20px;
	vertical-align:top;
	width:514px;
	height:450px;
	_height:410px;
}
*:first-child+html #boxBg2 {
	height:410px;
}

#boxBg3 {
	background:#dde7f8;
	padding:20px;
	vertical-align:top;
	width:700px;
	height:450px;
	_height:410px;
}
*:first-child+html #boxBg3 {
	height:410px;
}


#boxBg h1, #boxBg2 h1, #boxBg3 h1 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color:#00419a;
	margin-bottom:0;
}
#boxBg h2, #boxBg2 h2, #boxBg3 h2 {
	font: italic normal 14px Georgia, "Times New Roman", Times, serif;
	color:#00419a;
}

#boxBg h3, #boxBg2 h3, #boxBg3 h3 {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color:#00419a;
}

.longCont {
	width:675px;
	height:395px;
	padding-right:20px;
	overflow:auto;
}


.heading {
	background:url(../images/menu_head_bg.jpg) repeat-x bottom;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#0956a6;
	padding-left: 15px;
	text-transform:uppercase;
}
#submenu {
	padding: 0 14px;
}
#submenu ul {
	margin:0;
	padding:0;
}
#submenu ul li {
	margin:0;
	padding:0;
	list-style:none;
}
#submenu ul li a {
	color:#464646;
	text-decoration:none;
	height:48px;
	line-height:48px;
	display:block;
	border-bottom: 1px dotted #464646;
}
#submenu ul li a:hover {
	color:#000000;
}


#rightPane {
	padding: 7px 6px;
}
#rightCont {
	padding: 12px 8px;
	background:#d2dcc4;
	font: 20px Georgia, "Times New Roman", Times, serif;
	color:#3271b2;
}
*:first-child+html #rightCont {
	height:430px;
}

#box01 {
	padding: 16px 0 0 20px;
	width:290px;
	height:210px;
	float:left;
}
#box02 {
	padding: 16px 0 0 28px;
	width:290px;
	height:210px;
	float:left;
}
#box03 {
	padding: 16px 0 0 28px;
	width:290px;
	height:210px;
	float:left;
}

.boxCont p {
	margin-bottom:5px;
}

.boxCont h1 {
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	color:#1578bd;
	margin-bottom:5px;
}
.boxCont h2 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color:#387aba;
	text-transform:uppercase;
	margin-bottom:0;
}


/* Footer */
#footer {
	background:url(../images/foot_bg.jpg) repeat-x top;
	padding: 10px 0 30px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#939393;
	text-align:center;
}
#footer a {
	color:#2978bb;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#footer ul {
	margin:0 0 10px 0;
	padding:0;
}
#footer ul li {
	margin:0;
	padding:0 15px;
	list-style:none;
	float:left;
}

#footer ul ul,
#footer ul li:hover ul ul,
#footer ul ul li:hover ul ul
{display: none;}



/* Menu */
#menu {
	background:url(../images/menu_bar_bg.jpg) repeat-x bottom;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position: relative;
	text-align:left;
}
#menu a {
	background:url(../images/menu_bg.jpg) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
	width:106px;
	height:24px;
	line-height:24px;
	text-align:center;
	display:block;
	float:left;
	padding-right:2px;
}
#menu a:hover {
	color:#d2dcc4;
}


#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	border:1px solid #2777ba;
	width:150px;
}

html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	display:block;
}
#menu ul ul li a {
	width:150px;
	background:#2777ba;
	color:#FFFFFF;
	display:block;
	float:none;
	text-align:left;
	height:20px;
	line-height:20px;
	padding: 0 7px;
}
#menu ul ul li a:hover {
	background:#FFFFFF;
	color:#2777ba;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}


<!--[if lt IE 7]>
#menu{float:none; }
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{height:1%; }

<![endif]-->
