body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	background-color: #F0FAFF;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background-color: #D8EFFC;
	border: 1px double #6FCDEC;
}

#content {
	margin-left: 230px;
	padding: 0;
	background-color: #FFFFFF;
	border-left: 1px double #6FCDEC;	
	text-align: center;	
	
}

#content table {
	width:480px;
	margin-left: auto;
	margin-right: auto;
}

td {
	text-align:center;
}

#content p {
	font-size: 14px;
	line-height: 1.2;
	padding-left: 0;
	padding-right: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #4C3F36;
}

#content h1 {
	font: bold 160% "Century Gothic", Verdana, Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color: transparent;
	text-align:center;
	
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#content h2 {
	font: bold 120% "Century Gothic", Verdana, Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color: transparent;
	text-align:center;	
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#content h2 a:link, #content a:visited {
	color: #666666;
	text-decoration: underline;
	text-align:center;
}

#content p a:link, #content a:visited {
	color: #666666;
	text-decoration: underline;
}

#content p a:hover, #content a:hover {
	color: #666666;
	text-decoration: none;
}

#content h2 a:hover {
	color: #666666;
	text-decoration: none;
	text-align:center;
}

#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	padding: 5px;
	text-align: center;
}

#navigation h1 {
	font: bold 150% "Century Gothic", Verdana, Georgia, "Times New Roman", Times, serif;
	color: #62B8E8;
	background-color: transparent;
}

#navigation h2 {
	font-size: 100%;
	color: #62B8E8;
	background-color: transparent;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation li {
	width: 180px;
	border-bottom: 1px solid #ED9F9F;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}

#navigation ul.subnav {
	margin-left: 12px;
}

#navigation ul.subnav li {
	border-bottom: 1px solid #722100;
	width: 168px;
}

#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #722100;
}

#top {
	position: relative;
	text-align: center;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D8EFFC;
	border: 1px double #6FCDEC;
	color: #62B8E8;
	font-size: 80%;
	font-weight: bold;
}

#top a:link, #top a:visited {
	display: inline;
	color: #62B8E8;
	text-decoration: underline;
	font-weight: bold;
}

#top a:hover {
	color: #c40033;
	text-decoration: none;
	font-weight: bold;
}

#bottom {
	position: relative;
	text-align: center;
	width: 780px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D8EFFC;
	border: 1px double #6FCDEC;
	color: #62B8E8;
	font-size: 80%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	top: 9px;
	
}

#bottom a:link, #bottom a:visited {
	display: inline;
	color: #62B8E8;
	text-decoration: underline;
	font-weight: bold;
}

#bottom a:hover {
	color: #c40033;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	color: #62B8E8;
	background-color: transparent;
}

#content table form table {
	width:250px;	
	margin:0 auto;
	margin-top:10px;
	margin-bottom: 10px;	
}

