/**********************
       TEXT
***********************/

body, td, p, select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}
body
{
	background: #fff;

}

h1
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #cc3300;
}

h2
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#cc0000;
	
}

h3
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#aa0000;
	padding-left:25px;
}

h4
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #aa0000;
	padding: 5px;
	margin-top: 60px;
	border-top: 1px dotted #AA0000;
	border-left: 1px dotted #AA0000;
}
h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	padding-left:25px;
	font-weight:normal;
}
h6
{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	padding-left:50px;
	font-weight:normal;
	}

	
/**********************
       LINKS
***********************/
a, a:link
{
	color: #FF9900;
	text-decoration: none;
	font-size: 10px;
}
a:visited
{
	color: #FF6600;
	text-decoration: none;
	font-size: 10px;
}

a:hover
{
	color: #FF9900;
	text-decoration: underline;
	font-size: 10px;
}



/**********************
       TOPLEFT
***********************/
#topLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 110px;
	height: 100px;
	font-family:Verdana, sans-serif;
	background: #cc0000;
	background: url("images/bsulogo4.gif") no-repeat center;
	border-right: 10px double #CC0000;
	border-bottom: 10px double #CC0000;
}

/**********************
       TOPBAR
***********************/
#topbar
{
	position: absolute;
	top: 0px;
	left: 140px;
	width: 600px;
	height: 100px;
	font-family:Verdana, sans-serif;
	padding-left: 10;
	padding-right: 40px;
	border-left: 10px double #CC0000;
	border-bottom: 10px double #CC0000;
	z-index: 5;
}

#topbar h1 span
{
	position: absolute;
	top: 5px;
	left: 10px;
	color: #550000;
	font-weight: bold;
	font-stretch: condensed;
	font-size: 22px;
}

#topbar span
{
	position: absolute;
	top: 50px;
	left: 250px;
	font: 18px Verdana, sans-serif;
	font-style: italic;
	color: #000000;
}

#topbar img
{
	padding-top: 10px;
}

/**********************
       NAVBAR
***********************/
ul#navbar
{
	position: absolute;
	top: 120px;
	left: 0;
	padding: 0;
	width: 110px;
	height: 940px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 4;
	border-top: 1px solid #AA0000;
	border-top: 10px double #CC0000;
	border-right: 10px double #CC0000;
	border-collapse: collapse;
	background: url("images/navbarbackground.jpg") no-repeat;
}

ul#navbar li
{
	position: relative;
	display: block;
	margin: 0;
	padding: 2px;
	text-align: justify;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	border-right: 2px solid #AA0000;
	border-left: 2px solid #AA0000;
	border-bottom: 1px solid #AA0000;
	list-style-type: none;
}

ul#navbar li:hover
{
	background: #990000;
	border-right: 2px solid #660000;
	border-left: 2px solid #660000;
	color: #444444;
}

ul#navbar li a
{
	display: block;
	text-decoration: none;
	color: #444444;
	padding: 3px;
}

ul#navbar li a:hover
{
	color: #EE0000;
	z-index: 3;
}

ul#navbar ul
{
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#navbar li:hover ul
{
	display: block;
	list-style-type: none;
	position: absolute;
	top: -1px;
	width: 150px;
	left: 100%;
	border-top: 1px solid #AA0000;
	background: #fff;
}

#signup
{
	position: absolute;
}

#counter
{
	position: relative;
	bottom: -1em;
}





/**********************
       MAIN
***********************/
#main
{
	position: absolute;
	top: 130px;
	left: 140px;
	width: 600px;
	margin-bottom: 10px;
	padding: 20px;
	z-index: 1;
	border-left: 3px solid #cc0000;
	border-top: 3px solid #cc0000;
}

.floatright
{
	float: right;
	padding-left: 10px;
	border: none;
}

#main a
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#aa0000;
}

#main a span
{
	display: none;
}

/*this is an IE fix - i need this function so that IE recognizes the a:hover span function*/
#main a:hover
{
	border: none;
}

#main a:hover span
{
	display:block;
	position: absolute;
	top: 100px;
	left:300px;
	width: 330px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #fff;
}

/**********************
       SPECIAL PAGES
***********************/
#links
{
position: absolute:
}

#links a img
{
	height: 0;
	width: 0;
	border-width: 0;
}

#links a:hover img
{
	position: absolute;
	left: 600px;
	height: 100px;
	width: 130px;
	border: none;
}

#pictures li
{
	list-style-type: none;
	padding: 5px;
}

#pictures a img
{
	height: 100px;
	width: 130px;
}

strong.special
{
	color: #c00;
	font-style: italic;
}

/**********************
       SPECIAL CLASSES
***********************/
.wideimage
{
	max-width:100%;
}

/**********************
       ANNOUNCEMENTS
***********************/
#announce
{width: 600px;}

/**********************
       WEEKLY
***********************/
#weekly
{
	float: right;
	padding: 0;
	width: 200px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 8;
	border: 10px double #CC0000;
	border-collapse: collapse;
}
