body  {
	margin:  0;
	padding:  0;
	color:  #333333;
	background-color: white;
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 19px;
	}
h2 {
	margin-bottom: 35px;
	margin-top: 25px;
	}
h4 {
	font: 12px verdana, arial, helvetica, sans-serif;
	}
h4+p {
	margin-top: -8px;
	}
p+h4 {
	margin-top: 25px;
	}
a {
	text-decoration: none;
	}
a:link 
{
	background-color: transparent;
	color: #0033FF;
	}
a:visited 
{
	background-color: transparent;
	color: purple;
	}
a:active {
	background-color: transparent;
	color: red;
	}
#banner {
	padding:  15px 200px 15px 200px;
	margin-bottom: 25px;
	background-color: #336699;
	
	border-bottom: 1px solid #330066;
}
.bannertxt {
	line-height: 28px;
	font-size: 26px;
	font-family: Lucida Grande, verdana, arial, helvetica, sans-serif;
	color: white;
	background-color: transparent;	
	}
.bannertxt a:link, .bannertxt a:visited 
{
	font-weight: bold;
	color: #C4D4FF;
	background-color: transparent;
	}
#content  {
	padding:  0 10% 50px 200px;
	}
#sidebar  {
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 19px;
    	padding:  0px 200px 0px 15px;
 	color:  #333333;
    	background-color: white;
    	min-width: 50px;
	}
#wrapper  {
	float:  left;
	width:  60%;
	border-right: 1px dotted #330066;
	color: #111111;
	background-color: white;
	margin:  0px 25px 0 0;
	min-height: 400px;
	}
#widewrapper  {
        float:  left;
        width:  850px;
        border-right: 1px dotted #330066;
        color: #111111;
        background-color: white;
        margin:  5px 25px 0 0;
        min-height: 500px;
}
