* {
		margin: 0;
		padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
		margin: 0.5em 0px;
}

h1	{
	color: blue;
}

h2 {
	color: red;
	font-size: 1.1em;
}
h3 {
	color: #0E99AB;
	font-size: 1.2em;
}
h4 {
	color: #777777;
	font-size: 1.3em;
	text-align: center;
	margin: 0 0 0.3em 0;
}
li, dd {
		margin-left: 1em;
}
body {
		background-color: #030e10; /*#6f0303;*/
		font: 80%/1.5 arial, sans-serif;
		margin-top: 6px;
}
/*
		GENERAL
*/
.message_box {
	color: #fffffe;
	margin: 12px 0;
 	text-align: left;
}
.message_box h1 {
	color: #fffffe;
	font-size: 1.3em;
	text-align: center;
}
.message_box p {
	font-size: 1.1em;
}
.message_box p a {
	color: #D68816;
	font-weight: bold;
	text-decoration: none;
}
.message_box p a:hover {
	color: #777777;
	font-weight: bold;
	text-decoration: none;
}
/*
		MODULE CONTACT (Below the Menu)
*/
.moduletable_contact {
	color: #ffffff;
	font-size: 13px;
	line-height: normal;
}
.moduletable_contact h3 {
	margin-top: 15px;
}
.moduletable_contact a {
	color: #d1cfcf;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
}
.moduletable_contact a:hover {
	color: #777;
	text-decoration: none;
}
/*
		LAYOUT STYLES
*/
#wrap_border {
		border: 0;
}
#wrap_table {
		background-color: #333333;
		text-align: left;
}

#header {
		border-bottom: solid #d1cfcf 3px;
}
#left_panel {
	vertical-align: top;
	padding: 0 25px 5px 10px;
	background-color: #333333;
	text-align: right;	
}
.banner {
	text-align: center;
}
.banner img {
	margin-top: 10px;
}
#content {
	vertical-align: top;
}
.bb1 {
	border: solid black 1px;
}
.inside {
		padding: 10px;
}

.componentheading {
		color: #333333;
		text-align: center;
		font-size: 0em;
}

.contentheading {
		color: #b4b4b4;
		font-family: tahoma, verdana, sans-serif;
		font-size: 1.4em;
		text-align: left;
		padding-bottom: 10px;
		padding-left: 0px;
}
.contentheading a {
		color: #f90;
		font-weight: bold;
		text-decoration: none;
}
.contentdescription {
	color: red;
	font-size: 13px;
}
.contentpaneopen {
	font-size: 13px;
	width: 100%;
}
.contentpaneopen table {
	font-size: 13px;
}
.contentpaneopen h1 {
		color: #AEACAF;
		font-family: tahoma, verdana, sans-serif;
		font-size: 20px;
		text-align: left;
		text-decoration: none;
		padding-left: 0px;
		font-weight: normal;
}
/*   WINE HEADINGS   */
.contentpaneopen h2 {
		color: #0e99ab;
		font-family: tahoma, verdana, sans-serif;
		font-size: 16px;
		margin-left: 0px;
		text-align: left;
		text-decoration: none;
		padding: 0;
}
.contentpaneopen p {
	font-size: 13px;
	margin: 0 1em 1em 0em;
	line-height: 1.2em;
	color: #aeacaf;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.contentpaneopen ul {
	color: #b4b4b4;
	margin: 0 1em 0.5em 1.1em;
	
}
.contentpaneopen li {
	line-height: 1.1em;
	margin-bottom: 0.3em;
	list-style-type: none;
	list-style-image: url(../images/content_li.gif);
}
.contentpaneopen br {
	line-height: 0.5em;
}
.contentpaneopen a {
	color: #d68816;
	font-size: 1em;
	text-decoration: none;
}
.contentpaneopen a:hover {
	color: #777;
	text-decoration: none;
}
.buttonheading img {
		border: solid #ccc 1px;
		margin: 0 1px;
		padding: 2px;
}

/*
		MAIN MENU
*/
.moduletable_menu ul {
}
.moduletable_menu li {
		list-style-type: none;
		margin-left: 0px;
}
.moduletable_menu ul a {
		color: #d1cfcf;
		font-size: 16px;
		font-weight: bold;		
		text-decoration: none;
}
.moduletable_menu ul a:hover {
		color: #0e99ab;		
		text-decoration: none;
}
.moduletable_menu ul #current a {
		color: #0e99ab;
		font-weight: bold;
		text-decoration: none;
}

	/* Sub menu */
.moduletable_menu ul ul li {
		margin-left: em;
		list-style-type: none;
		list-style-position: outside;
}
.moduletable_menu ul ul a {
		color: #aeacaf;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
}
.moduletable_menu ul ul a:hover {
		color: #0e99ab;
		font-weight: bold;
		text-decoration: none;
}
.moduletable_menu ul ul #current a {
		color: #0e99ab;
		font-weight: bold;
		text-decoration: none;
}
/*
		CATEGORY (SECTION?) LIST LAYOUT
*/
.contentpane form table {
		padding: 5px;
		color: #aaa;
}
.contentpane form table a {
		color: #D68816;
		font-weight: bold;
		font-size: 1.2em;
		margin-left: 20px;
		text-decoration: none;
		list-style-type: disc; 
}
.contentpane form table a:hover {
		color: #777777;
		font-weight: bold;
		font-size: 1.2em;
		margin-left: 20px;
		text-decoration: none;
		
}
.contentpane form table td {
		padding: 5px;
		color: #aaa;
}
/* WebWorX */
#webworx {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
}
#webworx div div {
	background-color: white;
	border: solid #070 1px;
	color: #070;
	font-weight: bold;
	padding: 1px 4px;
	display: inline;
}
#webworx div div a {
	color: #070;
	text-decoration: none;
}
#webworx div div a:hover {
	color: #f70;
}
#webworx div div span {
	color: #f70;
}
#webworx div div span:hover {
	color: #070;
}