body  {
	margin:0;
	padding:0;
	font-family:tahoma, arial, times, georgia, sans-serif;
	background-image: url(../images/gemini-bg.jpg);
	background-repeat: no-repeat;
	background-color: #dcefe3;
	background-position: center top;
}

a {
	color:#127210;
	text-decoration:underline;
}

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


#wrapper {
	height:100%;
	margin:auto;
	width:957px;
	background-color:#F5F5F5;
	overflow: hidden;
}
#spacer {
	height:210px;
}

/*************************** HEADER PROPERTIES ************************/
#top {
	margin:0 auto;
	padding:0px;
	height:208px;
	background:url('../images/header.png') no-repeat top center; 
	width:900px
	}
	
	#topmenu {
	font-size:11px;
		margin:0 auto;
		color:#FFFFFF;
	padding: 5px;
	width: 890px;
	background-color:#252525;
	margin-bottom: 1px; }
	#topmenu a{
	font-size:11px;
	color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none; }
	#topmenu a:hover {
	text-decoration:underline; }
	

/* Nav */
a#n-1{background:  url(../images/nav01.jpg) no-repeat; width:104px;height:40px; text-indent:-9999px;text-decoration:none;display:block;}
a#n-1:hover {background:  url(../images/nav01_f2.jpg) 0 0px  no-repeat; }
a#n-2{background:  url(../images/nav02.jpg) no-repeat; width:118px;height:40px; text-indent:-9999px;text-decoration:none;display:block;}
a#n-2:hover {background:  url(../images/nav02_f2.jpg) 0 0px  no-repeat; }
a#n-3{background:  url(../images/nav03.jpg) no-repeat; width:139px;height:40px; text-indent:-9999px;text-decoration:none;display:block;}
a#n-3:hover {background:  url(../images/nav03_f2.jpg) 0 0px  no-repeat; }
a#n-4{background:  url(../images/nav04.jpg) no-repeat; width:101px;height:40px; text-indent:-9999px;text-decoration:none;display:block;}
a#n-4:hover {background:  url(../images/nav04_f2.jpg) 0 0px  no-repeat; }
a#n-5{background:  url(../images/nav05.jpg) no-repeat; width:171px;height:40px; text-indent:-9999px;text-decoration:none;display:block;}
a#n-5:hover {background:  url(../images/nav05_f2.jpg) 0 0px  no-repeat; }
a#n-6{background:  url(../images/nav06.jpg) no-repeat; width:196px;height:40px; text-indent:-9999px;text-decoration:none;display:block;}
a#n-6:hover {background:  url(../images/nav06_f2.jpg) 0 0px  no-repeat; }
a#n-7{background:  url(../images/nav07.jpg) no-repeat; width:128px;height:40px; text-indent:-9999px;text-decoration:none;display:block;}
a#n-7:hover {background:  url(../images/nav07_f2.jpg) 0 0px  no-repeat; }
a#n-8{background:  url(../images/nav08.jpg) no-repeat; width:0px;height:40px; text-indent:-9999px;text-decoration:none;display:block;}
a#n-8:hover {background:  url(../images/nav08_f2.jpg) 0 0px  no-repeat; }
a#n-9{background:  url(../images/nav09.jpg) no-repeat; width:0px;height:40px; text-indent:-9999px;text-decoration:none;display:block;}
a#n-9:hover {background:  url(../images/nav09_f2.jpg) 0 0px  no-repeat; }

/************************ LEFT SIDE COLUMN *****************/

.tablenames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #043203;
}
.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #043203;
	text-decoration: none;
	background-color: #FFFFFF;
}
#left {
	float:left;
	padding:5px;
	font-size:11px;
	width:150px;
	background-color:#F5F5F5;
	line-height:1.6em;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
	
#left h1 {
	font-size:15px;
	color:#043203;
	padding-top:5px;
	font-family:helvetica, arial, georgia, times, sans-serif;
}

#left p {
	font-size:10px;
	padding-bottom:10px;
	color:#000000;
}	

#left  br {
        line-height:0.2em;
}
/************************** MAIN CONTENT IN MIDDLE ******************/

#middle {
	float:left;
	width:580px;
	line-height:1.2em;
	padding-left:3.5%;
	padding-right:3.5%;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:"Verdana", arial, times, sans-serif, Helvetica;
	color:#000000;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}
	
#middle p, p {
	font-size:12px;
	font-family:"Verdana", arial, times, sans-serif, Helvetica;
	color:#000000;
}


#middle h1 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:21px;
	font-weight:bold;
	line-height:1.5em;
	border-bottom:1px solid #000000;
	padding-bottom:3px;
	margin-top:24px;
	color:#043203;
	text-align:center;
}

#middle h2 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:17px;
	font-weight:bold;
	padding-bottom:3px;
	margin-top:14px;
	color:#000000;
	text-align:center;
	line-height:1.3em;
}

#middle h3 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
	margin-top:24px;
	color:#000000;
}


ul {
	font-size:12px;
	color:#000000;
}

ol {
	font-size:12px;
	color:#000000;
}


/***************************  RIGHT COLUMN  *********************/
#right {
	float:left;
	padding:5px;
	font-size:11px;
	width:150px;
	background-color:#F5F5F5;
	line-height:1.6em;
	}

#right h1 {
	font-size:15px;
	color:#043203;
	padding-top:5px;
	font-family:helvetica, arial, georgia, times, sans-serif;
}
	
#right  a {
	line-height:2em;
	text-decoration:underline;
}

#right  br {
        line-height:0.7em;
}

#right p {
	font-size:10px;
	padding-bottom:10px;
	color:#000000;
}

#right h2 {
	font-size:12px;
	padding-top:1px;
	font-family:helvetica, arial, georgia, times, sans-serif;
}

/********************************************    FOOTER  *****************/
#footer {
	border-top:1px solid #c4c4c4;
	padding-top:5px;
	text-align:center;
	width:900px;
	margin:0 auto;
	clear:both;
	font-size:11px;
    color:#333333;
	padding-bottom:5px;
}


#footer a {
	color:#002411;
	text-decoration:none;
}

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

/************************ Blind COLUMN *****************/
#blind {
	float:left;
	padding:5px;
	width:150px;
        background-color:#FFFFFF;
	}
	

/************************ NEW MIDDLE COLUMN *****************/

#newmiddle {
	float:left;
	width:850px;
	line-height:1.2em;
	padding-left:3.5%;
	padding-right:3.5%;
	background-color:#FFFFFF;
}
	
#newmiddle p, p {
	font-size:12px;
	font-family:"Verdana", arial, times, sans-serif, Helvetica;
	color:#000000;
}


#newmiddle h1 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:21px;
	font-weight:bold;
	line-height:1.5em;
	border-bottom:1px solid #000000;
	padding-bottom:3px;
	margin-top:24px;
	color:#043203;
	text-align:center;
}


ul {
	font-size:12px;
	color:#000000;
}

ol {
	font-size:12px;
	color:#000000;
}

.sidenavtext {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002411;
	text-decoration: none;
	font-weight: bold;
}
.sidenavtext a:link, .sidenavtext a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002411;
	text-decoration: none;
	font-weight: bold;
}
.sidenavtext a:hover, .sidenavtext a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002411;
	text-decoration: underline;
}
.sidenav {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002411;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002411;
	border-right-color: #002411;
	border-bottom-color: #002411;
	border-left-color: #002411;
}
.sidenav a:link, .sidenav a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002411;
	text-decoration: none;
}
.sidenav a:hover, .sidenav a:active {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #002411;
	text-decoration: underline;
}
