/* CSS Document *//*===================================             Styles for tags===================================*/body {	margin: 0px;	padding: 0px;}/*==========================================			Styles for topnav class==========================================*/.topnav {	width: 800px;	height: 79px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 9px;	font-weight: bold;	color: #ffffff;	background: #242578;	border-bottom: 1px solid #a3a3d5;}.topnav a {	color: #ffffff;	text-decoration: none;}.topnav a:hover {	text-decoration: underline;}.topnav img {	float: left;}.topnav div {	float: right;	height: auto;	padding-right: 15px;	padding-top: 60px;	padding-bottom: 5px;}/*===========================================			Styles for leftnav class===========================================*/.leftnav {	float: left;	height: 161px;	width: 150px;	margin-top: 0px;	padding-top: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	color: #ffffff;	background: #4345ac;}.leftnav a {	display: block;	padding-top: 5px;	padding-bottom: 5px;	padding-right: 10px;	border-bottom: 1px solid #a3a3d5;	color: #ffffff;	font-weight: bold;	text-decoration: none;	text-align: right;}/* if no link in top spot, then border-top to 1px. */#leftnavTop {	border-top: 0px solid #a3a3d5;}.leftnav a:hover {	background: #a3a3d5;	border-bottom: 1px solid #4345ac;}/*===========================================     		Styles for content===========================================*/.container {	width: 810px;}.leftContent {	float: left;	margin-top: 0px;	height: 275px;	width: 800px;	background: #4345ac;}.photo {	margin: 0px;	border-right: 49px solid #4345ac;}.paraheader {	width: 650px;	height: 30px;	background: #242578;	margin: 0px;	padding-left: 150px;}#firstgraph {	margin-left: 150px;}#firstbox {	margin-left: 0px;}.content {	float: left;	height: 255px;	width: 180px;	margin-top: 0px;	margin-right: 7px;	padding-top: 10px;	padding-left: 10px;	padding-right: 10px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 1.5;	color: #242578;	background: #a3a3d5;}.content a {	color: #242578;	font-size: 11px;	font-weight: bold;	text-decoration: none;}.content a:hover {	color: #4345ac;}/*===========================================     		Styles for footer===========================================*/.footer {	float: left;	width: 800px;	height: 80px;		background: #ffffff;}.footer span {	float: right;	width: 300px;	margin-top: 32px;	margin-right: 10px;	text-align: right;	color: #242578;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;}.footer img {	float: right;	margin-right: 10px;	margin-top: 10px;}