
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #360;
}

a:link,
a:visited {
	color: #060;
}

a:hover {
	text-decoration: underline;
}

div#emblem {
	background: url(../images/blue/emblem.png) 50% 0 no-repeat;
}

span#logo {
	backgsround: url(../images/blue/logo.png) 0 0 no-repeat;
}

div.moduletable h3 {
	color: #060;
	padding-top: 7px;
	line-height:  100%;
	text-indent:  0;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: url(../images/mod_bg.png);
	background-repeat: repeat-x;
	background-position: 10px 0;
	margin-left: 5px;
	margin-right: 2px;
}



.contentheading {
	color: #060;
}

h2 {
	color: #01A0C0;
}

h3 {
	color: #fff;
}

blockquote {
	border-left: 5px dotted #01A0C0;
}
