html, body {	height: 100%;}body {	background-color: #E5E5E8;	margin: 0;	font-family: 'verdana', arial, non-serif;	font-size: .9em;	color: #F5F5FF;}/* LINKS */.nav, .nav:link, .nav:visited{	color: #000000;	text-decoration: none;}a.nav:hover{	color: #cc3333;	text-decoration: underline;}/* LAYOUT */div.container {	width: 100%;	height: 100%;}div.header {	width: 100%;	float: left;	text-align: center;	padding: 0 0 12px 0;}div.content {	width: 792px;	height: 100%;	text-align: center;	margin-left: auto;	margin-right: auto;}div.content_left {	width: 144px;	height: auto;	float: left;}div.content_right_title {	width: 100%;	float: left;	text-align: left;	font-size: 1.4em;	font-weight: bold;	margin: 0 0 12px 0;	color: #CCCCFF;}div.content_right {	width: 624px;	height: 444px;	float: right;	text-align: left;	overflow: auto;	color: #F5F5FF;}div.footer {	width: 100%;	height: auto;	float: left;	margin: 3px 0 0 0;	padding: 3px 0 0 0;	text-align: center;	font-size: .7em;	color: #F5F5FF;	border-top: solid 1px #ccccff;}p {	margin: 0 12px 12px 0;	font-size: .9em;}h1 {	font-size: 1.4em;	font-weight: bold;	margin: 0 0 12px 0;	color: #000;}h2 {	font-size: 1.2em;	font-weight: bold;	margin: 0 0 12px 0;	color: #CCCCFF;}/* NAVIGATION */a.nav_1, a.nav_1:link, a.nav_1:visited, a.nav_1:active {	display: block;	width: 144px;	height: 1.4em;	line-height: 1.4em;	background: #000033;	margin-top: 1px;	text-align: left;	text-decoration: none;	text-indent: 3px;	font-family: trebuchet, arial, non-serif;	font-size: .8em;	color: #CCCCFF;	overflow: hidden;}a.nav_1:hover {	background: #000033;	color: #F5F5FF;}a.nav_2, a.nav_2:link, a.nav_2:visited, a.nav:active {	display: block;	width: 144px;	height: 1.2em;	line-height: 1.2em;	background: #000033;	margin-top: 1px;	text-align: left;	text-decoration: none;	text-indent: 9px;	font-family: trebuchet, arial, non-serif;	font-size: .7em;	color: #CCCCFF;	overflow: hidden;}a.nav_2:hover {	background: #000033;	color: #F5F5FF;}span.caption {	display: block;	width: 144px;	height: 1.2em;	line-height: 1.2em;	background: #000033;	margin-top: 1px;	text-align: center;	text-decoration: none;	text-transform: uppercase;	font-family: trebuchet, arial, non-serif;	font-size: .7em;	font-weight: bold;	color: #CCCCFF;	overflow: hidden;}