
a.nav {
	text-decoration: none;
	color: #093178;
	font-size: 11px;
	font-weight: bold;
	}

/* ------------- sidebar styles */
#sidebar {
	float: left;
	clear: both;
	background-color: #f0f4f7;
	width: 180px;
	height: 1250px;
}

#sidebar p {
	margin-top: 30px;
}

#sidebar ul {
	list-style: none;
	margin-top: 30px;
}

#sidebar li {
	line-height: 2em;
}

/* ------------- body central content styles */
#central_content {
	float: left;
	width: 620px;
	background: white;
	margin-left: -1.5px;
	height: 1250px;
	
}

#central_content ul {
 	list-style: circle;
	font-size: 12px;
 	font-family: "Verdana", Arial, sans-serif;
 	color: #3d3e41;
	line-height: 1.4em;
	margin: 10px 40px 0px 65px;
	
  }
  

h1 {
	font-size:14px;
	font-weight: bold;
	margin: 20px 30px 0px 40px; 
	padding: 0;
	color: #093178;
	font-family: "Verdana", Arial, sans-serif;
}


h2 {
	font-size:12px;
	margin: 10px 20px 10px 40px; 
	color: #093178;
	font-family: "Verdana", Arial, sans-serif;
}


h3 {
	font-size:11px;
	margin: 25px 20px 0px 40px; 
	color: #093178;
	font-family: "Verdana", Arial, sans-serif;
}
/* ------------- checkbox styles */


#requestfree p {
	font-size:12px;
	line-height: 1.4em;
	margin: 5px 40px 0px 65px;
	font-family: "Verdana", Arial, sans-serif;
 	color: #3d3e41;
	
}


#checkbox p {
	line-height: 1em;
	margin-left:58px;
	}
#checkbox p.cbheading {
	color: #093178;
	line-height: 1em;
	font-weight:bold;
	margin-left:36px;
}
