/* CSS Document */
* {font-family: Verdana, Arial, Helvetica, sans-serif;}
.hdr {font-size: small; font-weight: bold;}
.subhdr {font-size: x-small;font-weight: bold;}
.copy {font-size: x-small;}
a:hover   {color:#000099; font-size:10px; font-weight:normal; text-decoration:none;}
a:visited {color:#000066; font-size:10px; font-weight:normal; text-decoration:none;}
a:active  {color:#000066; font-size:10px; font-weight:normal; text-decoration:none;}
a:link    {color:#000066; font-size:10px; font-weight:normal; text-decoration:none;}

h5 {
	width: 770px;
	padding: 5px 0px;
	text-align: center;
	background-image: url(images/bg_nav.gif);
}
p {
	font-size: small;
}
td {
	font-size: small;
}
body {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
}

/* +++++++  Header Section  +++++++ */

#header {
	height: 100px;
	width: 770px;
	margin: 0px;
	padding: 0px;
}

/* +++++++  Top Navigation Menu  +++++++ */

ul#topnav {
	top: 100px;
	width: 770px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: x-small;
	background-image: url(images/bg_nav.gif);
	border-bottom: 1px solid #333333;
}
ul#topnav li {
	display: inline;
}
ul#topnav a {
	display: block;
	padding: 4px 18px;
	margin: 0px;
	float: left;
	text-decoration: none;
	text-align: center;
	font-size: small;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
}
ul#topnav a:hover {
	color: #000000;
}

/* +++++++  Content  +++++++ */

#content {
	text-align: left;
	top: 125px;
	width: 770px;
	height: 676px;
	margin: 0px;
	padding: 0px;
	color: #000033;
	background: #FFFFFF;
}
#content p{
	padding: 0px;
	margin: 0px;
	font: x-small;
}
#calendar {
	padding: 0px;
	float: left;
	top: 125px;
	width: 384px;
	height: 360px;
	background: #FFFFFF;
	border-right: 1px dashed #333333;
	border-bottom: 1px solid #333333;
}
#featured {
	padding: 0px;
	float: left;
	top: 125px;
	width: 385px;
	height: 360px;
	background: #FFFFFF;
	border-bottom: 1px solid #333333;
}
#banner {
	top: 360px;
	width: 770px;
	height: 60px;
	color: #999999;
	background: #333333;
}
#connections {
	top: 420px;
	width: 256px;
	height: 256px;
	float: left;
	background: #666666;
	background-image: url(images/bg_cc.gif);
}
#connections a {
	color: #000066;
	font-size: x-small;
	text-decoration: none;
}
#fanatics {
	top: 420px;
	width: 256px;
	height: 256px;
	float: left;
	background: #999999;
	background-image: url(images/bg_ff.gif);
}
#fanatics a {
	color: #000066;
	font-size: x-small;
	text-decoration: none;
}
#oob {
	top: 420px;
	width: 256px;
	height: 256px;
	float: left;
	background: #CCCCCC;
	background-image: url(images/bg_ob.gif);
}
#oob a {
	color: #000066;
	font-size: x-small;
	text-decoration: none;
}

/* +++++++  Login / Registration  +++++++ */
tr {
	font-size: x-small;
}

#login {
	width: 400px;
}
#login h5 {
	width: 400px;
	margin: 0;
	padding: 3px 5px;
	color: #000033;
	background-image: url(images/bg_nav.gif);
}
#login p {
	font-size: x-small;
}

#register {
	width: 400px;
}
#register h5 {
	width: 400px;
	margin: 0;
	padding: 3px 5px;
	color: #000033;
	background-image: url(images/bg_nav.gif);
}
#register p {
	font-size: x-small;
}

/* +++++++  Footer  +++++++ */

#footer {
	top: 676px;
	width: 770px;
	text-align: right;
	background: #333333;
}
#footer p, {
	margin: 0;
	color: #FFFFFF;
	font-size: x-small;
}
#footer a {
	color: #FF0000;
}