body {
font-size: 12px;
 font-family: Tahoma,  Arial, sans-serif;
}
h1,h2, h3, p {margin: 0 10px}
p { line-height: 120%; padding-bottom:1em; }
h1{font-size: 250%;color: #FFF;  padding-bottom: 10px; }
h2{font-size: 200%;color: #f0f0f0; }
h3{font-size: 140%;color: #f0f0f0; }


h2, h3{padding-top: 0.3em; line-height:99%; padding-bottom: 0.5em;}
div#mainDiv{ 
	margin: 0 10%;
	background: #BFD3FF;
	height: 80%;
}

b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #BFD3FF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


ul {
  margin-top: 0px;
  padding-top: 0px;
}
li {
 line-height: 20px;
	list-style:none;


}
A:link {text-decoration: none; color: #006666;}
A:visited {text-decoration: none; color: #006666;}
A:active {text-decoration: none; color: #006666;}
A:hover {text-decoration: underline; color: #006666;}


.pic {
	overflow: hidden;

}

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:14px;
	font-weight:bold;
	}

.menu ul{
	background:#006666;
	height:25px;
	list-style:none;
	margin:0;
	padding:0;
border-left: 0px solid #3bb3c3;
	}
	.menu li{
		float:left;
		padding:0px;
border-right: 1px solid #BFD3FF;
		}
	.menu li a{
		background:#006666 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:25px;
		margin:0px;
		/* top/bottom , Left/Right padding */
		padding:0px 25px;
		text-align:center;
		text-decoration:none;

		}
		.menu li a:hover, .menu ul li:hover a{
			background: #3bb3c3 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#006666;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:196px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
				
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:196px;
border-bottom: 1px solid #ffffff;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		/* drop menu height */
		height:25px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 25px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#3bb3c3 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		