@charset "utf-8";
/* CSS Document */

a:link {color:#003399;	 text-decoration:none; }
a:visited {color:#003399;  	 text-decoration:none;}
a:hover {color:#CC0000; 	}

body {	
	text-align: center;
	height: 100%;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color:#666666;
	margin: 10px;
	}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	border: 0px solid #CCCCCC;
	background-image: url(images_new/body/backgroundv1.jpg);
	background-repeat:no-repeat;
	}

#container {
	width: 900px;
	height: auto;
	text-align: center;
	padding-bottom: 10px;
	float: left;
	background-image: url(images_new/body/backgroundv1.jpg);
	background-repeat:no-repeat;
	}

#header {
	width: 100%;
	height: 150px;
	float: left;
	}
	
#headerlanding {
	width: 100%;
	height: 115px;
	float: left;
	}
	
#contentlanding {
	width: 689px;
	height: 385px;
	background-image: url(images_new/body/landing-frame.gif);
	background-repeat: no-repeat;
	float: left;
	position:relative;
	left: 100px;
	}
	
/* Header Elements */

#logo {
	position:relative;
	left:30px;
	top:30px;
	width:225px;
	height:111px;
	z-index:1;
	float: left;
}	

#signup {
	position:relative;
	left:255px;
	top:50px;
	width:240px;
	height:40px;
	z-index:1;
	float: left;
}	

#nav{
	position:relative;
	left:30px;
	top:52px;
	width:468px;
	height:45px;
	z-index:1;
	float: left;
	background-image:url(images_new/navigation/topnav-bg.gif);
	background-repeat:no-repeat;
	padding-top: 18px;
}	

 
#leftbodymainlanding {
	width: 730px;
	height: 385px; 
	float: left;
		background-image:url(images_new/body/main-content.gif);
	background-repeat: no repeat;
	}

#leftbodymain {
	width: 730px;
	height: 385px; 
	float: left;
	background-image:url(images_new/body/main-content.gif);
	background-repeat: no repeat;
	}

#leftbodymain2 {
	width: 730px;
	min-height: 385px; 
	float: left;


	}

#contentholder  {
	width: 615px;
	height: 332px;
	position: relative;
	text-align: left;
	float: left;
	top: 28px;
	left: 75px;
	

	}
	
#contentlandinginner  {
	width: 625px;
	height: 335px;
	position: relative;
	text-align: left;
	float: left;
	top: 25px;
	left: 35px;
	

	}
	
#precontent {
	width: 685px;
	height: 38px;
	position: relative;
	background-image:url(images_new/body/content2top.gif);
	background-repeat: no-repeat;
	top: 3px;
	left: 39px;
	text-align: left;
	float: left;
}

#contentholder2  {
	width: 625px;
	min-height: 300px;
	position: relative;
	background-image:url(images_new/body/content2middle.gif);
	background-repeat:repeat-y;
	top: 3px;
	left: 39px;
	text-align: left;
	float: left;
	padding-left: 30px;
	padding-right: 30px;

	}

#postcontent   {
	width: 685px;
	height: 41px;
	position: relative;
	background-image:url(images_new/body/content2bottom.gif);
	background-repeat: no-repeat;
	top: 3px;
	left: 39px;
	text-align: left;
	float: left;
}

	
#rightbodymain {
	width: 170px;
	height: 385px; 
	float:left;
	text-align:left;
	position: relative;
	top:-55px;
	}
	
#footer {
	width: 825px;
	height: 100px;
	float: left;
	text-align:left;
	padding-left: 75px;
	padding-top: 5px;
	font-size: 10px;
	font-size: 10px;

	}
#footer a:link {color: #666666;	 text-decoration:none;}
#footer a:hover {color: #003366; 	text-decoration: none; }
#footer a:visited {color:#666666;  text-decoration:none}	

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #5D719C;
	margin-top: 0px;
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color:#336699;
	margin-bottom: 0px;

	}

.bodysmall {
font-size: 9px;
}

.blogtitle {
font-size: 14px;
color:#003366;
font-weight: bold;

.issuesbullet {
	margin-bottom: 15px;
	}
	
.thankyou {
	font-size: 22px;
	}
	
hr {
	height: 1px;
	color: #CCCCCC;
	}
.stylered {
	color: #FF0000;
	}