/* CSS Document */


/* BASIC PAGE */

html, body {
	height:				100%;
	margin: 			0;
	padding: 			0;
	border:				0;
	}

body {
	font-family: 		Arial, sans-serif;
	font-size:	 		10pt;
	text-align:			left; 
	line-height: 		1.25em;
	color: 				#000000;
	background-color: 	#D2EAEA;
	background-image:	url(i/bg.gif);
	background-repeat:	repeat;
	}
	
img {
	display: 			block;
	border:				0;
	}
	
p { 
	margin: 			0 0 10px 0;
	}

ul, ol {
	margin:				0;
	padding:			0;
	list-style-position:outside;
	}

ul li{
	margin:				0 0 15px 0;
	}
	
ol li{
	margin:				0 0 15px 0;
	}
	
div {
	margin:				0;
	padding:			0;
	}
	

/* LINKS */

a {
	color: 				#000000;
	font-weight: 		bold;
	text-decoration: 	underline;
	}

a:link {
	text-decoration: 	underline;
	color: 				#000000;
	}

a:visited {
	text-decoration: 	underline;
	color: 				#000000;
	}

a:hover {
	text-decoration: 	underline;
	color: 				#FF6600;
	}

a:active {
	text-decoration: 	underline;
	color: 				#FF6600;
	}
	
	

/* HEADERS */

h1 {
	font-weight: 		bold;
	font-size: 			14pt;
	color: 				#000000;
	line-height:		1.1em;
	margin:				0 0 10px 0;
	}
	
h2 {
	font-family: 		Arial, sans-serif;
	font-weight: 		bold;
	font-size: 			10pt;
	color: 				#FF6600;
	}

h3 {
	font-weight: 		normal;
	font-size: 			8pt;
	color: 				#6A625D;
	margin-top: 		0;
	margin-left: 		0;
	margin-bottom: 		8px;
	}

h4 {
	font-weight: 		normal;
	font-size: 			9pt;
	margin: 			0 0 6px 0;
	}



/* LAYOUT */

#container {
	position:			absolute;
	left:				0;
	top:				0;
	width: 				760px;
	height:				100%;
	margin:				0;	
	padding:			0;
	}

#nav {
	color: 				#D2EAEA;
	background-color: 	#626262;
	float:				left;
	height: 			100%;
	width: 				170px;
	text-align:			right;
	margin:				0;
	padding:			0;
	font-size: 			9pt;
	line-height: 		1em;
	}

#nav a {
	color: 				#D2EAEA;
	font-weight: 		normal;
	text-decoration: 	none;
	}

#nav a:link {
	text-decoration: 	none;
	color: 				#D2EAEA;
	}

#nav a:visited {
	text-decoration: 	none;
	color: 				#D2EAEA;
	}

#nav a:hover {
	text-decoration: 	none;
	color: 				#FF6600;
	}

#nav a:active {
	text-decoration: 	none;
	color: 				#FF6600;
	}
	
#content {
	float:				left;
	height: 			100%;
	width: 				500px;
	margin:				0;	
	padding:			0 55px 0 35px;
	}

.higlight1 {
	font-weight: 		bold;
	font-size: 			12pt;
	color: 				#FF6600;
	}
	
.small1 {
	font-weight: 		normal;
	font-size: 			8pt;
	color: 				#626262;
	}

.imageright {
	float:				right;
	margin:				0 0 15px 15px;
	}

.bottomnav {
	text-align:			center;
	font-weight: 		normal;
	font-size: 			7pt;
	color: 				#FFFFFF;
	clear:				both;
	margin:				30px 0 0 0;
	}
	
.bottomnav a {
	color: 				#626262;
	font-weight: 		normal;
	text-decoration: 	none;
	}

.bottomnav a:link {
	text-decoration: 	none;
	color: 				#626262;
	}

.bottomnav a:visited {
	text-decoration: 	none;
	color: 				#626262;
	}

.bottomnav a:hover {
	text-decoration: 	none;
	color: 				#FF6600;
	}

.bottomnav a:active {
	text-decoration: 	none;
	color: 				#FF6600;
	}
