/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #333333;
	color: #000000;
	font: .75em Verdana,Arial,Helvetica,Sans-Serif
}
a{
	color: #00407b;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #1f54bc 1px solid;
	font-size: 1em;
	padding: 3px 2px
}
li{
	list-style: none
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	height: 1%;
	margin: 0 auto;
	padding: 7px;
	width: 956px
}
/*=== Header ===*/
#top1{
	background: url(../images/top1-bgr.jpg) no-repeat top;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	height: 84px;
	letter-spacing: -1px;
	line-height: 82px;
	padding: 0 0 0 150px
}
#top2{
	background: url(../images/top2-bgr.jpg) no-repeat top;
	height: 129px
}
#header{
	background: url(../images/header-bgr.gif) repeat-x top;
	border-top: 1px solid #c7ddf2;
	height: 80px
}
#header .spacer{
	border-left: 1px solid #b4d2ef;
	float: right;
	height: 80px;
	overflow: hidden;
	width: 204px
}
/*- Logo -*/
#header h1{
	float: left;
	font-size: 1.5em;
	font-weight: normal;
	padding: 16px 0 0 147px;
	width: 400px
}
#header h1 a{
	color: #000000;
	display: block;
	height: 50px
}
#header h1 a em{
	color: #0064bf;
	font-style: normal
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Title ===*/
#th{
	background: url(../images/th-bgr.png) no-repeat top;
	height: 156px;
	margin: 0 0 0 20px;
	position: absolute;
	top: 135px;
	width: 116px
}
#th img{
	display: block;
	margin: 4px 0 0 4px
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 25px 0 0;
	padding: 0 0 15px
}
#columns h2{
	color: #00407b;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .8em
}
#columns h3{
	color: #00407b;
	font-size: 1.2em;
	margin: 0 0 1em
}
#columns p{
	padding: 0 0 1.2em
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 200px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 25px;
	width: 495px
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	width: 200px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(../images/box-bgr.gif) repeat-x top;
	height: 1%;
	margin: 0 0 20px;
	padding: 0 15px 0 25px
}
.box p{
	line-height: 1.7em
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 1.8em
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 5px;
	margin: 0 0 .3em;
	padding: 0 0 0 10px
}
.list1 li a{
	color: #000000
}
.list1 li a:hover,
.list1 li.active a{
	color: #0064bf;
	font-weight: bold;
	text-decoration: none
}
/*=== Styling Forms ===*/
input.btn{
	border: 0;
	padding: 0
}
/*- Form1 Setup -*/
.form1{
	margin: 0 0 .8em
}
.form1 div{
	margin: 0 0 5px
}
.form1 label{
	float: left;
	margin: 3px 0 0;
	width: 50px
}
.form1 input{
	width: 100px
}
.form1 .btn{
	margin: 5px 0 0 50px;
	width: auto
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #cccccc;
	clear: both;
	font-size: .9em;
	padding: 15px 0;
	text-align: center
}
.botmenu, #footer a{
	color: #0064bf
}
#footer p{
	padding: 0 0 5px
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
