body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #3399CC;
}
.navbar a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.navbar a:hover{
	text-decoration: underline;
	color: #19334C;
}
.sidecol {
	font-size: 9px;
	line-height: 12px;
}

.sidecol h1{
	font-size: 12px;
	line-height: 15px;
}
.main {
	font-size: 12px;
	line-height: 20px;
}

.main h1 {
	font-size: 18px;
	line-height: 20px;
}

.main h2 {
	font-size: 16px;
	line-height: 20px;
}

.main h3 {
	font-size: 14px;
	line-height: 20px;
}
.footer {
	font-size: 9px;
	color: #FFFFFF;
}

.footer a{
	color: #FFFFFF;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}


.pullout_text {
	font-size: 11px;
	line-height: 15px;
	margin: 20px;
}
.pullout_left {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.pullout_right {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
ul {
	font-size: 11px;
	line-height: 18px;
	list-style-type: square;
}
li {
	margin-bottom: 5px;
}
.announcement {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #000000;
}
.announcement_heading {
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.announcement_text {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 11px;
}
.smalltext {
	font-size: 11px;
}

