.sidebar {
	background-color: #DFDEE9;
	font-family: "Trebuchet MS";
	font-size: 12pt;
}
.content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	padding-top: 0px;
}

.darkredhead {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	color: #660000;
}
.sidebar img {
	text-align: center;
	width: auto;
	margin-left: 0px;
}
.redhead {

	color: #cc0000;
	font-weight: bold;
	line-height: 95%;
	font-size: 12pt;
}
.bluehead {
	font-size: 12pt;
	color: #003366;
	font-weight: bold;
	line-height: 95%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.content .informaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}

.bigdarkredhead {
	font-family: "Trebuchet MS";
	font-size: 16pt;
	font-weight: bolder;
	color: #cc0000;
}
.content .formaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #000000;
	font-weight: 100;
	font-style: normal;
}
.content .bluehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 17pt;
	color: #003366;
	font-weight: bold;
}
.content .informaltext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	color: #000000;
}
.content .spacedbluehead {
	font-family: "Arial Black", Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000099;
	letter-spacing: 2px;
	line-height: 12pt;
}
.content .redhead {
	font-family: "Arial Black", Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #993333;
	line-height: 12pt;
}
.normaldarkredhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #cc0000;
	line-height: 18pt;
} 
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	text-align: center;
	font-variant: small-caps;
}
ul#main-nav {
	font-family:helvetica,arial,sans-serif;
	font-size: x-small;
	color:#000000
	background-color: #CCCCCC
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
ul#main-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:124px;
}
ul#main-nav li a {
	text-decoration:none;
	display:block;
	text-align:center;
	background:#CCCCCC;
	border-left:0px;
}
ul#main-nav li a:hover, ul#main-nav	li a:focus {
	color:#CC0000;
}
ul#main-nav li ul {
	padding:0;
	margin:0;
	display:none;
}
ul#main-nav li:hover ul { display:block; }
ul#main-nav li ul li { float:none; }
a.nav {
	text-decoration:none;
}
