body {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 76%;
	behavior: url(csshover.htc);
	background-color: #cbcbcb;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width: 90%;
	position: relative;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
}

#content {
	position: absolute;
	top: 180px;
	padding-bottom: 15px;
	width: 100%; /* fixes corners not appearing in IE7 */
}
#header {
	width: 100%;
}

#header #bg1 {
	background-image: url(images/fullheaderbg.jpg); /* left hand end of background image */
	height: 165px;
	width: 30px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: left;
}
#header #bg2 {
	background-image: url(images/midheader2.gif); /* transparent gif overlaying bg3 */
	height: 165px;
	width: 600px;
	margin-left: 0px;
}
#header #bg3 {
	background-image: url(images/fullheaderbg.jpg); /* right hand end of background image */
	background-position: right;
	height: 165px;
	position: relative;
	top: 0px;
	right: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#spacer {
	margin: 0px;
	padding: 0px;
}

#main {
	color: #FFFFFF;
	margin-left: 180px;
	padding-bottom: 1px;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-top: 0px;
}


h1 {
	color: #FCFF84;
	margin-bottom: 0;
	font-size: 1.8em;
	margin-top: 0px;
}
h2 {
	font-size: 1.5em;
	color: #FCFF84;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #FCFF84;
	margin-bottom: 0;
	font-size: 14px;
	margin-top: 0px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#main .maininside p {
	color: #FFFFFF;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
}
#main .maininside table {
	font-size: 1.2em;
	color: #FFFFFF;
	border: 1px solid #FFFFCC;
}
#main .maininside table td {
	border: 1px solid #FFFFCC;
	padding: 5px;
}


#main .maininside img {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#footer {
	font-size: 1em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	background-color: #5E5E5E;
	margin-bottom: -20px;
	position: relative;
	float: right; /* to get the footer into the bottom corners */
	width: 100%;
}

#footer p {
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #FFFF99;
}
#main .maininside a {
	color: #FFFF99;
}


/* navigation styles */
div#nav {
	float: left;
	width: 129px;
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1px;
	background-color: #5E5E5E;
}

div#nav ul {
	margin: 0;
	padding: 0;
	width: 120px;
	background-color: #5E5E5E;
	border: 1px solid #5E5E5E;
}
div#nav ul.level2, div#nav ul.level3{
	margin: 0;
	padding: 0;
	width: 250px;
	background-color: #5E5E5E;
	border: 1px solid #5E5E5E;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #CCC;
	background-color: #5e5e5e;
}
div#nav li:hover {
	background-color: #999999;
	color: #FCFF84;
}
div#nav li.submenu {
	background-image: url(images/submenu.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
div#nav li.submenu:hover {background-color: #999999;}
div#nav li a {
	display: block;
	text-decoration: none;
	width: 110px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#nav li a:hover {
	display: block;
	text-decoration: none;
	width: 110px;
	color: #FCFF84;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#nav ul.level2 li a, div#nav ul.level3 li a {
	display: block;
	text-decoration: none;
	width: 250px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
div#nav ul.level2 li a:hover, div#nav ul.level3 li a:hover{
	display: block;
	text-decoration: none;
	width: 250px;
	color: #FCFF84;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#nav>ul a {width: auto;}
div#nav ul ul {position: absolute; top: 0; left: 120px;
  display: none;}
div#nav ul ul ul{position: absolute; top: 0; left: 250px;
  display: none;}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}

#nav img {
	margin-top: 20px;
}/* end of navigation styles */

/* bits & pieces for content box - thanks to Francky*/
.top-left {
	margin-right: 30px; /* clip right corner */
	background-image: url(images/corners.gif);
	height: 30px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px;
}

.top-right {
	margin-top: -30px; /* to level of top-left corner */
	margin-left: 30px; /* clip left corner */
	background-image: url(images/corners.gif);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 30px;
	font-size: 2px;
}

.bottom-left {
margin-right: 30px; /* clip right corner */
background-image: url(images/corners.gif);
background-position: 0 -30px; /* show under half of the image */
height: 30px;
font-size: 2px;
}

.bottom-right {
margin-top: -30px; /* to level of bottom-left corner */
margin-left: 30px; /* clip left corner */
background-image: url(images/corners.gif); 
background-position: 100% -30px; /* under half, right side */
height: 30px; 
font-size: 2px; 
}

.inside {
	color: #000000;
	background-color: #5E5E5E;
	padding-right: 10px;
	padding-left: 10px;
	height: 1%; /*fixes peekaboo bug */
}

.notopgap {
margin-top: 0;
}

.nobottomgap {
	margin-bottom: 0;
	font-size: 0.75em;
	text-align: center;
}
.gap-saver {
	height: 1px;
	padding: 0;
	font-size: 1px; /* to correct IE */
	clear: both; /* to get the footer into the bottom corners */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
}

/* bits & pieces for #main box - thanks to Francky */
.maintop-left {
	margin-right: 15px; /* clip right corner */
	background-image: url(images/maincorners.gif);
	height: 15px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.maintop-right {
margin-top: -15px; /* to level of top-left corner */
margin-left: 15px; /* clip left corner */
background-image: url(images/maincorners.gif); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 15px; 
font-size: 2px;
}

.mainbottom-left {
margin-right: 15px; /* clip right corner */
background-image: url(images/maincorners.gif);
background-position: 0 -15px; /* show under half of the image */
height: 15px;
font-size: 2px;
}

.mainbottom-right {
margin-top: -15px; /* to level of bottom-left corner */
margin-left: 15px; /* clip left corner */
background-image: url(images/maincorners.gif); 
background-position: 100% -15px; /* under half, right side */
height: 15px; 
font-size: 2px; 
}

.maininside {
	color: #000000;
	background-color: #6c6c6c;
	padding-right: 10px;
	padding-left: 10px;
	height: 1%; /* fixes peekaboo bug */
}

.mainnotopgap {
margin-top: 0;
}

.mainnobottomgap {
	margin-bottom: 0;
	font-size: 0.75em;
	text-align: center;
}
.maingap-saver {
	height: 1px;
	padding: 0;
	font-size: 1px; /* to correct IE */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
}
#main .maininside li {
	font-size: 1.2em;
	color: #FFFFFF;
	margin-top: 5px;
}
#main .maininside ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
