/* Main Structure */
body {
	background-color: #e5e5e5;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica;
	font-size: 0.8em;
}
.ckeditor_texarea_body{
  background-color: #ffffff;
}


p, input, textarea {
	font-size: 1.0em;
	color: #505050;
	line-height: 1.5em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.newsbox {
	font-size: 0.9em;
	line-height: 1.1em;
	text-align: left;
}

.newsbox-right {
	font-size: 0.9em;
	line-height: 1.1em;
	text-align: right;
}

a, legend {
	color: #0296a1;
	text-decoration: none;
}

a:hover {
	color: #008d4b;
	text-decoration: none;
}


.center {
	text-align: center;
}
ul {
    list-style: disc;
    margin-left: 20px;
}
li {
	color: #0296a1;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	color: #008d4b;
	text-align: left;
	font-weight: normal;
	letter-spacing: -2px;
	font-family: Arial;
}


h2 {
	font-size: 1.4em;
	color: #008d4b;
	text-align: left;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Arial;
	margin-bottom: -3px;
}

h3 {
	font-size: 1.8em;
	color: #39425e;
	text-align: right;
	font-weight: normal;
	font-family: helvetica, verdana;	
	padding-right: 20px;
	line-height: 1.3em;
}

.lightblue {
	color: #188d9b;
}

.blue {
	color: #008b99;
	font-weight: bold;
}


a.footer {
	color: #ffffff;
	font-size: 0.85em;
	text-align: right;
}


.box {
	border-width: 2px 2px 2px 2px;
	border-collapse: collapse;
	border-color: #008b99;
	border-style: solid;
}


hr {
	color: #fedd41;
	background-color: #fedd41;
	height: 1px;
	text-align: center;
}

.maintable {
	background-color: #ffffff;
	border-width: 1px;
	border-collapse: separate;
	border-color: #bcbcbc;
	border-style: solid;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td.yellow {
	background-image: url('images/yellow-fade.jpg');
	background-repeat: repeat-x;
}

.foot {
	background-image: url('images/footer-bkg.jpg');
	background-repeat: repeat-x;
}


