﻿html, body, form
{
	width: 100%;
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000;
	background-color: #093;
}

.cea-layout
{
	width: 760px;
	margin: 0 auto 0 auto;		
}

.cea-header
{
	width: 100%;
	height: 165px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

.cea-main
{
	float: left;
	width: 740px;
	padding: 10px;
	background-color: #fff;		
}

.cea-left
{
	float: left;
	width: 160px;
	padding: 0 10px 0 0;
	background-color: #fff;
}

.cea-left a
{
	display: block;
	width: 140px;	
	padding: 10px;
	margin: 0 0 2px 0;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #eee;
	color: #093;
}

.cea-left a:hover
{
	background-color: #ddd;
}

.cea-left a.cea-selected
{
	color: #fff;
	background-color: #093;
}

.cea-left a.cea-selected:hover
{
	background-color: #3C6;
}

.cea-contents
{
	float: left;
	width: 559px;
	padding: 0 0 0 10px;
	border-left: solid 1px #ccc;
	background-color: #fff;
}

.cea-contents a
{
	color: #093;
	font-weight: bold;
	text-decoration: underline;
}

.cea-contents h1
{
	width: 560px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	font-size: 16px;
	color: #093;
	padding: 0 0 6px 0;
	border-bottom: solid 1px #ccc;
}

.cea-contents ul
{
	list-style-image: url(images/arrow-right.gif);
}

.cea-map
{
	width: 560px;
	height: 320px;
}

a.cea-readall
{
	padding: 2px;
	border-top: solid 1px #093;
	border-bottom: solid 1px #093;
	text-decoration: none;
}

a.cea-readall:hover
{
	background-color: #eee;
}

.cea-floatright
{
	float: right;
	margin: 0 0 10px 10px;
}

.cea-footer
{
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	width: 740px;
	text-align: center;
	background-color: #093;
	color: #ccc;
}

.cea-footer a
{	
	color: #ccc;
	text-decoration: none;
}

.cea-footer a:hover
{
	text-decoration: underline;
}