html {height: 100%;margin:0px}
body {
margin: 0;
font-family: arial;
line-height: 135%;
background:white;
}


body,p,td {
	font-size: 14px;
}


#header{
	height:152px;
	background-image: url(images/hbg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#headerimg{
	height:152px;
	width:760px;
}

form {margin: 0;padding: 0;}

h1 {font-size: 200%;line-height: 100%;}
h2 {font-size: 175%;line-height: 100%;}
h3 {font-size: 150%;}
h4 {font-size: 120%;}
h5 {font-size: 120%;text-transform: uppercase;}
a {text-decoration: none;color:#000080;}
a:hover {text-decoration: underline;}
.clr {clear: both;}

.copyright, .copyright a {
	font-size:11px;
	color:#555555;
	font-weight: bold;
}

.headline{
	font-size:36px;
	color:#800000;
	letter-spacing: 0.5px;
	font-family: impact;
}

.style1 {color: #FF0000}
.style2 {
font-family: "Arial Black";
font-size: 24px;
font-weight: bold;
letter-spacing: -1.5px;
line-height:24px;
}
.style5 {
font-family: "Trebuchet MS", Arial;
	color: #800000; 
	font-size: 28px;
	font-weight:bolder;
	letter-spacing: -1.5px;
	line-height: 28px;
}

.subhead {
font-family: "Trebuchet MS", Arial;
display:block;
	color: #333333;
	font-size: 20px;
	font-weight:bolder;
	letter-spacing: -1.5px;
	margin-top:20px;
}

.highlight{
background-color:yellow;
}

#testim{
	border:dashed 4px #000080;
	padding:10px;
	background:#ddddff;
	color:#333333;
	text-align:left;
	margin-bottom:20px;
	width:90%;
}

#testim h3{
 color:#000080;
 font-size:22px;
 margin:0px;
 font-weight:bold;
}

#bonus{
	border:dashed 6px #ffcc00;
	padding:10px;
	background:#ffffdd;
	color:#333333;
	text-align:left;
	margin-bottom:20px;
	width:90%;
}

#bonus h2{
	font-size:26px;
	margin:0px;
	color:#800000;
	font-weight:bold;
}

#bonus h3{
	font-size:20px;
	margin:0px;
	color:#400000;
	font-weight:bold;
}

.style12 {
font-size: 150%;
font-style: italic;
color: #800000;
}


#content {
	width:760px;
	padding:10px;
}

.FeaturedPostPopup
{
	display:block;
	width:550px;
	border:solid 1px #333333;
	background:white;
	padding:10px;
	color:#333333;
	overflow:hidden;
	height:300px;
}