* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	font: 12px/18px "Trebuchet MS", Arial;
	background: #686b50;
	color: #686B50;
	padding-top:20px;
}
h1 {
	color: #9A9F67;
	margin-bottom: 8px;
	font-size: 14px;
}
h2 {
	font-size: 14px;
	color: #9A9F67;
	border-bottom: 1px dotted #9A9F67;
	margin-bottom: 10px;
}
a {
	color: #222E68;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #BBC96A;
}


#content .box_right h2 {
	font-size: 14px;
	color: #E3EBAF;
	border-bottom: 1px dotted #E3EBAF;
	margin-bottom: 10px;
}

#content .box_right h2 a{
	font-size: 14px;
	color: #E3EBAF;
	border-bottom: 1px dotted #E3EBAF;
	margin-bottom: 10px;
	font-weight:bold;
}

#content .box_right h2 a:hover{
	font-size: 14px;
	color:#C1C100;
	border-bottom: 1px dotted #E3EBAF;
	margin-bottom: 10px;
}
#content .box_right h2 a:active{
	color:#C1C100;
}

#content .box_right h2 .selected{
color:#C1C100;
}

#content  p {
	padding-bottom: 15px;
}


#wrapper {
	margin: 0px auto;
	width: 750px;
}
#top_bar {
	background: url(images/bg_navbar.png) no-repeat left top;
	width: auto;
	height: 49px;
}
#main_image {
	background: url(images/main_image.jpg) no-repeat left top;
	height: 217px;
	width: auto;
}
#content {
	background: url(images/bg_main_body.png) repeat-y left top;
	width: auto;
}
#content  .box_left {
	padding: 47px 41px 22px 60px;
	float: left;
	width: 270px;
}
#content  .box_right {
	padding: 47px 45px 0px 60px;
	float: right;
	width: 265px;
	color: #E3EBAF;
}
#content .box_left ul, #content .box_right ul {
	padding: 0px;
	margin-left: 18px;
	margin-bottom: 18px;
}

#content .box_left ol, #content .box_right ol {
	padding: 0px;
	margin-left: 26px;
	margin-bottom: 18px;
}
#content .box_left li, #content .box_right li {
	margin-bottom: 15px;
}



.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footer_corner {
	background: url(images/bg_footer.png) no-repeat left top;
	height: 10px;
	width: auto;
	clear: both;
}
#navigation {
	float: right;
	width: 290px;
	padding-right: 20px;
	padding-left: 60px;
}
#navigation ul {
	padding-top: 13px;
}
#navigation li {
	list-style: none;
	float: left;
	padding-right: 30px;
}
#navigation li a {
	color: #E3EBAF;
	text-decoration: none;
	font-weight: bold;
}
#navigation li a:hover {
	color: #232E64;
}
#contactinfo {
	float: left;
	width: 270px;
	padding-right: 20px;
	padding-left: 60px;
	padding-top: 13px;
	font-weight: bold;
	color: #9A9F67;
}
