body {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}

.purplebg {
	background: #470074;	
}

.orangebg {
	background: #fc9200;
}

.whitebg {
	background: #fff;
}

.footer {
	line-height: 2em;
}

.orangeitalics
{
	color: #fc9200;
	line-height: 2em;
}

.topnav a {
	color: #fff;
	text-decoration: none;
	line-height: 2em;
}

.topnav a:hover {
	color: #fc9200;
}

.leftnav {
	margin: 0;
	padding-left: 10px;
	list-style: none;
}

.leftnav a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.leftnav a:hover {
	color: #fc9200;
}

.leftnav li {
	margin: 10px 4px 10px 0px;
	padding-left: 0;
}

.commpass {
	background-image: url(../images/commpass_icon.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.content {
	font-size: 90%;
	width: 65%;
	padding: 10px 10px 10px 10px;
}

.sidebox {
	font-size: 90%;
	background: #fff0db;
	width: 35%;
	padding: 0px 10px 10px 10px;
	border-color: #dfcbd4;
	border-width: 2px;
	border-style: solid;
}

.sidebox ul {
	padding-left: 14px;
}

.purpleheader {
	font-size: 115%;
	color: #470074;
	text-align: center;
}

.orangeheader {
	font-size: 140%;
	color: #fc9200;
}