@import "rte.css";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;	
	margin: 0px;
	background-color: #cce0eb;
		overflow: -moz-scrollbars-vertical;
}

img {
	padding-right: 0px;
}

a img {
border: none;
}


h1, h2, h3, h4, h5, h6 {
#	font-family: serif;
font-family:Arial,Verdana,"sans serif";
	color: #0a8acb;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 a {
	text-decoration:none;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0a8acb;
}



#wrapper {
	background-color: #FFF;		
	margin:0px auto 20px auto ;
	padding: 0px 0px 0px 0px;
	width: 960px;
}

#banner {
	margin: 0px;
	padding: 0px;
	background-color: #0a8acb;
}	

#topmenu {
	margin: 0px;
	padding: 5px;
	height: 1em;
	background-color: #0a8acb;
	font-size: 0.9em;
	padding-left: 180px;

}

#topmenu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}


/************************************/
/********************************************/
/********************************************/
/********************************************/

#nav, #nav ul {
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #0a8acb;
	height:1em;
}

#nav a {
	display: block;
	margin: 0px;
	padding:0px;
}
#nav li li a {
	padding: 5px;
}
#nav li li a:hover {
	background-color: #a0cadf;
	text-decoration:none;
}

#nav li {
	float: left;
	margin-left: 30px;
	background-color: #0a8acb;
	padding: 0 0 0.6em 0;
	_padding: 0;
	z-index:3;
	position:relative;
	
}
#nav li li {
	padding: 0px; margin: 0px;
	width: 15em;
	display:block;
	clear:both;
}

#nav li ul {
	padding: 5px 0 0 0 ;
	position: absolute;
	top:1.6em;left:0em;
	_top:1em;
	display:none;
	width: 15em;
	font-size: 0.95em;
	height:auto;
	width:auto;
border:1px solid #000;
_border:none;
border-top:none;
z-index:2;
}



#nav li ul ul {
position: absolute;
height:auto;
top:0px;
margin-left:15.8em;
border:1px solid #000;
background-color: #0F0;
width: 15em;
padding: 0px;
display:none;
z-index:1;
}


#nav li:hover ul ul, #nav li.sfhover ul ul {
	display:none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	display:block;
}


/********************************************/
/********************************************/
/********************************************/
/********************************************/


#left {
	width: 200px;
	margin: 0px;
	float:left;
	background-color: #FFF;

}

#left h1 {
font-size:14px;
}


.leftmenu {
	background-color: #a0cadf;
	font-size: 85%;
	padding: 5px;
	margin-bottom: 5px;
}

.navleft  {
	margin: 0px;
	padding: 5px;
	color: #20287e;
	font-size: 85%;
	list-style-type:none;
}
.navleft a {
	color: #20287e;
	display:block;
	padding:5px 5px 5px 0px;
	border-bottom: 1px solid #80b6d1;
	text-decoration:none;
}

.navleft a:hover{
	color: #ecf4f9;
}

#leftnews {
	margin-top: 10px;
	font-size:  85%;
	padding: 5px;
	background-color: #f5faf8;
}

#leftnews h2{
	margin: 0px;
}
.newsentry {
	margin-top: 10px;
}
.newsentry p {
	font-size: 85%;
	margin: 0px;
}
.newsentry a{
	text-decoration: none;
	color: #006666;
	font-size:85%;
}
.newsdate {
	font-size: 85%;
	margin: 0px;
}
	

#center {
	background-color: #FFF;
	float:left;
	width: 560px;
	margin: 0px;
	padding: 0px 0px 25px 0px;
}



#mailform input, #mailform textarea {
border: 1px solid #808080;
}



#right {

	background-color: #FFF;
	width: 200px;
	margin: 0px;
	float:left;
	float:left;
}

#right h1 {
font-size:14px;
}

#logo {
	margin-bottom: 10px;
}

.submitbutton {
	background-color: #98c7b1;
	color: #FFF;
	font-weight: bold;
}

#internerlogin {
	background-color: #f1f1f1;
	padding: 5px;
}

#internerlogin form {
	margin-top: 10px;
	font-size: 60%;
	font-weight: bold;
	margin-bottom: 10px;
}

#internerlogin label  {	
	color: #666;
}

#internerlogin input  {
	border: 1px solid #CCC;
}

#newsletter {
	margin-top: 10px;
	background-color: #f1f1f1;
	padding: 5px;
}

#newsletter div {
	font-size: 60%;
	font-weight: bold;
	color: #666;
}

#newsletter form {
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#newsletter label {
	display:block;
	margin: 0px;
	color: #666;
}

#newsletter input  {
	border: 1px solid #CCC;
}

#bottom {
	clear:both;
	margin: 0px;
	padding: 0px;
}

#bottomtext {
	display:block;
	text-align:center;
	color: #FFF;
	background-color: #0a8acb;
	margin:0px;
	margin-top:10px;
	padding: 0px;
	font-weight: bold;
	text-align:center;
}

/*********************************/

#breadcrumb_tail {
	font-size: 65%;
	padding: 10px;
}
#breadcrumb_tail a {
	color: #000766;
	text-decoration:none;
}


#content {
	line-height:120%;
	font-size: 0.80em;
	padding: 10px;
}

#content table {
vertical-align:top;
}

#content h2 {
	color: #0a8acb;
}
#content a:link{
color: #0a8acb;
text-decoration:none;
}
#content a:visited{
color: #0a8acb;
text-decoration:none;
}
#content a:hover{
color: #0a8acb;
text-decoration:underline;
}
#content a:active{
color: #0a8acb;
text-decoration:none;
}