body {
	background-color: #333;
	color: #fff;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:link {
	color: #FF3300;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: #FF3300;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #FF3300;
	border: 0px;
	text-decoration: underline;
}

#header {
	vertical-align: middle;
	text-align: left;
	padding-left: 40px;
	padding-right: 20px;
}

#sponsors {
	vertical-align: top;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

#content {
	height: 100%;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	text-align: justify;
}

#rightPanel{
	vertical-align: top;
	white-space: nowrap;
	text-align: right;
	width: 100%;
	height: 420px;
}

#footer {
	bottom: 0px;
	background-color: #333333;
	vertical-align: middle;
	width: 100%;
}
.footer img {
	padding-left: 40px;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/**********  EDIT MODE  ****************/

.container_editbox{
	border: 1px solid #666;
}
.container_editheader{

}

.container_editheader TD{
	border: 1px solid #666;
	border-collapse: collapse;
}

.moduletitle {
	font-size: 13px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #222;
}