h1 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #5a6678;
	line-height: 24px;
}

h2 {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 13px;
	color: #5a6678;
	line-height: 24px;
}

body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #5a6678;
	line-height: 22px;
}

.container a, .container .box a{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #5a6678;
	text-decoration: underline;	
}

.container a:hover, .container .box a:hover{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #1f242a;
	text-decoration: underline;
}

.container ul li a, .container ul li a:hover{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #1f242a;
	l--ine-height: 22px;
	text-decoration: none;
}

#nav ,#footer {
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 12px;
	color: #ffffff;
}

.box .header{
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: 15px;
	text-decoration: none;

	background-color: #5a6678;
	min-height: 15px;
	height: 15px;
}

/* IE hack*/
html > body .box .header{
	height: auto;
}
/* IE hack*/


body {
	margin-top: 0px;
	text-align: center;
	background-color: #ced1d7;
	background-image: url(../imgs/glo_bg.gif);
	background-repeat: repeat-x;
}

#main {
	position: relative;
	margin: 0 auto;
	width: 792px;

	background-color: #ffffff;
}

#header {
	height: 100px;
	background-color: #ffffff;
}

#nav {
	height: 37px;

	text-align: left;
	background-color: #5a6678;
}

.nav_container{
	margin: 0;
	padding: 0;
	height: 37px;
}

#nav ul{
	list-style-type:none;
	margin: 0 0 0 15px;
	padding: 0;
}

#nav li{
	float:left;
}

#nav .selected {
	display: block;

	padding: 10px 15px 10px 15px;

	border-top: 5px solid #3f4754;
	background-color: #1f242a;	
}

#nav a{
	display: block;

	padding: 10px 15px 10px 15px;

	float: left;

	text-decoration: none;
	color: #ffffff;

	border-top: 5px solid #5a6678;
	background-color: #5a6678;
}

#nav a:hover{
	display: block;

	padding: 10px 15px 10px 15px;

	border-top: 5px solid #3f4754;
	background-color: #3f4754;
}

#nav a:active{
	display: block;

	padding: 10px 15px 10px 15px;

	border-top: 5px solid #3f4754;
	background-color: #1f242a;
}

#content {
	padding: 30 30 30 30px;
	text-align: left;
}

.container {
	text-align: justify;
	padding-right: 330px;
}

#content img {
	float: right;
}

.container_fullwidth {
	text-align: justify;
	padding-right: 0px;
}

.box{
	background-color: #eaecee;
	width: 100%;
}

.box p{
	padding: 10px;
	text-align: left;
}

.box .header{
	padding: 5px 10px 10px 10px;
}

.bar {
	clear: both;
}


.container ul li{
	text-align: left;
	list-style-type:none;
	background:url(../imgs/arrow.gif) 5px 2px no-repeat;
	margin-bottom:5px;
	margin-left: -40px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 3px;
	background-color: #ced1d7;
	width: 100%;
	height: auto;
}

.container .box ul li{
	text-align: left;
	list-style-type:none;
	background:url(../imgs/bpoint.gif) 5px 9px no-repeat;
	margin-bottom:5px;
	margin-left: -30px;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 3px;
	width: 100%;
	height: auto;	
}

.bullets{
	text-align: left;
	list-style-type:none;
	background:url(../imgs/bpoint.gif) 5px 9px no-repeat;
	margin-bottom:5px;
	margin-left: -30px;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 3px;
	width: 100%;
	height: auto;	
}

#footer{
	height: 110px;
	text-align: left;
	background-color: #5a6678;
	clear:both;
}

#footer .footer_container {
	position: absolute;

	width: 100%;
	p--adding-top: 10px;

	float: left;
}

#footer .info{
	position: relative;
	float: left;
	padding: 75 10 0 30px;
}

#footer img{
	position: relative;
	float: right;
	margin: 25px 30px 0px 0px;
	padding: 0px;
}

#footer a img{
	border: none;
}

