
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 2px auto 20px auto;
	padding: 0px;
	text-align:center;
	background-image: url(/images/back.gif);
}

#top {
	width: 762px;
	height: 99px;
	margin : 0px auto;
	padding : 0px;
}

#pagebottom {
	width: 722px;
	height: 33px;
	text-align:left;
	margin : 0px auto;
	padding : 25px 20px 0px 20px;
	background-image: url(/images/foot_back.gif);
}

#container {
	width: 762px;
	text-align:left;
	margin : 0px auto;
	background-color : #ffffff;
	background-image: url(/images/wrap_back.gif);
}

#liner1 {
	margin : 0px;
	padding : 0px;
	background-image: url(/images/liner1_back.gif);
	background-repeat: no-repeat;
}

#liner2 {
	margin : 0px;
	padding : 0px;
	background-image: url(/images/liner2_back.gif);
	background-repeat: no-repeat;
}

#liner3 {
	margin : 0px;
	padding : 0px;
	background-image: url(/images/liner3_back.gif);
	background-repeat: no-repeat;
}

#leftnav {
	float : left;
	width: 140px;
	padding: 45px 0px 20px 65px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 120px;
	padding: 21px 10px 10px 0px;
	margin : 0px 7px 0px 0px;
}

#content {
	width: 370px;
	margin-left : 220px;
	padding : 50px 0px 30px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #092962;
	background-color : #ddeefe;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #295e92;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #7a9ec1;
	font-weight:bold;
	text-decoration:none;
}


