html
{
	margin:0;
	padding:0; 
	text-align: center; 
}

body
{
	font-family: Verdana;
	font-size: 11px;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 5%;
	background-color: #000022;
	background-image: url(../images/blbrn.gif);                 /* url(../images/bg-crystal2.gif); */
    
}

#header
{
	background-color: transparent;
	color: white;
	font-size: 20px;
	font-family: Georgia;
	padding: 5px;
	font-style: italic;
}


/*-------------- Content ----------------------*/
#wrapper 
{
	width: 760px;
	margin: 11px auto;
	text-align: left;
	padding: 5px;
	border: 1px none #88AA77;
	background-color: White;  
	/* background: url(../images/bg_bot-small.gif); */
}


#content
{
	padding-right: 11px;
	float: right;
	width: 550px;
	font-family: Verdana;
	padding-bottom: 20px;
	background-color: transparent; 
	/* background: url(../images/bg_bot-small.gif);  */
}

#content h3
{
	border-bottom: 1px solid 	#000066; /* #BCE27F; */
	font-size: 14px;
	font-family: Verdana;
	color: #660000;
	margin-bottom: 4px;
}


#content h4.green 
{
	font-size: 11px;
	font-family: Verdana;
	color: green;
	text-indent : 20px;
}


#content h4
{
	font-size: 14px;
	font-family: Verdana;
	color: Red;
	/* text-align : center; */
	text-indent : 0px;
}

#content h5
{
	margin: 0px;
	padding: 0px 0px 4px 15px;
	font-size: 11px;
	/* text-decoration: underline;
	*/
	font-weight: normal;
}

#content h6
{
	margin: 0px;
	padding: 0px 0px 4px 15px;
	font-size: 12px;
	/* text-decoration: underline;
	*/
	font-weight: normal;
}

#content img
{
	display: inline;
	float: left;
	margin: 5px;
	border-width: 0px;
}

#content a
{
	text-decoration: none;
	color: Blue;
	border-bottom: 1px dashed #88AA77;
}


#left
{
	float:left;
	width: 150px;
	padding: 2px;
}

#left li
{
	list-style-type: none;
}

#left li p
{
	font-size: 11px;
	border-bottom: 1px solid #BCE27F;
	font-weight: bold;
	color: #88AA77;
}

#left li a
{
	text-decoration: none;
	font-size: 11px;
	font-family:  Verdana, Georgia;
	color: #88AA11;
}

#left li a:hover
{
	border-bottom: 1px dashed #88AA77;
	color: #000000;
}

#left li a.on
{
	border-bottom: 1px dashed #88AA77;
}


#sidenote
{
	float: left;
	width: 150px;
	padding: 0; /* background: url(../images/bg_liteblue.gif); */
	background: url(../images/img4b.jpg);
	border-color: White;
	background-color: White;
}

#sidenote h3
{
	border-bottom: 1px solid 	#990000; /* #BCE27F; */
	font-size: 11px;
	color: #4169E1; /*  #88AA77; */
	font-family: Verdana;
	font-weight: bold;
	background-color: transparent;
}

input
{
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: 11px;
	border-color: #88AA77;
	background-color: #FFFFFF;
}

#footer
{ 
	border-top: 1px solid 	#990000;	
	clear: both;
	text-align: center;
	background-color: #EFF1E6;
}

#footer a
{
	text-decoration: none;
}