/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	background-image: url(/Radiate_Bckgrd.gif);
	background-repeat: repeat;
	margin: 0px;
}

#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 6px;
}

h2 {
	font-weight: bold;
}

h3 {
	text-align: center;
	font-weight: bold;
}

sectionNav {
	font-family: "Trebuchet MS", Verdana;
	font-size: 24pxpx;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

#links {
	color: #FFFFFF;
}

#header {
	background-color: #000000;
	color: #FFFFFF;
}

#login {
	border-left-color: #FFFFFF;
	border-left-style: dashed;
	border-left-width: 1px;
	padding: 7px;
}

#navigation {
	background-image: url(/nav/bg.jpg);
	text-align: center;
}

#infobar {
	background-color: #E74309;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;
}

#left-sidebar {
	width: 160px;
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
}

#right-sidebar {
	width: 160px;
	float: right;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
}

#content {
	margin-left: 185px;
	margin-right: 185px;
}

#footer {
	padding: 7px;
	background-color: #E74309;
	color: #FFFFFF;
	text-align: center;
}
