<style type="text/css">
body {
	margin: margin-top: 5px; margin-right: 5px; margin-bottom: 5px; margin-left: 2px; ;
	padding: 5;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	background: #000066;
	}
a:link {
	color: #000066;
	}
a:visited {
	color: #369;
	}

/* layout */

#wrap {
	min-width: 10px;
	max-width: 2000px;
	background: url(img/wrap-bg.png) repeat-y 70% 0;
	}
#content {
	font-family: Verdana, sans-serif;
	float: left;
	width: 70%;
	font-size: 90%;
	color: #333;
	font-weight: normal;
	line-height: 1.5em;
	}
#sidebar {
	font-family: Verdana, sans-serif;
	float: right;
	font-size: 90%;
	width: 30%;
	}
#footer {
	clear: both;
	background: #FFFFFF url(img/footer-bg.png) repeat-x top left;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	background: url(img/content-bg.png) repeat-x top left;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	border-bottom: 3px solid #FFFFFF;
	background: #FFFFFF url(img/header-bg.png) repeat-x top left;
	}
#header h1 {
	margin: 0;
	padding: 63px;
	font-family: Georgia, serif;
	font-size: 175%;
	color: #000000;
	text-align: center;
	background: url(img/top_banner.png) no-repeat top left;
	}
	
/* message row */

#message {
	margin: 0;
	padding: 5px;
	font-size: 90%;
	color: #FFFFFF;
	text-align: right;
	background: #000066 url(img/message-bg.gif) repeat-x top left;
	}
#message strong {
	padding: 0 0 0 28px;
	text-align: right;
/*	background: url(img/pretzel.gif) no-repeat 0 50%; */
	}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #000066;
	font-weight: normal;
	}
#content h3 {
	margin: 0;
	padding: 8px;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	}
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(img/photo-frame.gif) no-repeat bottom right;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}

/* sidebars */

.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #000000;
/*	background: #fff url(img/box-b.gif) no-repeat bottom right; */
	}
.box h3 {
	margin: 0;
	padding: 2px;
	font-family: Georgia, serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
/*	background: url(img/box-t.gif) no-repeat top left; */
	}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 2px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(img/li-bullet.png) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}

/*  IE fixes */

#content, #sidebar, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 

/* forms */

label{
float: left;
width: 150px;
font-weight: bold;
}

label.edit_membership{
float: left;
width: 200px;
font-weight: normal;
}

input{
} 

.text{
width: 40px;
margin-bottom: 4px;
}

.textarea{
width: 220px;
margin-bottom: 4px;
}

.boxes{
width: 2em;
}

select { font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
margin-bottom: 4px;
/* width: 220px; */
}

.button {
margin-left: 150px;
margin-top: 5px;
width: 100px;
}

br{
clear: left;
}

/* 
border: #000000; 
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px; 
border-bottom-width: 1px; 
border-left-width: 1px 
*/
 /*menu styles */

#dropmenudiv{
position:absolute;
background-color: #FFFFFF;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:16px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C0C0C0;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #E5E5E5;
}


</style>