/* CSS Document */body {	margin:0;}/* IDs */#top_container {	background-color:black;	width:100%;	height:35px;	margin:0 auto;	text-align:center;}#nav_container {	width:560px;	margin:0 auto;	text-align:center;	border-right:1px solid white;}#container_middle {	width:100%;	height:auto;	float:left;}#background {	background-color:#692A79;	height:320px;	width:100%;	padding-top:10px;}#background-inside {	background-image:url(images/background-inside.jpg);	background-repeat:repeat-x;	width:100%;	min-height:185px;}#logo {	width:650px;	margin: 0 auto;	text-align:center;}#logo-inside {	width: 260px;	float:left;	padding:5px;}#content {	width: 700px;	padding:5px;	text-align:left;	margin-left:280px;}#nav_button {	border-left:1px solid white;	width:120px;	padding:5px;	float:left;}#footer-fp {	background-color:white;	width:95%;	border-top: 1px dashed #999999;	margin:0 auto;	text-align:center;}#footer {	background-color:white;	width:100%;	border-top: 1px solid #999999;	float:left;	text-align:center;}#profile-window {	background-image:url(images/background-profile.jpg);	background-repeat:repeat-x;	width:650px;	border:1px solid #CCCCCC;}/*Classes */.navigation a{	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;	font-size:10pt;	color:white;}.navigation a:hover {	color:#32d086;}.navigation a:visited {	color:#FFFFFF;}.heading {	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;	font-size:160%;	font-weight:lighter;	color:#692A79;}.subheading {	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;	font-weight:lighter;	font-size:140%;	color:#333333;}.body {	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;	font-weight:lighter;	font-size:10pt;	color:#333333;}.img-framed {	padding:3px;	border:1px solid #32d086;}.quote {	color:#692a79;	font-style:italic;	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;	font-size:12pt;	}/*Styles */h2 {	font-family:"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;	font-size:160%;	font-weight:lighter;	color:white;	line-height:1em;	border-bottom:1px solid #32d086;}a {	color: #692a79;	text-decoration:none;}a:visited {	color: #692a79;}a:hover {	color: #32d086;	text-decoration:underline;}a:active {	color: #CCCCCC;}
