@import url(reset.css);
@import url(text.css);
@import url(960.css);
@import url(menu.css);
@import url(dnn.css);

body {
	padding: 0px;
	background-color: #646464;
}
#ContentArea {
	background-image: url(img/ContentTile-v2.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.header {
	text-align: center;
}

#randomdef {
	text-align: right;
	padding: 10px;
}
#RoundedHeader {
	background-image: url(img/RoundedHeader-v2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 17px;
}
#RoundedFooter {
	background-image: url(img/RoundedFooter-v2.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
}
#Menu {
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	height: 40px;
	margin-top: 15px;
}
.orange {
	color: #FF6400;
}
/* text style used for most text rendered by modules */
td 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

