/* CSS Document */

body {
	background: #FFE18E;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #000000;
}
a {
	color: #331FA5;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6C62A5;
	font-weight: bold;
	text-decoration: underline;
}

td {
	text-align: left;
	font-size: 14px;
	font-family: arial;
	font-weight: normal;
}

.content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0px;
	border: 1px solid #000000;
	background: #FFF0C6;
	color: #000000;
	font-size: 10px;
	font-family: arial;
	font-weight: normal;
}


.toplinks {
	background: #6ca6cd;
	width: 742px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #000000;
}
.toplinks a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.toplinks a:hover {
	color: #FC5C1C;
	font-weight: bold;
	text-decoration: underline;
}


.sidebar {
	width: 175px;
	height: 100%;
	font-size: 16px;
	font-family: arial;
	background: #FFC31E;
	background-repeat: repeat-y;
	color: #000000;
	text-align: center;
}
.sidebar a{
	color: #2A389C;
	font-weight: bold;
	text-decoration: none;
}
.sidebar a:hover{
	color: #547BB5;
	font-weight: bold;
	text-decoration: underline;
}

.rightSidebar {
	width: 175px;
	height: 100%;
	font-size: 12px;
	font-family: arial;
	background: #6C62A5;
	background-repeat: repeat-y;
	color: #ffffff;
	text-align: left;
}
.rightSidebar a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.rightSidebar a:hover{
	color: #331FA5;
	font-weight: bold;
	text-decoration: underline;
}

.header {
	height: 100px;
	width: 800px;
}


.footer {
	background: #FFE18E;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	color: #000000;
}
.footer a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	color: #FC5C1C;
	font-weight: bold;
	text-decoration: underline;
}