body
{
	background-color: #F5F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #000000;
}

#main
{
	background-color: #FFFFFF;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 1px;
	border-color: #333333;
	border-style: solid;
	height: inherit;
	color: #000000;
}

#header
{
	width: 800px;
	border-bottom: 1px solid #333333;
	z-index: 1;
	position: relative;
}

#titlebar
{
	width: 790px;
	border-bottom: 1px solid #333333;
	z-index: 2;
	position: relative;
	background-color: #006699;
	font-size: 70%;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

#left
{
	background-color: #DCDCDC;
	color: #000000;
	padding: 5px;
	border-right: 1px solid #333333;
	width: 150px;
	display: block;
	font-size: 70%;
	z-index: 4;
	float: left;
	position: relative;
	height: 600px;
}

#center
{
	width: 465px;
	font-size: 70%;
	padding: 5px;
	z-index: 3;
	float: left;
	position: relative;
	height: 600px;
}

#right
{
	background-color: #DCDCDC;
	color: #000000;
	padding: 5px;
	border-left: 1px solid #333333;
	width: 150px;
	display: block;
	font-size: 70%;
	z-index: 5;
	float: right;
	position: relative;
	height: 600px;
}

#footer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	font-size: 70%;
	color: #333333;
	z-index: 6;
	background-color: #F5F5F5;
}

#valid
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	font-size: 70%;
	color: #333333;
	z-index: 6;
	position: relative;
	background-color: #F5F5F5;
}

.padtop2
{
	padding-left: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.padbottom2
{
	border-bottom: 1px dashed #666666;
	padding-left: 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.dashborder
{
	border-bottom: 1px dashed #666666;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a
{
	color: #006699;
	background-color: #DCDCDC;
}

a:hover
{
	color: #CC0000;
	background-color: #DCDCDC;
	text-decoration: none;
}

a.text
{
	color: #006699;
	background-color: #FFFFFF;
}

a.text:hover
{
	color: #CC0000;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.foot
{
	color: #006699;
	background-color: #F5F5F5;
}

a.foot:hover
{
	color: #CC0000;
	background-color: #F5F5F5;
	text-decoration: none;
}

h1
{
	font-size: 125%;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2
{
	padding-bottom: 2px;
	border-bottom: 1px dashed #666666;
	color: #006699;
	background-color: #DCDCDC;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3
{
	padding-bottom: 2px;
	border-bottom: 1px dashed #666666;
	color: #006699;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p
{
	margin-top: 3px;
	line-height: 1.5em;
}

ul
{
	margin-top: 2px;
}