@charset "utf-8";
/* CSS Document */

body, html {
	height:100%;
	width:100%;
	position:absolute;
	z-index:0;
	text-align:center;
	background:url(images/g_T_bg.jpg) repeat-x fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:125%;
	margin:0px;

	scrollbar-face-color: #003366;
	scrollbar-highlight-color: #006699D;
	scrollbar-shadow-color: #006699;
	scrollbar-3Dlight-color: #003366;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #003366;
	scrollbar-darkshadow-color: #003366;
}
h1 {
	display:block;
	background:darkseagreen;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0px;
	padding:10px 15px;
}	
h2 {
	font-size:16px;
	font-weight:bold;
	color:#006600;
	line-height:120%;
	text-align:left;
}
h3 {
	font-size:42px;
	font-weight:bold;
	color:#006600;
	line-height:130%;
	text-align:left;
}
h4 {
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
	line-height:130%;
	text-align:left;
}
a:link {
	color: white;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color:#FFFFFF;
	text-decoration: none;
	position: relative;
	bottom: 1;
}
a:hover {
	color:#333300;
	text-decoration: underline overline;
	position: relative;
	bottom: 1px;
}

#container {
	width:985px;
	margin:auto;
}


/* ----- HEADER ----- */

#top {
	height:70px;
	background:url(images/top.png) bottom;
	background-repeat:no-repeat;
	text-align:right;
	color:yellow;
	font-weight:bolder;
	padding-left:200px;
	line-height:32px;
}
#top a:link {color:#FFFF00; text-decoration:none}
#top a:visited{ color:#FFFF00; text-decoration:none}
#top a:active{ color:#FFFF00; text-decoration:none}
#top a:hover{ color:#FFFFFF; text-decoration:underline}

#addon td {padding-left:20px;}
#addon img {height:30px;}

#menu {
	height:30px;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	text-align:right;
	padding-right:5px;
	font-size:12px;
	font-weight:bold;
	line-height:32px;
}
#menu a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#menu a:active {
	color:#FFFFFF;
	text-decoration:none;
	position:relative;
	bottom:1;
}
#menu a:hover {
	color:black;
	text-decoration:underline overline;
	position:relative;
	bottom:1px;
}

#header {
	height:111px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#content {
	width:auto;
	height:100%;
	background:white;
}


/* ----- INDEX CONTENTS ----- */

#main_left {
	width: 320px;
	float: left;
	background: white;
	text-align: left;
	color: black;
	margin: 0px 10px;
}
#main_middle {
	width: 435px;
	height:500px;
	float: left;
	color: white;
	text-align:center;
	background:darkseagreen;
}
#main-middle a:link {
	color:White;
	text-decoration: none;
}
#main-middle a:visited {
	color:white;
	text-decoration: none;
}
#main-middle a:active {
	color:white;
	text-decoration:underline;
	text-decoration: none;
}
#main-middle a:hover {
	color:#0000FF;
	text-decoration: underline overline;
	position: relative;
	bottom: 1px;
}


/* ----- SIDE CONTACT BAR ----- */

#sidebar {
	width:200px;
	min-height:500px;
	height:100%;
	float:right; 
	margin:auto;
	text-align: center;
	background-color: #d6deee;
	color: #360601;
	padding:0px 5px;
}


/* ----- PAGE CONTENTS ----- */

#navi {
	float:left;
	width:185px;
	text-align:left;
	color:#006600;
	margin-left:20px;
}
#navi ul {
	list-style:url(images/bullets.gif);
	margin-left:20px;
	padding-left:10px;
}
#navi li {padding:3px 0px;}
#navi a:link {
	color:#006600;
	text-decoration: none;
}
#navi a:visited {
	color:#006600;
	text-decoration: none;
}
#navi a:active {
	color:#006600;
	text-decoration: none;
	position: relative;
	bottom: 1;
}
#navi a:hover {
	color:#003366;
	text-decoration: underline;
	position: relative;
	bottom: 1px;
}

#pagecont {
	width:560px;
	float:left;
	color:#000000;
	text-align:left;
	margin-left:10px;
}
#pagecont p, table {
	padding-right:10px;
}
#pagecont img {padding:10px;}
#pagecont ul {
	margin-left:20px;
	padding-left: 10px;
	line-height:150%;
	list-style-image: none;
}
#pagecont a:link {
	color:#FF0000;
	text-decoration: none;
	font-weight:bold;
}
#pagecont a:visited {
	color:#FF0000;
	text-decoration: none;
	font-weight:bold;
}
#pagecont a:active {
	color:#FF0000;
	text-decoration: none;
	position: relative;
	bottom: 1;
	font-weight:bold;
}
#pagecont a:hover {
	color:#FF0000;
	text-decoration: underline;
	position: relative;
	bottom: 1px;
	font-weight:bold;
}
#pagecont h2{
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
	line-height:120%;
}


/* ----- FOOTER ----- */

#footer {
	clear:both;
	text-align:center;
	background-color:;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	font-size:10px;
	background-color:#01A21E;
	color: #ffffff;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:active {
	color:#FFFFFF;
	text-decoration: none;
	position: relative;
	bottom: 1;
}
#footer a:hover {
	color: #006600;
	text-decoration: underline;
	position: relative;
	bottom: 1px;
}


/* ----- SUPPLIMENTARY STYLES ----- */

.small {
	font-size:10px;
}

.table_header {
	font-weight: bold;
	background-color: #009900;
	border: #009900 1px solid;
	padding: 5px 15px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.content {
	border-left: #009900 1px solid;
	border-right: #009900 1px solid;
	border-bottom: #009900 1px solid;
	padding: 15px;
}

.highlight {
	line-height: 240%;
	color: white;
	font-weight: bold;
	padding-left: 10px;
}

.dividerTop {
	border-bottom: #009900 1px dotted;
	padding-bottom: 5px;
}
.dividerBottom {
	padding-top: 5px;
}
.dividerMiddle {
	border-bottom: #009900 1px dotted;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tablehilite {background-color: #EEFFDD;}
.red {
	color: #FF0000;
	padding-left: 15px;
}

