body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #002255;
	background-color: #3DA1DD;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 14px;
}

#container {
	position:relative; top: 0px; width:710px;
	margin: 0 auto;
}

#banner {
	position:relative;
	height:80px;
	width:700px;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding:5px;
	background:#036 url(images/banner-bak.jpg);
	border: 0px none;
}

#title { float:right; font-size: 24px; }
#nav-menu {
	position:relative;
	padding: 2px;
	background-color: #FFCC66;
	text-align:center;
}

#content {
	position:relative;
	padding: 5px 10px 5px 10px;
}

#plan-description { float:left; width: 45%}

#plan { float:right; width: 50%}

#footer {
	clear:both;
	position:relative;
	margin: 0 auto;  
	width:706px;
	padding: 2px;
	text-align:center;
	font-size: 10px;
	background-color: #EBF4F5;
}
	
/*style links*/
a:link {
	text-decoration: none; 
	color: #0000dd;
}

a:active {
	color: #ccccFF;
}

a:visited {
	color: #338899;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	background: #ffffff;
	}

a.nav {text-decoration:none;}
a.nav:hover {color:#000066; background:#D2EEFF; text-decoration:underline;}

.topic-header {
	font-size: 18px;
	font-weight: bold;
}
.order-text {
	font-weight: bold;
	background-color: #FFCC66;
	padding:5px;
}
