
body {
	background: #d9d9d9; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6c6c; 
}
#wrapper {
	width: 980px;
	margin: 0px auto;
	background:url(images/_bg-main.gif) repeat-y;
}

/*  @@@@@[  Navigation  ]@@@@@ */
/* @@@@@[  Header / Footer  ]@@@@@ */

#header {
	padding: 23px 40px 0 54px;
}
#footer {
	color: #0f4d7b; 
	clear: both;
	padding: 0px 25px 0 21px;
	width: 934px;
	margin: 0px auto;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer .right{
	color: #909090;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #0f4d7b; 
	text-decoration: none;
}
#footer a:hover {
	color: #0f4d7b; 
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #0f4d7b; 
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color: #0f4d7b;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}

/* @@@@@[  Main Page  ]@@@@@ */
#main {
	width:980px;
	background:url(images/_bg-main-top.gif) no-repeat top;
}
#main-content {
	background:url(images/_bg-main-bot.gif) no-repeat bottom;
	padding-bottom: 70px;
	}
#content {
	margin:18px 54px 0 54px;
	line-height:16px;
	}
#content h2{
	color:#990000;
	font-size:18px;
	line-height:20px;
	margin: 0;
	padding: 0 0 25px 0;
	font-weight: normal;
	}
#content h4{
	color:#6c6c6c;
	font-size:13px;
	padding: 0 0 15px 0;
	margin: 0;
	font-weight: normal;
	}
#content img{
	margin-right:20px;
	margin-bottom:22px;
	}
.top-header{
	padding: 13px 0 0 0;
	float: right;
	width: 250px;
}
.banner {
	background:url(images/_bg-banner.gif) no-repeat;
	width:901px;
	height:143px;
	padding:13px 0 0 79px;
}
.line {
	border-bottom:1px #c6c6c6 solid;
	padding-bottom: 5px;
	}
.collum-left{
	width:430px;
	padding-bottom: 20px;
	margin-top: 25px;
	float:left;
	border-right:1px #c7c7c7 solid;
	}
.collum-right {
	width: 385px;
	padding-left:30px;
	margin-top: 25px;
	float:left;
	}

/* @@@@@[  Redefined Tags / Classes  ]@@@@@ */
a:link, a:visited, a:active {
	color: #0f4d7b; 
	text-decoration: underline;
}
a:hover {
	color: #0f4d7b; 
	text-decoration: none;
	}
h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 13px;
	color: #990000;
	font-weight: normal;
}
h2 {
	font-weight: bold;
	color: #069;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	font-size: 1.3em;
	line-height: 1.3em;
}
p{
	margin: 0;
	padding-bottom: 16px;
}
blockquote {
	margin: 0px 35px 13px 30px;
	padding: 0px;
}
.clrSolo {
	clear: both; 
 	font-size: 1px; 
 	line-height: 1px; 
 	margin: 0px; 
 	padding: 0px; 
 	visibility: hidden;
}
.clr {
 	clear: both;
}
.left {
 	float: left;
}
.right {
 	float: right;
}
.imgRight {
 	margin-bottom: 10px; 
 	margin-left: 10px;
 	float: right;
}
.imgLeft {
 	margin-bottom: 10px; 
 	margin-right: 10px;
 	float: left;
}

/* @@@@@[  Form Elements  ]@@@@@ */
input, textarea, select {
	font-size: .9em; 
	color: #565656; 
	background: #fff; 
	border: 1px solid #7f9db9;
}
input.clean {
	border-style: none; 
	background: none;
}
.droplist{
	width: 239px;
	margin-bottom: 6px;
}