html, body {
	font-family: Helvetica, sans-serif;
	background-color: #ce007c;
	text-align: center;
	min-height:500px;
	min-width: 760px; max-width: 1200px; width: 95%;
	margin-top: 10px; margin-left: auto; margin-right: auto;
}

h1 {
	font-size: 23px;
	line-height: 29px;
}

h2 {
	font-size: 19px;
	line-height: 25px;
}

#container {
	background-color: #FFFFFF;
	border: 10px solid #66FF33;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 10px;
	padding: 0;
	text-align: left;
}
#printheader {
	DISPLAY: none
}

#sidebar {
	margin: 10px 30px 10px 10px;
	float: left;
	width: 12em;
	height: 100%;
	min-height: 550px;
}
#sidebar p {
	color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.75;
	background-color: #CCCCCC;
	border:1px solid #CCCCCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 5px 5px 5px 5px;
}
#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#sidebar a {
	display: block;
	padding: 3px 3px 5px 5px;
	background-color: #ce007c;
	color: #FFFFFF;
	border-bottom: 1px #FEA2DF solid;
	border-right: 3px #FEA2DF solid;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#sidebar a:hover {
	background-color: #FEA2DF;
	color: #336666;
	border-right: 3px #ce007c solid;
	border-bottom: 3px #ce007c solid;
	padding-bottom: 3px;
}

#confsidebar {	
	margin: 10px 10px 10px 30px;
	padding: 10px 3px 5px 5px;
	float: right;
	width: 12em;
	font-weight: bold;	
	background-color: #66FF33;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

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

#confsidebar a {
	margin: 10;
	display: block;
	padding: 3px 3px 5px 10px;
	background-color: #ce007c;
	color: #FFFFFF;
	border-bottom: 1px #CCCCCC solid;
	border-right: 3px #CCCCCC solid;
	text-decoration: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

#confsidebar a:hover {
	background-color: #FEA2DF;
	color: #336666;
	border-right: 3px #ce007c solid;
	border-bottom: 3px #ce007c solid;
	padding-bottom: 3px;
}
#mainContent {
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
	line-height: 25px;
	text-align: left;
	height: 100%;	
	overflow:hidden;
}
#mainContent A {
	color: #CC00CE;
}
.special {
	text-align: left;
	text-indent: 35px;
	line-height: 15px;
	width: 80%;	
}

#footer p {
	margin: 0;
	padding: 6px;
	background-color: #66FF33;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}

#footer a:hover {
	color: #ce007c;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
}

.floatRight {
	float: right;
	margin-left: .8em;
}

.floatLeft {
	float: left;
	margin-right: .8em;
}

.photo {
	width: 200px;
	font-size: .8em;
	font-style: italic;
	line-height: 1em;
}