/* NextStudent Network Template style
 
			Change these colors: body {background-color}, .leftNav {background-color}, .topNav {background-color}, 									.footerNav {background-color}, .applyBT {background-color}
			Change these images: .content {background-image}, .branding {background-image}  */

body {
	margin: 0px;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.h3content
{
	color:#000000;
	font-weight:bold;
	font-size:1.4em;
}
h3 {
	margin: 0px;
	padding-bottom:5px;
	font-size:15px;
	color:#FFFFFF;
	text-align:left;
}
h4 {
	color: #333333;
	font-size:12px;
	margin:0px;
	padding-top:3px;
}
a {
	color:#000000;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
ul {
	margin:0px;
	padding-top:5px;
	padding-left: 17px;
}
li {
	list-style: square;
	color:#FFFFFF;
	text-align:left;
	padding-top:3px;
	
}
li a:link{
	text-decoration: none;
	color: #FFFFFF;
}
li a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
li a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
hr {
	height: 1px; 
	border-style: dashed; 
	border-color: #cccccc; 
	color:#cccccc; 
	background: #cccccc; 
	border-right-width: 0; 
	border-bottom-width: 0;
	margin-top: 10px;
}

.container {
	background-color:#FFFFFF;
	margin-top:10px;
}
.branding {
	background-image:url(images/NextStudentNetwork-logo.jpg);
	background-repeat:no-repeat;
	height:100px;
	width:720px;
}
.topNav {
	background-color:#006599;
	height:25px;
	padding-left:10px;
}
.topNav a {
	color:#FFFFFF;
	text-decoration: none;
}
.topNav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.vert {
	padding-left:5px;
	padding-right:5px;
	color:#FFFFFF;
}
.leftNav {
	background-color:#0e90b4;
	width:180px;
	padding:10px;
	height:100%
}
.leftNavShell {
	padding:10px;
	width:205px;
	vertical-align:top;
	
}
.ad {
	background-image:url(images/LowestRate.jpg);
	background-repeat:no-repeat;
	width:530px;
	height:260px;
	margin:0px;
}

.content {
	padding:10px;
	border:2px solid #7fe0fc;
	width:441px;
	margin-left:9px;
	margin-bottom:10px;
}
.footerNav {
	background-color:#006599;
	height:25px;
	padding-left:10px;
}
.footerNav a {
	color:#FFFFFF;
	text-decoration: none;
}
.footerNav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.copyRight {
	padding-left:10px;
	font-size:10px;
	color:#999999;
}
.BBB {
	padding: 5px;
	}
.content ul {
	margin:0px;
	padding-top:5px;
	padding-left: 17px;
}
.content li {
	list-style: square;
	color:#000000;
	text-align:left;
	padding-top:3px;	
}
.content ul li a{
	color:#000000;
	text-decoration: underline;
}

	