html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #CCCCCC;
	text-align: left;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1em;
   	margin: 0;
	padding: 4px 0;
}

body #cms{
	background-color: #990000;
	text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

body #dj{
	background-color: #0000CC;
	text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

#wrap {
	background-color: #FFFFFF;
	padding: 3px;
	width: 972px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin: 1px;
	padding: 1px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 15px;
	padding-left: 8px;
}
#header a {
	text-decoration: none;
	color: #0033CC;
}
#header a:hover {text-decoration: underline; color: #0000FF;}
#header span {
	text-align: left;
	float: left;
}
#header p {
 margin: 0px;
}

#leftnav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 163px;
}

#leftnav p {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff6600;
	font-size: 12px;
}

#leftnav a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.5em 0.5em 0.5em 1.5em;  /*some air for it */
   color: #1275a7; /* this will be link color for all levels */
   background: url(images/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

#leftnav a:hover {
   background-color: #d9dfe4;
   color: #FF6600;
}

#leftnav a.activeparent:hover {
   background-color: #d9dfe4;
   color: #18507C;
}

.m1 {
}

.m1s {
	background-color: #1275a7;
	padding: 0.5em 0.5em 0.5em 1.5em; /* some air for it */
	margin: 0px;
	color: #FFFFFF; /* this will be link color for all levels */
	min-height:1em; /* Fixes IE7 whitespace bug */
	background-image: url(images/arrow-right-active.gif);
	background-repeat: no-repeat;
	background-position: 0.5em center;
	font-weight: bold;
}

.m2 {
	padding-left: 1em;
}

.m2s {
	background-color: #1275a7;
   padding: 0.5em 0.5em 0.5em 2.5em; /* some air for it */
   color: #ffffff; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 90%;
	min-height:1em; /* Fixes IE7 whitespace bug */
	background-image: url(images/arrow-right-active.gif);
	background-repeat: no-repeat;
	background-position: 1.5em center;
	font-weight: bold;
}

.m3 {
	padding-left: 2em;
}

.m3s {
	background-color: #1275a7;
   padding: 0.5em 0.5em 0.5em 3.5em; /* some air for it */
   color: #ffffff; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 90%;
	min-height:1em; /* Fixes IE7 whitespace bug */
	background-image: url(images/arrow-right-active.gif);
	background-repeat: no-repeat;
	background-position: 3.5em center;
	font-weight: bold;
}

.sectionheader {
	padding: 0.5em 0.5em 0.5em 1.5em; /* some air for it */
	margin: 0px;
	min-height:1em; /* Fixes IE7 whitespace bug */
	font-weight: bold;
}
.newsmore {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
.newsmore a {
	text-decoration: none;
}
.newsintro {
	font-size: 10px;
}
#rightnav {
	float: right;
	width: 163px;
}
#content {
	margin-left: 170px;
	margin-right: 164px;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content2 {
    /*
        use this when you are not going to have the right nav
    */
	margin-left: 170px;
	padding: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#news {
	margin: 1px;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #D9DFE4;
}

#events {
	margin: 1px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#wrapend {
	clear:both;
}

#footer {
	padding: 3px;
	width: 972px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #d9dfe4;
	clear: both;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	padding: 0pt;
}

