/*
	intitial styles written by julian@visuallizard.com
	© 2004 - some rights reserved
*/

/*
	resetting html tags
*/

body {
	text-align: center;
	font-size: 79%;
	color: #333;
	min-width: 750px;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd, pre, blockquote { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	text-align: left;
}

acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}
/*
	zero out divs
*/

div {
	margin: 0;
	padding: 0;
}

/*
	misc classes for use throughout
*/
.clearer { clear: both; }
.hide { display: none; }
.numlist { list-style-type: decimal; }


/*
	positional styles
*/

div#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #FF7C17 url("../i/b/wrpbck02.gif") top left;
}

div#header {
	width: 100%;
/*	background: #FF7C17 url("../i/b/bck01.jpg") top left; */
}
div#header h1	{
	font-size: 2em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
}

div#top_menu {
	display: inline;
	float: left;
	width: 800px;
	clear: both;
}

div#rcol {
	float: left;
	width: 490px;
}
div#text_block {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	float: left;
	background: #FFFFFF;
}
div#text_block p	{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 550px;
	background: #FFFFFF;
	text-align: left;
	font-size: 14px;
}
div#text_block li	{
	font-size: 14px;
	margin-bottom: 3px;
}
div#text_block h3	{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 460px;
	background: #FFFFFF;
	text-align: left;
	font-size: 16px;
}
div#text_block a {
	color: #0000CC;
	text-decoration: none;
}
div#text_block a:hover {
	color: #CC0000;
	text-decoration: underline;
}

div#header, div#lcol, div#rcol {
	margin-bottom: 0px;
}
div#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background: #fa4 url("../i/b/ftbk01.jpg") top left no-repeat;
	text-align: right;
}

div#footer img {
	display: inline;
	margin: 83px 0 0;
	padding: 0 2px 0 0;
}


/*
	nav workings 
*/
	#menu {
		background: #FFCA8C;
	}


/*	
	begin link styles. condensed.
*/	
	.navlvl1 {
		margin: 0;
		padding: 0;
	}
	.navlvl1 table {
		list-style: none;		
		padding: 0;
		margin: 0;
		border: 0;
	}
		.navlvl1 td	{
			text-align: left;	
			width: 140px;
			margin: 0; 
			padding: 0;
			font: normal 1.1em/25px Verdana, Helvetica, Arial, sans-serif;
			color: #000; 
			background: #7ED6EC no-repeat top left;
		}
			.navlvl1 td a {
				font-weight: normal;
				padding-left: 12px;
				background: #7ED6EC no-repeat top left;
				color: #000;
				text-decoration: none; 
				}
				.navlvl1 td a:visited {
					color: #313131;
				}
				.navlvl1 td a:hover {
					text-decoration: none;
					color: #FFF;
					background: #000 no-repeat bottom left;
				}	


	.navlvl2 {
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	.navlvl2 table {
		list-style: none;		
		padding: 0;
		margin: 0;
		border: 0;
	}
		.navlvl2 td	{
			text-align: left;	
			width: 239px;
			margin: 0; 
			padding: 0;
			padding-left: 51px;
			font: normal 0.9em/25px Verdana, Helvetica, Arial, sans-serif;
			color: #000;
		}
			.navlvl2 td a {
				display: block; 
				font-weight: normal;
				padding-left: 75px;
				background: #E6E6E6 url("../i/button02.jpg") no-repeat top left;
				color: #000;
				text-decoration: none; 
				}
				.navlvl2 li a:visited {
					color: #313131;
				}
				.navlvl2 li a:hover {
					text-decoration: none;
					color: #000;
					background: #000 url("../i/button02.jpg") no-repeat bottom left;
				}


/*
	type styles
*/

div#rcol h2, div#rcol h3, div#rcol p, div#rcol a {
	width: 450px;
	margin: auto;
	font-size: 1em;
	padding: 5px 0;
	margin-top: 0;
	margin-bottom: 0;
}

div#rcol h2, div#rcol h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0;
	color: #3CA8FF;
}

div#rcol h3 {
	font-size: 1.2em;
}

div#rcol strong {
	color: #3CA8FF;
	font-weight: bold;
}

div#rcol a {
	color: #3CA8FF;
}

div#rcol a:hover {
	text-decoration: none;
}

div#rcol img {
	padding: 10px;
	float: right;
}


div#footer p {
	font-size: 0.8em;
	margin-left: 310px;
	color: #fff;
}

div#footer a {
	text-decoration: none;
}