/* 
    Document   : main
    Created on : May 16, 2009, 7:38:42 PM
    Author     : timothyb89
    Description:
        The main stylesheet of the website.
*/

body {
	background-color: #000000;
	color: white;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

img {
	border: none;
}

h2, h3, h4 {
	border-bottom: 1px solid #bbbbbb;
	/*margin-left: 5px;*/
	width: 95%;
}

#header {
	/*margin: 10px;*/
}

#footer {
	clear: both;
}

div.heading {
    text-align: center;
    text-decoration: underline;

    font-weight: bolder;
    font-variant: small-caps;
    font-size: 24px;
}

strong {
    /* basically a div.heading, but can be used on the same line as other text. */
    text-decoration: underline;
    font-weight: bolder;
    font-variant: small-caps;
}

a.menulink {
	position: relative;
	
	margin: 0px;

	height: 25px;

	/*padding-top: 0px;
	padding-bottom: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
	color: red;

	background-image: url('/resources/menubg.png');
}

a.menulink:hover {
	background-image: url('/resources/a75bg.png');
}

.menu-left {
	width: 13px;
	height: 25px;

	/*background-image: url('/resources/menubg-left.png');*/
}

.menu-right {
	width: 13px;
	height: 25px;

	/*background-image: url('/resources/menubg-right.png');*/
}

#topMenu {
	
}

span.error {
	color: red;
	font-weight: bold;
}

a:link {
    color: red;
}

a:active {
	color: #cccccc;
}

a:visited {
	color: red;
}

a.sectionlink {
	background-color: #660000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;

	padding: 5px;
	margin: 2px;
	border: 1px solid black;
}

a.sectionlink:hover {
	background-color: #990000;
}

a.sectionlink selected {
	text-decoration: underline;
}

div.announcement {
	margin: auto;
	width: 75%;
	padding: 10px;
	background-color: #990000;
	border: 1px solid black;
	text-align: center;
}

div.announcement a:visited {
	color: blue;
}

div.announcement a:link {
	color: blue;
}

.floatbox {
	float: left;
	padding: 5px;
}

