/* ************** General ************** */

body, body div {
	padding: 4px;
	font-family: Tahoma;
	font-size: 12px;
}

p {
	margin: 5px 0px 5px 0px;
}

a:link, a:active, a:visited, {
	color: #5C5A5C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* ************** Template-specific ************** */

td.content {
	width: 1003px;
}

td.menubar {
	background-color: #ECEAEC;
	border: 1px solid #A9A9A9;
}

.header_img {
	width: 155px;
}

#header {
	padding: 0px;
	text-align: center;
	background-color: #F5F5F5;
}

#maincontent {
	padding: 0px 0px 5px 0px;
	vertical-align: top;
}

#footer {
	text-align: center;
	background-color: #F5F5F5;
	border: 1px solid #A9A9A9;
	font-size: 11px;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #B42A2C;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}


/* ************** Article Settings ************** */

H1, .contentheading {
	padding-top: 3px;
	font-weight: bold;
	color: #B42A2C;
	font-size: 13px;
}

.contentpaneopen {
	margin: 5px 5px 0px 5px;
}

.createdate, .small {
	color: #A9A9A9;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 11px;
}

.buttonheading a img {
	border: none;
}


/* ************** Menu ************** */

.moduletable_menu {
	padding: 0px;
	margin: 0px;
}

.menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.menu li {
	float: left;
	width: 143px;
	text-align: center;
}

.menu li a:link, .menu li a:visited, .menu li a:active {
	display: block;
	padding: 5px 7px 5px 7px;
	background-color: #ECEAEC;
	font-weight: bold;
	color: #5C5A5C;
	text-decoration: none;
}

.menu li a:hover {
	color: #E6B85B;
}

#current a {
	color: #B42A2C;
	cursor: default;
}


/* ************** Modules ************** */

.moduletable {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	background-color: #ECEAEC;
	border-bottom: 1px solid #A9A9A9;
}

.moduletable h3 {
	margin: 0px;
	padding: 3px 3px 3px 10px;
	background-color: #B42A2C;
	border-bottom: 1px solid #A9A9A9;
	font-weight: bold;
	font-size: 12px;
	color: #F5F5F5;
}

.moduletable ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.moduletable ul li {
	padding: 3px 3px 3px 7px;
}

.moduletable ul li a:link, .moduletable ul li a:active, .moduletable ul li a:visited {
	color: #5C5A5C;
	text-decoration: underline;
}

.moduletable ul li a:hover {
	text-decoration: none;
}

.input {
	border: none;
}

.input input {
	border: 1px solid #A9A9A9;
}

.button {
	cursor: pointer;
	color: #5C5A5C;
	padding: 2px 7px 2px 7px;
	font-weight: bold;
	font-size: 11px;
	background-color: #FFCC66;
	border: 1px solid #A9A9A9;
}
