/* CSS Document */
*{
	margin:0;
	padding:0;
}/*global reset*/
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
	margin: 10px 0 5px 0;
}
li,dd{
	margin-left:2em;
	margin-bottom: 5px;
}
fieldset{
padding:.5em;
}
select {
	min-width:1.5em;
	font-size: 12px;
}/* hiding the drop-down arrow of a select form widget in Firefox*/
img {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	MARGIN: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	padding: 0px;
}
UL {
	LIST-STYLE-TYPE: disc
}
.cf {
	clear: both;
}
.fl	{
	float:left;
}
.fr	{
	float:right;
}
.tr	{
	text-align: right;
}
a.l {
	text-decoration : none;
	color: #FFFFFF;
}
a.l:hover {
	text-decoration : underline;
}
#left_content A {
	FONT-WEIGHT: normal; COLOR: #005E91; TEXT-DECORATION: none
}
#left_content A:hover {
	text-decoration: underline;
}
#right_content A {
	FONT-WEIGHT: normal; COLOR: #005E91; TEXT-DECORATION: none
}
#right_content A:hover {
	text-decoration: underline;
}
/* layout */
BODY {
	margin: 0px;
	font-family: Helvetica, sans-serif;
	font-size:76%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	padding: 0;
	background-color: #333B62;
	color: #000000;
}
#wrap{
	width: 780px;
	text-align: center;
	border-left: solid #275B92 10px;
	border-right: solid #275B92 10px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#top_nav {
	width: 780px;
	height: 223px;
}

#top_banner {
	height: 30px;
	width: 780px;
	background-color: #343628;
	font-size: 14px;
	text-transform: capitalize;
	line-height: 2em;
	color: #FFFFFF;
}
#big_but {
	height: 26px;
	width: 780px;
	background-color: #343628;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.7em;
	text-transform: capitalize;
}
#middle {
	width: 780px;
	text-align: left;
	float: left;
	background-color: #DFE3C3;
}
#left {
	width: 465px;
	float: left;
}
#left_content {
	padding: 27px 40px 27px 40px;
}
#right {
	width: 315px;
	float: right;
}
#footer {
	width: 780px;
	height: 91px;
	border-top: solid #343628 8px;
	background-color: #DFE3C3;
}
#right_content {
	padding: 27px 40px 27px 14px;
}
#right_ad {
	margin-top: 8px;
}
#footer p{
	font-size: 12px;
	color: #343628;
	margin-left: 20px;
	margin-right: 20px;
}
#footer p a	{
	color: #275B92;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#title {
	text-align: center;
	color: #000000;
	font-size: 18px;
	line-height: 1em;
	font-weight: bold;
	margin: 15px 0 10px 0;
}
#left_content p {
	font-size: 14px;
	line-height: 1.5em;
}
h3 {
	font-size: 16px;
	line-height: 2em;
	font-weight: normal;
	margin: 15px 0;
}
#left_content h4 {
	font-size: 18px;
}
#left_content p {
	text-align: justify;
}
h4.sc {
	font-variant: small-caps;
}
ul.list {
	list-style-type: none;
}
ul.big_list li {
	font-size: 16px;
}
#right_content_1 {
	padding-bottom: 30px;
	padding-left: 20px;
}
