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

html{
	margin : 0;
	padding : 0;
}

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

#top1 {
	margin : 0px auto;
	width: 795px;
	padding : 0px;
}

#top2 {
	margin : 0px auto;
	width: 795px;
	padding : 8px 0px 0px 0px;
	height: 99px;
	background-image: url(/images/head_02.gif);
}

#top3 {
	margin : 0px auto;
	width: 795px;
	padding : 18px 0px 0px 0px;
	height: 34px;
	background-image: url(/images/head_03.gif);
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 45px 0px 0px 0px;
	width: 795px;
	height: 20px;
	background-image: url(/images/foot.gif);
}

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

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

#leftnav {
	float : left;
	width: 159px;
	padding: 15px 0px 0px 20px;
	margin : 0px;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}

#rightnav {
	float : right;
	width: 160px;
	padding: 0px 16px 0px 0px;
	margin : 0px;
}

#content {
	width: 380px;
	margin-left : 217px;
	padding : 15px 0px 0px 0px;
}

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

#fiverev {
	background-image: url(/images/5rev_back.gif);
	background-repeat: no-repeat;
	background-color : #516dd2;
	padding: 32px 6px 0px 6px;
	width: 147px;
}

#fiveout {
	background-image: url(/images/5out_back.gif);
	background-repeat: no-repeat;
	background-color : #366dbc;
	padding: 32px 6px 0px 6px;
	width: 147px;
}

ul.t5 {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.t5 li {
	list-style-image: none;
	list-style-type: none;
}

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

body{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #203275;
	background-color : #ffffff;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 11px;
}

.copyright {
	font-size: 11px;
	color: #203275;
}

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

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

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

a:link, a:active, a:visited {
	color : #366dbc;
	font-weight:bold;
}

a:hover {
	color : #719bd7;
	font-weight:bold;
}

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

#leftnav a:hover {
	color : #bbcfec;
	font-weight:bold;
	text-decoration: none;
}


