*{
	font-family: sans-serif;
}
body{
	padding:0;
	margin:0;
	background-color: #e3e3e3;
	font-size:.85em;
}
img{
	border:none;
}
a{
	text-decoration: none;
	color:#781013;
}
a:hover{
	text-decoration: underline;	
}
hr{
	color: #e3e3e3;
	background-color: #e3e3e3;
	border:none;
	height:1px;
}
h1{
	font-size:2em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.2em;
	margin:0;
}
h4{
	font-size:1.1em;
	margin:0;	
}
pre{
	margin-left:30px;
	margin-right:30px;
	background-color:#FF9;
	border:2px solid #e3e3e3;
	overflow: auto;
	font-family: monospace;
}
.clear{
	clear:both
}

.copywright{
	color: grey;	
	font-size: .7em;
	text-align: center;
	width:100%;
}
.date{
	float:right;
	font-weight: bold;
}
.subItem{
	margin-left:30px;
	margin-top:15px;
}
.printThisPage{
	float:right;
	border:none;
	text-decoration: none;
}

.sectionTitle{
	background-color:#996633;
	font-family: sans-serif;
	font-size:1.3em;
	color:white;
	font-weight:bold;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#781013;
	opacity:.9;
}
.aside{
	font-size:.9em;
	color:#666;
	text-align: center;
}
#pageTitle{
	font-size:2em;	
}
#pageTitle:hover{
	text-decoration: none;	
}
#pageContainer{
	padding:31px 35px 35px;
}
#pageContainer>div{ 
	margin:auto;
	margin-top:0px;
	padding:15px;
	padding-top:35px;
	border:0px solid #68BD45;
	border-top:none;
	max-width:1024px;
	min-width:750px;
	background-color:white;
	opacity:.9;
	
	/*CSS 3, not fully supported yet!*/
	-webkit-border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-khtml-border-bottom-left-radius: 30px;	
	-khtml-border-bottom-right-radius: 30px;	
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
#pageTitle{
	font-size: 3em;
	float:left;
	color:black;
}
#header {
	padding-left:35px;
	padding-right:35px;
	margin-top:20px;
	margin-bottom:20px;
}
#header>div {
	padding:0;
	margin:auto;
	max-width:1024px;
	min-width:750px;
	background-color:#C73B0B;
	opacity:.8;
	border:15px solid white;
}
ul#navigation{
	list-style: none;
	margin:auto;
	width:430px;
}
ul#navigation li a{
	color:black;
}
ul#navigation li{
	margin-right:5px;
	margin-left:5px;
	background-color:white;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;	
	-khtml-border-top-right-radius: 10px;	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	
	float:left;
	padding:10px 10px 5px;
	opacity:.6;
}
ul#navigation li:hover{
	opacity:.9;
}
ul#navigation li.selected{
	opacity:.9;
}