@charset "utf-8";
/* CSS Document */

/*GLOBAL SETTINGS*/
body {
	background: black;
	margin: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #363636;
	min-width: 800px;
}

html {margin: 0; padding: 0;}

h1 {
	text-align: center;
	background: none;
	color: #DADADA; 
	margin-top: 20px;
	margin-bottom: -7px; 
	letter-spacing: 2px;
	}

h2 {
	font-size: 13pt;
	color: #DADADA;
	margin-bottom: -7px;
	letter-spacing: 0.3em;
	}
.h2center {text-align: center; background: #595959; border-right: 1px solid #7E7E7E; border-bottom: 1px solid #7E7E7E; margin-top: 30px;}

h3 {font-size: 11pt; color: gray; font-style: italic; text-align: center;}

h4 {text-align: left; font-size: 10pt; margin-bottom: -10px; margin-left: 10px;}

p {color: white; font-family: "Trebuchet MS", arial, helvetica, sans-serif;}

hr {size: 1px; width: 100%;}
.divider {size: 1px; width: 70%;}

a:link {color: #FF6C00; text-decoration: none;}
a:visited {color: #FF6C00; text-decoration: none;}
a:hover {text-decoration: underline; color: #FF6C00;}

br {clear: both;}

/*images*/
.headerimg {margin-bottom: -5px; margin-top: 0px;}
.img {float: left; padding-left: 0px; border: 0px;}
.imgright {float: right; padding-left: 10px; border 0px;}
.index_nav {float: left; border: 0px;}
#index_nav_images {width: 700px; margin: 0 auto; clear: both;}
#index_nav_images img {padding: 20px 0px 0px 0px; margin-left: 20px;}
.download p {font-size: 10pt; text-align: center;}


/*COLUMNS*/
/*container*/
#content {
	width: 800px;
	margin: 0px auto;
}
		#content h1 {
				padding: 0px 0px 0px 0px;
		}
		#content h3 {
		}

/*left*/
#left {
	float: left;
	width: 120px;
	margin-top: 15px;
	padding-right: 20px;
	padding-left: 10px;
	text-align: left;
	border-right: 1px solid gray;
}
		#left h2 {
			background: url(images/index/sidebar/h2.jpg) no-repeat;
			text-align: center; padding: 5px;
			color: #fff;
			margin-bottom: -7px;
			}

		#left ul {
			margin-left: 0px;
			padding-left: 0px;
			list-style-position: inside;
			list-style-type: square;
			color: #363636;
			font-size: 8pt;
			font-family: verdana, "Trebuchet MS", helvetica, sans-serif;
			}
		#left p {font-size: 10pt;}
/*/left*/

/*right*/
#right {
	float: right;
	width: 590px;
	margin-top: 10px;
	padding-right: 20px;
}
#right h1 {
	background: url(images/index/main/h1img.jpg) no-repeat;
	color: #73DBFD;
	padding: 5px;
	font-weight: normal;
	font-size: 16pt;
	margin-bottom: -10px;
	letter-spacing: 0.3em;
	}

#right h2 {margin-left: 5px; font-size: 10pt; color: #FFF;}

#right h3 {text-align: center; font-size: 11pt; font-style: italic; color: #F2F2F1; font-weight: 100; letter-spacing: 0.2em; margin-bottom: 30px;}

#right p {padding: 0px 5px 0px 10px; text-align: justify; color: #FFF; font-size: 10pt; letter-spacing: 0.1em}

#right ul {
		color: #DADADA;
		font-size: 10pt;
		list-style-type: square;
		letter-spacing: 0.1em;
	}
#right ul ul {
		list-style-type: disc;
		color: #EADABC;
	}
	

/*FOOTER*/
.footernav p {
	text-align: center;
	font-size: 11pt;
	color: #363636;
	padding: 5px;
	background: url(images/index/nav1.jpg) repeat-x;
	}
	
	.footernav a {color: #FF6C00;}
	.footernav visited {color: #FF6C00; text-decoration: none;}
	.footernav hover {text-decoration: underline;}

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
}

		#footer p {
			padding: 5px;
			text-align: center;
			color: white;
			letter-spacing: 0.3em;
			font-size: 8pt;
			line-height: 1.5 em;
		}
