body {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 170%;
	color: #454545;
	font-size: 90%;
	background: #02A0D3;
		margin-top: 20px;
	
}

h1{
	display: inline;
}

h2{
	color: #11D302; 
	font-size: 180%;
	font-weight: normal;
	line-height: 120%;
}

h3{
	color: #11D302;
}

#page{
	width: 870px;
	background-color: white;
	border: 4px solid #028CD3;	
	min-height: 200px;	
	margin: 0pt auto;
}

#header
{
	background: #019FD3 url(header_bg.gif) repeat-x;
	height: 100px;
	width: 100%;
	
}

#top_menu
{	
	float: right;
	color: white;	
	padding-right: 20px;	
	font-size: 120%;
}

#top_menu > li
{
	display: inline;
	list-style: none;		
	padding-left: 10px;
}

#top_menu > li > a
{
	color: white;
	text-decoration: none;
}

#content
{
	margin: 0px 20px 0px 20px;
}

#content_center{
	
}

#content_right
{
	float: right;
	width: 280px;
}

#footer
{	
	width: 100%;
	background: #028CD3;
	color: white;
	min-height: 20px;
	font-size: 80%;	
}
#footer > p
{
	clear: both;
	margin: 0px;
	padding-left: 20px;
}

hr{
	background: #E1E1E1 url(horiz_gray_separator.gif) repeat-x;
	height: 22px;
	border: none;
	margin-bottom: 20px;
}


/* Borrowed from Garland */



img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}
