/*
Copyright (c) 2008, webFEAT.net
http://www.webfeat.net
version: 1.0
Latest Modification: 8/10/2008
*/
body {
	background:#072a5e;
	font-family:arial, verdana, sans-serif;
}

#wrapper {
	margin:0 auto;
	width:1000px;
	background:#FFF;
	border-left:5px solid #bebebd;
	border-right:5px solid #bebebd;
}

/* Left Column Styles */
#leftcolumn{
	width:721px;
	float:left;
	padding-left:16px;
}

#header{
	position:relative;
	width:721px;
	height:143px;
	background:url(../App_Images/header-bg.jpg) no-repeat;
}

#header a.logo{
	position:absolute;
	top:26px;
	left:25px;
	display:block;
	width:240px;
	height:100px;
	background:url(../App_Images/blank.png) repeat;}


#header p{
	width:286px;
	color:#b9b9b9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	text-align:center;
	padding:30px 0 0 340px;
}
#main-navigation ul{
	width:721px;
	background:#f7f7f7;
	text-align:center;
	border-bottom:3px solid #072a5e;
}

#main-navigation ul li{
	display:inline;
	padding:0 8px 0 8px;
	line-height:22px;
}

#main-navigation a{
	color:#817d78;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#main-navigation a:hover{
	text-decoration:underline;
}


/* Right Column Styles */
#rightcolumn{
	width:228px;
	float:right;
	background:#f2f2f1;
	border-top:12px solid #8a8d8f;
	margin-right:16px;
}

#rightcolumn img{
	padding:10px 0 18px 11px;
}

#rightcolumn h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffb515;
	font-size:22px;
	padding-left:11px;
}

#rightcolumn p{
	color:#817d78;
	font-size:13px;
	line-height:18px;
	padding:0 12px 3px 11px;
}
#sign-up{
	width:207px;background:#FFF url(../App_Images/sign-up-bg.jpg) repeat-x top;min-height:125px;border:1px solid #bebebd;border-bottom:3px solid #bebebd;margin:0 auto 6px;}

#sign-up h3{color:#FFF;font-family:Georgia;font-size:20px;padding:2px 0 0 5px;}
#sign-up table{font-size:12px;font-family:Arial;color:#8b8e90;width:100%;margin:8px 0;}
#sign-up table td{padding:6px;}
#sign-up .size192{width:192px;border:1px solid #8b95a3;}
#sign-up .alignRight{text-align:right;}

.readmore a{
	font-family: "Times New Roman", Courier, Garamond, serif;
	color:#ffb515;
	text-decoration:none;
	background:url(../App_Images/bullet.gif) center left no-repeat;
	padding-left:10px;
}

.readmore a:hover{
	text-decoration:underline;
}


/* Footer Styles */
#footer{
	background:#cccccc url(../App_Images/footer-logo.gif) top right no-repeat;
	border-top:9px solid #003f78;
	height:160px;
	clear:both;
	text-align:center;
}

#footer ul{
	width:100%;
	padding-top:10px;
}

#footer ul li{
	display:inline;
	border-right:1px solid #666666;
	padding:0 8px 0 10px;
}

#footer p{
	color:#8b8e8f;
	font-size:11px;
	padding-top:10px;
}

#footer a{
	color:#666666;
	font-size:13px;
	text-decoration:none;
}

#footer p a{
	color:#8b8e8f;
	font-size:11px;
	text-decoration:underline;
}

#footer p a:hover{
	color:#003f78;
}

#footer a:hover{
	text-decoration:underline;
}

#wrapper li.lastitem{
	border:none;
}

#tabledata {padding-left:36px;}