/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #67a1bf repeat-x top;
	color: #2e2e2e;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 20px
}
a{
	color: #6a3620;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none;
	padding-top: 5px;
}
h2{
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 .8em;
	color: #143b76;
	font-style: normal
}
h3{
	color: #333333;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 .8em
}
h4{
	font-size: 1em;
	font-weight: bold
}
p{
	line-height: 1.1em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 7px 0 4px;
	width: 938px
}
#page-top, #page-bot{
	height: 18px;
	margin: 0 auto;
	overflow: hidden;
	width: 949px
}
#page-top{
	background: url(../images/page-top.png) no-repeat top
}
#page-bot{
	background: url(../images/page-bot.png) no-repeat top;
	height: 20px;
	position: relative;
}
#page-bot2{
	background: url(../images/page-bot2.png) no-repeat top;
	height: 20px
}
/*=== Header ===*/
#header{
	height: 115px;
	margin: 0 auto;
	width: 945px
}
#header .content{
	float: right;
	padding: 13px 0 0;
	text-align: center;
	width: 722px
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 215px
}
#header h1 a{
	display: block;
	height: 115px;
	text-decoration: none
}
/*- Slogan -*/
#header h3{
	font-size: 14px;
	margin: 0 0 25px
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	background: url(../images/nav1-bgr.gif) no-repeat top;
	font-size: 14px;
	height: 53px;
	text-align: center;
	width: 722px
}
.nav1 li{
	display: inline;
	line-height: 45px
}
.nav1 li a{
	color: #003366;
	padding: 0 6px
}
.nav1 li a:hover,
.nav1 li.active a{
	text-decoration: none
}
/*=== Title Placeholder ===*/
.title{
	clear: both;
	height: auto;
	margin: 0 0 3px
}
.title-pic{
	float: left;
	height: 343px;
	overflow: hidden;
	position: relative;
	width: 467px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: -13px;
}
.title-content{
	float: right;
	height: 1%;
	width: 450px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.title-content h2{
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px
}
.title-content h2 em{
	color: #143b76;
	font-style: normal
}
/*=== All Columns ===*/
.subcols{
	background: url(../images/subcols-bgr.gif) repeat-y top;
	height: 1%;
	padding: 18px 20px 0
}
.col1{
	background: url(../images/col1-bgr.gif) repeat-y;
	height: 1%;
	margin: 0 0 5px;
	padding: 16px 20px 15px
}
.col1 h2{
	margin: 0 0 .3em
}
.col1 p, .col1 li{
	display: table;
	height: 1%
}
.col2{
	float: left;
	width: 435px
}
.col3{
	float: right;
	width: 428px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	color: #1b5404;
	padding: 0 0 0 140px;
	text-align: center;
	width: 315px
}
.list1 li a{
	color: #1b5404
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block
}
.pic.fl img{
	margin-right: 15px
}
.pic.fr img{
	margin-left: 15px
}
/*=== Footer ===*/
#footer{
	color: #2e2e2e;
	text-align: center;
	width: 435px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a{
	color: #580808;
	text-decoration: none
}
#footer .copyr{
	color: #580808
}
#footer .copyr em{
	color: #5d5c5c;
	font-style: normal
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}
table {
	border: 1px solid #666666;
	width:95%;
	border-collapse: collapse;
	padding: 5px;
	background-color: #FFFFFF;
}

td {
	border: 1px solid #666666;
	vertical-align: top;
	padding: 12px;
}

th { border: 1px solid #666666; }
#contact {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
#contact a{
	
	font-size: 14px;
	color: #FFFFFF;
}
.green {
	color: #060;
	font-weight: bold;
}
