@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#header {
	height: 200px;
	width: 780px;
}
#sideBarLeft {
	width: 169px;
	top: 215px;
	position: absolute;
	left: 0px;
	height: 639px;
	background-color: #000066;
	color: #FFFFFF;
	text-indent: 28px;
	text-align: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: e70d0d;
	padding-top: 10px;
}
#bottomFooter {
	padding: 0px;
	height: 46px;
	width: 780px;
	top: 849px;
	background-color: #000033;
	position: absolute;
	left: 0px;
}
#sideBarRight {
	width: 199px;
	background-repeat: no-repeat;
	top: 215px;
	position: absolute;
	height: 639px;
	left: 580px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #1F3113;
	background-color: #000066;
}
.content {
	color: #0000FF;
	text-decoration: underline;
}
a.content:link {
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
a.content:visited {
	color: #000033;
}
a.content:hover {
	color: #FF0000;
}
a.content:active {
	color: #FFFF00;
}

#mainContent {
	height: 639px;
	width: 390px;
	position: absolute;
	top: 210px;
	left: 175px;
	padding-left: 10px;
	padding-top: 5px;
}
.boldBlue {
	font-size: large;
	font-weight: bold;
	color: #0000FF;
}
.alwaysBlue {
	color: #0000FF;
	text-decoration: underline;
}
a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
	font-weight: normal;
}