/* CSS Document */

/* basic elements */

body {
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background: #FFFFFF center; 
	margin: 0px; 
	padding: 0px;

	}

p { 
	text-align: justify;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none;
	color: #009900;
	background-color: #FFFFFF;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #00CC00;
	background-color: #FFFFFF;
	}

a:hover, a:active {
	text-decoration: none;
	color: #000000;
	background-color: #00FF00;

}

/* specific divs */
#dots {
	padding: 0px 0px 0px 160px;
	margin: 0px;
	background-image: url(dots_multi.gif);
	background-repeat: repeat-y;
	background-position: left top;


}

#container {
	padding: 0px;
	margin: 0px;
	color: #333333;
	position: relative;
	height: 600px;
	background-color: #FFFFFF;
	background-position: center;
	line-height: 120%;

}

#pageHeader {
	padding: 15px 15px 0px;
	text-align: left;
	margin-top: 0px;
	height: 260px;



}

#mainbox {
	background-image: url(d3_border_sides.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 800px;




}
#mainbox2 {
	background-image: url(d3_border_top.gif);
	background-repeat: no-repeat;
	background-position: center top;



}

#linkList {
	float: left;
	width: 140px;
	padding: 0px 10px 0px 15px;
	margin: 10px;
	vertical-align: top;


}

#linkList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#linkList li {
	margin: 0px 0px 10px 10px;
	text-indent: 5px;

}

#linkList a {
	display: block;
	color: #000000;
	width: 140px;
	padding: 5px 0px 5px 2px;
	text-decoration: none;
	line-height: 1.8ex;
	background-image: url(d3_links_a.gif);
	background-repeat: no-repeat;


}

#linkList a:hover {
	display: block;
	color: #000000;
	width: 140px;
	padding: 5px 0px 5px 2px;
	text-decoration: none;
	line-height: 1.8ex;
	background-image: url(d3_links_b.gif);
	background-repeat: no-repeat;

}

#active a { 
	display: block;
	color: #FFFF33;
	background: #00CC00; 
	width: 140px;
	padding: 5px 0px 5px 2px;
	text-decoration: none;
	line-height: 1.8ex;
}

#more {
	float: right;
	width: 180px;
	margin: 5px;
	padding: 8px 10px 0px 15px;
	color: #663300;
	font-weight: normal;
	font-size: 12px;

} 

#more h3 {
	margin-top: 0;
	color: #FFFF33;
	padding: .2em;
} 

#content {
	margin: 0px 190px 0px 190px;
	padding: 0px 10px 0px 10px;
	vertical-align: top;
	line-height: 130%;
	background-position: top;

} 

#cleardiv {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;

} 

#footer {
	clear: both;
	padding: 10px 0px 10px;
	color: #663300;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;

}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer li {
	display: inline;
	margin-right: 1em;
} 
.subhead {
	font-size: 14px;
	font-variant: small-caps;
	color: #663300;
}
.calendar {
	font-size: 11px;
	font-weight: bold;
	color: #663300;


}
.asterisk {
	color: #FF0000;
}
.current {
	color: #009900;
}
.calsubhead {
	font-size: 12px;
	color: #996600;
	font-weight: bold;

}
.calbox {
	line-height: 34px;
}
