body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #666666;
	margin: 0;
	padding: 0;
}
a:link {
	color: #247186;
	text-decoration: underline;
}

a:visited {
	color: #ae0031;
}
/*.ie6 { display: none; }*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #666666;
	text-align: left;
	margin-top: 10px;
}

h2 {
	color: #247186;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 13px;
}

h3 {
	color: #247186;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 9px;
}


h5 {
	font-family: Times New Roman, serif;
	color: #247186;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 14px;
}
.body {
	width: 750px;
	background-color: white;
	margin-top: 5px;
}

.header {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-right: 5px;
	clear: both;
}

.header p { margin: 5px; }

.header ul { 
	margin-top: 0px; 
	margin-bottom: 0px;
	text-align: left;
}

.tagline {
	width: 100%;
	clear: both;
	background-color: #247186;
	color: #FFFF99;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 35px;
	font-style: italic;
}

/*** Menu stuff ***/
ul.makeMenu, ul.makeMenu ul {
	width: 160px;
	cursor: default;
	border: 1px #999999;
	background-color:#999999;
	text-align: left;
	font-size: 10pt;
	padding-left: 0px;
	margin-left: 0px;
	padding: 4px;
}
ul.makeMenu li {
	list-style-type: none;
	margin: 0px;
	position: relative;
	color: #000;
}
ul.makeMenu li > ul {
	display: none;
	position: absolute;
	top: -2px;
	left: 160px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	background: #eee;
	text-decoration: none; 
}
ul.makeMenu ul.CSStoShow {
	display: block;
}
ul.makeMenu li:hover > ul {
	display: block;
}
ul.makeMenu li a { color: #000; display: block; width: 100%; text-decoration: none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; text-decoration: none; }
ul.makeMenu li:hover > a { color: #000; }

.main {
	width: 100%;
	background-color: white;
	text-align: left;
}

.right li{
	list-style-image: url(images/bullet.gif);	
}

.blue {
	color: #247186;
}

.bluebig {
	color: #247186;
	font-size:14px;
}

.red {
	color: #ae0031;
}

.redbig {
	color: #ae0031;
	font-size:15px;
}

.small {
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: "Times New Roman", Times, serif;
}

.right {
	width: 525px;
	background-color: white;
	padding: 12px;
	float: right;
	clear: right;
}

.left {
	width: 170px;
	float: left;
	background-color:#999999;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-left: 10px;
	padding-left: 8px;
	padding-top: 8px;
	clear: both;
	min-height: 70px;
}

.protect {
	width: 100%;
	color: #FFFFFF;
	line-height: 25px;
	background-color: #a5c5cd;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	clear: both;
}

.footer {
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	float: center;
	clear: both;
}

.footer a{
	color: #FFFFFF;
}

.st { display: none; }