h1 {
	font-size: 30pt;
	color: #FFFFFF;
}

.header {
	background-color: #A13636;
}

.sidebar {
	background-color: #FFFFFF;
	border-right: 4px solid #A13636;
	text-align: center;
	text-transform: uppercase;
	font-family: arial, sans-serif;	

	color: green;
	font-weight: bold;
}

.sidebar a {
	height: 90px;
	padding-left: 5px;
	padding-right: 5px;
	color: green;
	text-decoration: none;
	font-weight: bold;	
}

.sidebar a:hover {
	
	border-left: 2px solid #A13636;
	border-right: 2px solid #A13636;
}

.sidebar .selected {
	height: 90px;
	/*background-color: #A13636;*/
	border-bottom: 2px solid #A13636;
}

.content {
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 555px;
	font-family: verdana, arial, san-serif, serif;
}

.content p {
	width: 555px;
}

.content h2 {
	font-family: verdana, arial, san-serif, serif;
	font-size: 18px;
}

.content a:link, .content a:visited {
	color: green;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	text-decoration: underline;
}

.footer {
	background-color: #A13636;
	color: red;
}