/* CSS Document */

body
{
	padding: 0px;
	margin: 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	

	background: rgb(86, 157, 141);
}

td
{
	/*background: white;*/
}

a
{
	color: #155E65;
}

#overtopmenu
{
	background: #479180;
	width: 250px;
	
	padding: 5px 20px;
}

#top2
{
	
	background: url(../top2-bg.jpg) no-repeat;
	height: 306px;
	
	color: white;
}

#top2 a
{
	color: white;
}

#divtop2
{
		 padding: 0px 50px;

}
#top2 h1
{
	color: white;
	border: none;
	
	 font-style: italic;
	 
	 font-size: 20px;
}

#leftcol
{
	background: #e5e5e5;
	vertical-align: top;
	padding: 5px;
}

#rightcol
{
	background: #e5e5e5;
	vertical-align: top;
}

#rightcol a
{
	text-decoration: none;
	width: 297px;
}

#rightcol a:hover
{
	text-decoration: underline;
}

#rightcol ul
{
	margin: 0px; 
	padding: 0px 0px 0px 30px;
	font-weight: bold;
}
#rightcol ul ul
{
	padding: 0px 0px 0px 30px;
	font-weight: normal;
}
#rightcol ul ul ul
{
	font-style: italic;
}

#rightcol li
{
	padding-top: 13px;
}

#rightcol li li
{
	padding-top: 1px;
}

#inner
{
	padding: 10px 30px;
	background:url(../inner-bg.jpg) 0px 1px no-repeat white;
	text-align: justify;
}

p
{
	line-height: 20px;
}

a.home
{
	background:url(ico-home.gif) no-repeat 0px 2px;
	
	padding-left: 20px;
	
	font-size: 11px;
	color: white;
}

h1, h2, h3, h4, h5, h6
{
	color: #155E65;
	text-align: left;
}

h1
{
	font-size: 22px;
		
	padding: 0px 0px 10px 0px;
	
	border-bottom: 1px solid #c8c8c8;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

#bottom1
{
	padding: 20px 30px;
	background: #155e65;
	
	color: white;
	
	font-size: 12px;
	
	text-transform:lowercase;
}

#bottom1 a
{
	color: white;
	margin: 0px 0px;
	text-decoration: none;
}
#bottom1 a:hover
{
	text-decoration: underline;
}

#bottom2
{
	background: #408d7b;
	color: white;
	font-size: 12px;
	text-align: center;
}
#bottom2 a
{
	color: white;
	
}

.current
{
	color: #C00;
}
