@charset "utf-8";

#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	position: relative;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

#menu {
	position:absolute;
	left:0px;
	top:125px;
	width:900px;
	height:35px;
	z-index:1000;
}


/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 150px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 150px;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 150px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #3399ff;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 17px;
	text-align: center;
	padding-top: 9px;
	padding-right: 0.75em;
	padding-bottom: 9px;
	padding-left: 0.75em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #b9dcff;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #b9dcff;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		
	}
}






#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:534px;
	height:125px;
	z-index:1;
	background-color: #FFFFFF;
}
img 
{
	border:0;
	background-position: bottom;
}   
#content {
	position:absolute;
	left:0px;
	top:165px;
	width:900px;
	height:19px;
	z-index:5;
}
#submenubox h3 {
	margin-left: 0px;
	color: #3399FF;
	font-size: 15px;
}

#submenubox {
	position:absolute;
	left:5px;
	top:163px;
	width:154px;
	height:auto;
	z-index:1;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3399ff;
	padding-bottom: 25px;
}

#apDiv2 {
	position:absolute;
	left:10px;
	top:55px;
	width:180px;
	height:34px;
	z-index:2;
}
#submenubox .submenustyle a {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #66CC33;
	padding-left: 10px;
}
h4 {
	font-size: 13px;
}

#submenubox .style1 a {
	color: #009900;
	padding-left: 10px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #009933;
}

p {
	font-size: 13px;
	margin-left: 15px;
	line-height: 25px;
	margin-right: 15px;
	text-align: justify;
}
h2 {
	padding: 15px;
	background-color: #ECFFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3399FF;
	margin-left: 15px;
	color: #666666;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 14px;
	color: #3399FF;
	margin-left: 15px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3399FF;
	padding-left: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 15px;
}

a:link {
	color: #66CC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66CC33;
}
a:hover {
	text-decoration: underline;
	color: #009933;
}
a:active {
	text-decoration: none;
	color: #669933;
}
#apDiv1 {
	position:absolute;
	left:648px;
	top:32px;
	width:293px;
	height:83px;
	z-index:1;
}
#forum {
	position:absolute;
	left:772px;
	top:70px;
	width:50px;
	height:50px;
	z-index:1;
}
ol {
	line-height: 25px;
}
ul {
	line-height: 25px;
}
#form1 {
	width: 400px;
	padding-right: 30px;
	text-align: right;
}
#form1 #send {
	width: 100px;
}
#form1 #add {
	width: 100px;
}
#form2 {
	margin-left: 25px;
}
#form2 #submit {
	width: 100px;
}
#structure {
	position:absolute;
	left:217px;
	top:314px;
	width:450px;
	height:273px;
	z-index:2;
}
#whytable {
	position:absolute;
	left:232px;
	top:627px;
	width:373px;
	height:232px;
	z-index:2;
}
#whytable table {
	border: 1px solid #999999;
}

.style2 {
	color: #666666
}
.questionstyle {
	color: #66CC33;
}
#wrap #corner a {
	color: #00CC33;
}
#corner {
	position:absolute;
	left:767px;
	top:68px;
	width:140px;
	height:22px;
	z-index:1;
}
#search {
	position:absolute;
	left:587px;
	top:93px;
	width:314px;
	height:34px;
	z-index:1;
}
#adv {
	position:absolute;
	left:720px;
	top:175px;
	width:160px;
	height:600px;
	z-index:2;
}
