a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #0066FF;
}
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #333333;
	background-image: url(images/backgrounds/redgradient.jpg);
}
#wrapper {
	width: 750px;
	margin: 0 Auto;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
#header {
	margin-bottom: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#subHeader {
	margin-bottom: 10px;
	background-color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-style: double;
	padding-top: 5px;
	padding-bottom: 3px;
}
#sidebar {
	width: 125px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	background-color: #000000;
	border: 1px double #FFFFFF;
	padding: 5px;
	line-height: 1.7em;
}
#content {
	background-color: #000000;
	width: 585px;
	float: right;
	margin-bottom: 10px;
	border: 1px double #FFFFFF;
	vertical-align: top;
	padding: 7px;
	line-height: 1.7em;
	overflow: auto;
	height: 425px;
}
#footer {
	font-size: 10px;
	background-color: #000000;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	margin: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
	line-height: 1.7em;
}
