html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #01087D;
	margin: 0px;
	padding: 0px;
	background-color: #fff421;
	background-image: url(logos/bg1.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}
#page {
	margin: 0px;
	padding: 0px;
}
#header{
	width: 560px;
	height: 270px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #011BC9;
	background-image: url(logos/header.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 340px;
	color: #fff347;
}
#quote{
	margin: 5px;
	padding: 0px;
	width: 550px;
	height: 75px;
}
#main {
	width: 874px;
	padding: 10px;
	margin: 0px;
	border: 3px solid #01087D;
	text-align: justify;
}
#mainBOARD{
	width: 874px;
	padding: 10px;
	margin: 0px;
	border: 3px solid #01087D;
	text-align: justify;
	height: 3550px;
}
#main img {
	margin: 5px;
	padding: 0px;
}
#navbar{
	width: 550px;
	height: 165px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}
#content{
	width: 490px;
	height: 325px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#footer{
	height: 25px;
	width: 880px;
	padding: 10px;
	margin: 0px;
	font-size: 11px;
}
.small{
	font-size: 10px;
}

.large{
	font-size: 14px;
}
a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
#right{
	width: 262px;
	height: auto;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.standout{
	color: #990000;
	font-weight: bold;
}
.headline{
	color: #FF3300;
	font-weight: bold;
	font-size: 18px;
}
#columnL{
	width: 410px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#columnR {
	width: 410px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
