﻿/* normal stuff */
html, body, form
{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#b0e0e6;
	color:Navy;
}
form
{
	text-align:center;
}
h1
{
	text-align:center;
}

.container
{
	margin:0px auto;
	width:990px;
	text-align:left;
	/*background-color:#f5f5f5;*/
}
.header
{
	padding:0px 0px 0px 0px;
	height:100px;
	background-color:White;
}
.logo
{
	width:440px;
	float:left;
}

.banner
{
	width:525px;
	float:left;
	height:100px;
	text-align:center;
}
.bannerpanel
{
	width:125px;
	float:left;
	height:100px;
	text-align:center;
}
.bottomspacerfull
{
	height:20px;
	width:100%;
	background-image:url(../images/bottomspacerfullwhite.gif);
	background-repeat:no-repeat;
}
.topspacerfull
{
	height:20px;
	width:100%;
	background-image:url(../images/topspacerfullwhite.gif);
	background-repeat:no-repeat;
}
.toppane
{
	margin-top:5px;
	background-image:url(../images/toppanebg.gif);
	background-repeat:no-repeat;
	padding:10px 15px;
	color:White;
	font-size:medium;
	height:20px;
}
.date
{
	display:block;
	width:33%;
	float:left;
}
.login
{
	display:block;
	width:34%;
	float:left;
	text-align:center;
}
.register
{
	padding-right:20px;
}
.contact
{
	display:block;
	width:33%;
	float:left;
	text-align:right;
}
.contact a:link, .contact a:visited, .links a:link, .links a:visited, .login a:visited, .login a:link
{
	text-decoration:none;
	color:White;
}
.contact a:hover, .links a:hover, .login a:hover
{
	text-decoration:none;
	color:Navy;
}
.main
{
	clear:both;
	margin:5px 0px;
	height:auto;
	overflow:hidden;
}
.leftpane, .content
{
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
.leftpane
{
	width:200px;
	float:left;
	height:100%;
	display:block;
	background-color:#e6e6fa;
}

.leftpanetopspacer
{
	height:20px;
	width:200px;
	background-image:url(../images/leftpanetop.gif);
	background-repeat:no-repeat;
	float:left;
}
.leftpanebottomspacer
{
	height:20px;
	width:200px;
	background-image:url(../images/leftpanebottom.gif);
	background-repeat:no-repeat;
	float:left;
}
.menu
{
}
.homemenu
{
	background-image:url(../images/menubuttonbg.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	font-size:large;
    padding: 4px 15px 5px 15px;
    margin-top: 5px;
    margin-bottom:5px;
    width:100%;
}

.accordian
{
}

.accordianHeader
{
	/*background-color:#cd5c5c;*/
	background-image:url(../images/menubuttonbg.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	font-size:large;
    cursor: pointer;
}
.accordianHeader a:link, .accordianHeader a:visited
{
	text-decoration:none;
	display:block;
    padding: 4px 15px 5px 15px;
    margin:5px 1px;
	color:White;
}
.accordianHeader a:hover
{
	text-decoration:none;
	color:Navy;
	width:168px;
}
.accordianContent
{
	/*background-color:White;*/
	display:block;
	background-repeat:no-repeat;
	font-weight:bold;
    padding: 5px 0px 5px 5px;
}
.accordianContent a:link, .accordianContent a:visited
{
	text-decoration:none;
	color:White;
}
.accordianContent a:hover
{
	text-decoration:none;
	color:Red;
}
.accordianContentNone
{
	height:1px;
	display:none;
}
.catlevel1
{
	display:block;
	background-image:url(../images/submenubtnbg.gif);
	background-repeat:no-repeat;
	width:180px;
	height:30px;
	padding-left:15px;
	padding-top:5px;
}
.catlevel2
{
	padding-left:15px;
}
.leftbanner
{
	height:10px;
}
.content
{
	display:block;
	float:right;
	/*margin:0px 5px 0px 5px;
	background-color:#ffe4b5;*/
	background-color:White;
	height:100%;
	width:760px;
	padding-left:10px;
	padding-right:10px;
}
.bottommainspacer
{
	display:block;
	clear:both;
	margin-top:-5px;
}
.contentspacertop
{
	height:20px;
	width:780px;
	background-image:url(../images/contentspacertop.gif);
	background-repeat:no-repeat;
	float:right;
}
.contentspacerbottom
{
	height:20px;
	width:780px;
	background-image:url(../images/contentspacerbottom.gif);
	background-repeat:no-repeat;
	float:right;
}
.footer
{
	margin:30px 0px 0px 0px;
	background-image:url(../images/toppanebg.gif);
	background-repeat:no-repeat;
	padding:10px 15px;
	color:#ffffff;
	font-size:medium;
	height:30px;
}
.copyright
{
	display:block;
	width:33%;
	float:left;
}
.links
{
	display:block;
	width:34%;
	float:left;
	text-align:center;
}
.hosted
{
	display:block;
	width:33%;
	float:left;
	text-align:right;
}
.bottomcontact
{
	text-align:center;
	font-size:small;
	padding-bottom:20px;
}
