body {
	color: black;
	background-color: white;
	font-size: 10pt;
	text-align: center;
	margin: 0px;
	}

#wrapper {
	width: 810px;
 	margin: 0 auto;
 	text-align: left;
 	font-family: arial, verdana;
	}

#header {
	width: 810px;
 	margin: 0 auto;
	font-weight: bold;
	font-family: lucida grande, arial;
	padding-top: 124px;

	float:left;

	background: url(../images/header.png) repeat-x bottom;
	font-size: 12pt;
	line-height: normal;
	clear: both;
	text-shadow: black 0px 1px 2px;
	 }


#header ul {
	 margin:0;
	 list-style:none;
	 padding-left: 24px;
	 margin: 0px;
	 }

#header li {
	 float:left;
	 margin:0;
	 padding-bottom: 15px;
	 padding-right: 48px;
	 }

#header a {
	 float:left;
	 display:block;
	 text-decoration:none;
	 font-weight:bold;
	 color: white;
	 }
	/* Commented Backslash Hack
	  hides rule from IE5-Mac \*/

#header a {float:none;
	border-bottom: none;
			}
	/* End IE5-Mac hack */

#header a:hover {
	 color: yellow;
	 border-bottom: none;
	 }


#menu {
	float: left;
	width: 200px;
	}

#menu h3 {
	font-family: lucida grande, arial;
	color: green;
	padding: 7px 0px 8px 24px;
	background: url('../images/swoosh.gif') no-repeat top left;
	font-size: 20px;
	}

#menu ul {
	margin-left: 0px;
	padding-left: 24px;
	list-style: none;
	font-family: lucida grande, arial;
	}

#menu li {
	padding-bottom: 6pt;
	}

.menu_small {
	font-size: 8pt;
	color: gray;
	}

.error {
	font-size: 12pt;
	color: red;
	}

#content {
	width: 400px;
	float: left;
}

ul, li {
	font-family: lucida grande, arial;
	font-size: 10pt;
	line-height: 160%;
	padding-right: 20px;
	}

#content h1 {
	font-family: lucida grande, arial;
	font-size: 24px;
	color: green;
	padding-top: 10px;
	padding-bottom: 0px;
	}

#content h2 {
	font-family: lucida grande, arial;
	color: #222222;
	font-weight: normal;

	}

#content p {
	font-family: lucida grande, arial;
	font-size: 10pt;
	line-height: 160%;
	padding-right: 20px;
	}

#right_box {
	float: left;
	width: 200px;
	background: url(../images/boxes.png) no-repeat bottom;
	margin-top: 23px;
	padding-bottom: 300px;
	}
#formpage_sidebar {
	float: right;
	width: 200px;
	padding-top: 150px;
	background: url(../images/boxes.png) no-repeat bottom;
	padding-bottom: 300px;
	margin-left:8px;
	margin-top:20px;
	}

#right_box h3,#formpage_sidebar h3 {
	font-size: 20px;
	font-family: lucida grande, arial;
	color: green;
	padding: 7px 0px 18px 0px;
	background: url('../images/swoosh_green.gif') no-repeat top center;
	border-top: 7px solid green;
	margin-top: 0px;
	}

#right_box ul {
	margin-left: 0px;
	padding-left: 24px;
	list-style: none;
	font-family: lucida grande, arial;
	}

table#form2 { font-size:11pt; }
a:link { color: #222222 }
a:visited { color: #444444 }
a:hover { color: black }

#footer {
	width: 810px;
 	margin: 0 auto;
	font-weight: bold;
	font-family: lucida grande, arial;
	padding-top: 50px;

	float:left;

	background: url(../images/footer.gif) repeat-x bottom;
	font-size: 12pt;
	line-height: normal;
	clear: both;
	text-shadow: black 0px 1px 2px;
	 }


#footer ul {
	 margin:0;
	 list-style:none;
	 padding-left: 24px;
	 margin: 0px;
	 }

#footer li {
	 float:left;
	 margin:0;
	 padding-bottom: 15px;
	 padding-right: 48px;
	 }

#footer a {
	 float:left;
	 display:block;
	 text-decoration:none;
	 font-weight:bold;
	 color: white;
	 }
	/* Commented Backslash Hack
	  hides rule from IE5-Mac \*/

#footer a {float:none;
	border-bottom: none;
			}
	/* End IE5-Mac hack */

#footer a:hover {
	 color: silver;
	 border-bottom: none;
	 }
