/* CSS Document */

body {
	background: #b8b6a7;
	margin: 0px 0px 35px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-size: 10px;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 16px;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	height: 43px;
	background-image: url(images/h1-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	height: 22px;
	background-image: url(images/h2-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #3b3092;
}

h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #3b3092;
}

a {
	color: #3b3092;
	text-decoration: underline;
}

a:hover {
	color: #333333;
}

#main_div {
	width: 868px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	border: solid #a09e91 1px;
}

#main_nav_div {
	width: 100%;
	height: 43px;
	border-bottom: Solid #3b3092 6px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background-image: url(images/mainnav-bg.gif);
	background-repeat: repeat-x;
}

#main_nav_div a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
	width: 84px;
	height: 28px;
	display: block;
	background-image: url(images/tab-bg.gif);
	background-repeat: no-repeat;
	line-height: 12px;
	margin-top: 10px;
	text-align: center;
}

#main_nav_div a:hover {
	background-image: url(images/tab-bg-over.gif);
	background-repeat: no-repeat;
}

#second_nav_div {
	width: Auto;
	font-size: 12px;
	color: #393A96;
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#second_nav_div a {
	color: #3b3092;
	text-decoration: none;
	margin: 0px 7px 0px 7px;
}

#second_nav_div a:hover {
	color: #333333;
}

#sidenav_div ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#sidenav_div ul a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3b3092;
	border-bottom: solid #ffffff 1px;
}


#sidenav_div ul ul a  {
	text-decoration: none;
	color: #3b3092;
	font-weight: normal;
	font-size: 12px;
	background-color: #bdb9d0;
	border-bottom: solid #ffffff 1px;
	height: 1%;
}

#sidenav_div ul ul a:hover  {
	background-color: #3B3092;
	color: #FFFFFF;
}

#phonenumber_div {
	width: auto;
	color: #393A96;
	position: absolute;
	right: 5px;
	top: 23px;
	font-size: 14px;
}

#main_content_div {
	width: 868px;
	color: #363636;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #e4e4e4;
}

#header_div {
	width: 868px;
	height: 84px;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	position: relative;
}

#header_div_2 {
	width: 728px;
	height: 84px;
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	position: relative;
}

.content_box_div {
	background-color: #dbd8eb;
	padding: 10px;
	background-image: url(images/contentbox-bg.gif);
	background-repeat: repeat-x;
	font-size: 11px;
}

#footer_div {
	width: 868px;
	background-color: #e4e4e4;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #58595b;
	font-size: 10px;
}

#footer_div a {
	color: #58595b;
	text-decoration: underline;
}

#footer_div a:hover {
	color: #000000;
}
#content_area_div {
	background-color:#d0ced9;
	margin:25px;
	padding: 15px;
	border: solid #ffffff 1px;
}
