body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-weight: normal;
	font-family: Verdana, Arial;
	font-size: 11px;
	text-align: left;
	background-color: #ffffff;
}

a {
	color: #000;
	text-decoration: none;
}

select {
	line-height: 1.3em;
	font-size: 11px;
}

input {
 font-size: 11px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

#maincolumn ul {
	margin: 0px;
	padding-left: 15px;
}
#maincolumn li {
  list-style-image: url(media/bullet.jpg);
}

div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #51472A;
}

.location {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
}

.dtime {
	padding: 5px;
	font-weight: bold;
	background-color: #A92936;
	color: #ffffff;
	text-align: center;
}

.msg {
	color: #9A0000;
	text-align: center;
}

.required {
	color: #9A0000;
	font-size: 11px;
}

#container {
  width: 800px;
  background-color: #ffffff;
  border-right: 1px solid #E7E7E7;
}

.leftcolumn {
	width: 160px;
	padding-left: 0;
	margin: 0;
}

.maincolumn {
	margin-left: 8px;
	margin-right: 8px;
}


.rightcolumn {
	width: 160px;
	padding: 0;
	margin: 0;
}

#leftcolumn {
	width: 160px;
	padding-left: 0;
	margin: 0;
}

#maincolumn {
	margin-left: 8px;
	margin-right: 8px;
}

#rightcolumn {
	width: 160px;
	padding: 0;
	margin: 0;
}

#leftcolumn div.module {
margin-bottom: 10px;
}
#leftcolumn div.module div {
	/* border: 1px solid #DEDEDE; */
	padding: 0;
}

/* rightcolumn modules */
#rightcolumn div.module {
	margin-bottom: 10px;
}

#rightcolumn div.module div {
	padding: 0;
}

#rightcolumn h3 {
	background-color: #A92A35;
	color: #ffffff;
}

#maincolumn div.module {
	margin-bottom: 10px;
}

#maincolumn h3 {
	display: block;
	margin: 0;
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #666666;
	/* background-color: #666666; */
}



div#maincolumn div.module div {
	padding: 5px;
}

.tlisting {
	border: 1px solid #cccccc;
	border-collapse: collapse;
}
/************ module specific ****************/
.menu {
	width: 160px;
	margin-bottom: 10px;
}
.menu h3{
	background-color: #A92A35;
	color: #ffffff;
}

.module-newsletter {
	margin-bottom: 10px;
}

.module-newsletter div p{	
	padding: 5px;
	color: #666666;
}

.module-newsletter div {
	border: 1px solid #e7e7e7;
}
.module-newsletter h3 {
	background-color: #800000;
	color: #fff;
}

.module-magazine {
	padding: 0px;
}
.module-magazine div {
	background-color: #F3F3F7;
	padding-bottom: 5px;
}
.module-magazine h3 {
	color: #fff;
	background-color: #666666;
}

#wrapper {
	padding: 5px;
}

table.listing td {
	border-bottom: #e7e7e7 1px solid
}
table.listing tr.row1:hover {
	background-color: #f1f1f1
}

table.listing td.theader {
	background-color: #DCDCDC;
	font-weight: bold;
}

#leftcolumn div.module table {
	width: auto;
}

h2, .contentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h3, .componentheading, table.moduletable th {
	display: block;
  	margin: 0;
  	padding: 5px;
  	font-weight: bold;
  	font-family: Helvetica,Arial,sans-serif;
  	font-size: 12px;
	text-align: left;
}
/************* forms ***********************/
form {
	padding: 0;
	margin: 0;
}

label {
	font-weight: bold;
}

input {
	font-weight: normal;
	font-size: 11px;
}

.button {
	border: none;
	background-color: #666666;
	color: #fff;
	padding: 2px;
}
/************* footer *********************/
#footer {
	border-top: 1px solid #A92A35;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 9px;
	width: 800px;
	text-align: center;
}

#footer a {
	color: #61708D;
}
/***************************************/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navlist li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #C1AD78;
}

#navlist a, #navlist a:visited {
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 4px 14px;
	background-color: #800000;
	color: #ffffff;
	text-decoration: none;
}
#navlist a:hover {
	color: #ffffff;
	background-color: #E9827E;
}