body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color:#000000;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 142px 0 0 0;
	background-image: url(../images/VASGBI-COMPOSITE.jpg);
	background-repeat: no-repeat;
	background-position: center top;

	border-left: 2px solid #722100;
	border-right: 2px solid #722100;
	border-bottom: 2px solid #722100;


}




#content {

	top: 20px;
	margin-left: 230px;
	margin-right: 20px;
	padding: 20px 10px 0 0;
	background-color: #ccffcc;
	color:#000000;
}

#ballot_content {
	top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding:  20px 10px 0 10px;
	background-color: #ccffcc;
	color:#000000;
	width: 740px;
}

#ballot_content p {
	font-size: 80%;
	line-height: 1.2em;
	padding-left: 2em;
	padding-right: 2em;
	
}


#content p, #content ul {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
	padding-right: 2em;
	
}
#content h1 {
	margin-left: 20px;
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
	color: #bb1122;
	/*color: #B51032;  
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;*/
	border-bottom: 1px dotted #bb1122;
}
#content h2 {
	margin-left: 20px;
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;

}
#navigation h4 {
	font-size: 80%;
	text-align: center;
	line-height: 1.8em;
}
#navigation {
	position: absolute;
	top: 350px;
	left: 20px;
	width: 190px;
	background-color: #00ccff;
}
#members h4 {
	font-size: 80%;
	text-align: center;
	line-height: 1.8em;
}
#members {
	position: relative;
	top: 150px;
	left: 20px;
	width: 190px;
	background-color: #00FF33;
}

#hottopics {
	position: absolute;
	top: 142px;
	left: 20px;
	width: 190px;
	background-color: #ff6666;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #00ccff;
	margin: 0;
	padding: 0;
	font-size: 70%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #00ccff;
	border-right: 1px solid #00ccff;

	background-color: #66FFFF;
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #00CCFF;
	color: #000000;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #722100;
	width: 168px;
}
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #722100;
}

#hottopics p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 1em;
	padding-right: 1em;
	
}
#hottopics li {
	width: 180px;
	border-bottom: 1px solid #FF6666;
	margin: 0;
	font-size: 70%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#hottopics ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#hottopics a:link, #hottopics a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #ff6666;
	
	background-color: #ffccff;
	color: #000000;
	text-decoration: none;
}
#hottopics a:hover {
	background-color: #ff6666;
	color: #000000;
}
#hottopics h4 {
	font-size: 80%;
	text-align: center;
	line-height: 1.8em;
}
#poll {
padding: 20px 20px 20px 20px
}
#footer {
clear:both;
	padding: 20px 20px 20px 250px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}
#content h4 {

	margin-left: 20px;
	color: #940D1E;
	background-color: transparent;
}
#content h3 {
	margin-left: 20px;
	color: #940D1E;
	background-color: transparent;
	font-size: 120%;
}
.error {
	background-color: #FFFF66;
	height: auto;
	width: 740;
	padding: 10px;
}


.success {
	background-color: #66FF66;
	height: auto;
	width: 740;
	padding: 10px;
}
.floatleft {
	float:left;
}
.formstyle {
	font-size: 12px
} 

.alert {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF66;
}
