/* CSS Document */
body
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#header
{
	display: block;
}

#header_top
{
	margin: 0 0 0 0;
	background-color: #CCCCFF;
	height: 45px;
	background-image: url(../images/png/thorpe.png);
	background-repeat: no-repeat;
}

#header_top div
{
	margin: 0 0 0 0;
	font-weight: bold;
	font-size: 16px;
	padding-left: 320px;
	padding-top: 14px;
}

#topnav
{
	margin: 0 0 0 0;
	height: 40px;
}

#topnav ul
{
	margin: 0 0 0 0;
	padding-left: 0px;
    list-style: none;
}

#topnav li
{
	float: left;
	
}

#topnav li a
{
	width: 98px;
	height: 36px;
	display:block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #CCCCFF;
	line-height: 36px;
	border: 1px solid #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

#topnav #current a
{
	border-bottom-color: #CCCCCC;
	background-color: #CCCCCC;
}

#topnav a:hover
{
	background-color: #CCCCCC;
}

#bottomnav
{
	clear: both;
	display: block;
	height: 30px;
	background-color: #CCCCCC;
}

#bottomnav ul
{
	list-style-type: none;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 25px;
}

#bottomnav ul li
{
	display: inline;
}

#bottomnav ul li a
{
    color: #000000;
	text-decoration: none;
	font-weight: bold;
    margin-right: 25px;
	line-height: 30px;
}

#bottomnav a:hover
{
	text-decoration: underline;
}

#bottomnav #current a
{
	color: #FF0000;
}

#body
{
	clear: both;
	width: 756px;
	border-left: 2px solid #CCCCFF;
	border-right: 2px solid #CCCCFF;
	padding: 20px 20px 20px 20px;
}

#body h1
{
	font-size: 16px;
}

#body h2
{
	font-size: 12px;
}

#body h3
{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

#body ul
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#left
{
	float: left;
	width: 368px;
	padding-right: 10px;
}

#right
{
	float: left;
	width: 368px;
	padding-left: 10px;
}

.table tr
{
	line-height: 20px;
}

.table tr th
{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.table tr td
{
	padding-left: 10px;
	padding-right: 10px;
}

.table tr.top td
{
	border-top: 1px solid #999999;
}

.table tr.bottom td
{
	border-bottom: 1px solid #999999;
}

.table tr.both td
{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.dashedline
{
    border-bottom: 1px dashed #000000;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:both;
}

#footer
{
	clear: both;
	background-color: #CCCCFF;
	text-align: center;
}

#footer div
{
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#hosting
{
	clear: both;
	margin-top: 10px;
}

#hosting div
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
	line-height: 20px;
}

#hosting div img
{
	margin-left: auto;
	margin-right: auto;
}

#sponsors
{
	text-align: center;
}

#human
{
	visibility:hidden;
	display:none;
}

.hidden
{
	visibility:hidden;
	display:none;
}