/*General element styling*/
body 
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	background-color: #663399;
	color: #CCCCCC;
}

h2
{
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	color:#9966CC;
	margin: 0;
	padding-top: 14px;
	padding-bottom: 5px;
}

h3
{
	font-size: 1.4em;
	color: #9966CC;
	text-align: center;
	width: 100%;
	margin: 0px;

}

a 
{
	font-weight: bold;
}

a:link 
{
	color: #9966CC;
	text-decoration: none;
}

a:visited 
{
	color: #9966CC;
	text-decoration: none;
}

a:hover 
{
	color: #FF0000;
	text-decoration: none;
}

a:active 
{
	color: #39629F;
	text-decoration: none;
}

strong
{
	color: #9966CC;
}

img
{
	padding-left: 1px;
	padding-right: 1px;
}

/*Wrapper class*/
.wrapper
{
	width: 820px;
	margin: 0px auto;
	margin-top: 25px;
}

/*Banner styling*/
#banner
{
	background-image: url(../graphics/banner1.png);
	background-repeat: no-repeat;
	margin-bottom: 25px;
	height: 120px;
	width: 100%;
}

/*Content*/
.content
{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 10px;
}

/*Left column*/
.leftcolumn
{
	width: 205px;
	background-color: #663399;
	float: left;
	text-align: left;
}

.sub_nav
{
	width: 90%;
	margin-left:5%;
	font-size: 0.9em;
	padding-bottom:10px;
	padding-top:5px;
	text-align: center;
}

ul.sub_navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.sub_navlist li
{
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.sub_navlist li a
{
	display: block;
	width: 90%;
	font-weight: normal;
	margin: 0px;
	color: #9966CC;
	border-bottom: 1px solid #9966CC;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}


ul.sub_navlist li a:hover/*, ul#sub_navlist li#active a:hover*/
{
	color: #663399;
	background-color: #9966CC;
	font-weight:bold;
}

/*Right column*/
.rightcolumn
{
	width: 595px;
	float: right;
	text-align: left;
}

.maincontent
{
	padding-left: 5px;
	padding-right: 5px;
	color: #CCCCCC;
}

.maincontent p a
{
	color: #9966CC;
	text-decoration: underline;
}

.maincontent p a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

/*Other classes*/
.clear
{
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}

.img_right
{
	float: right;
	padding: 3px;
}

.img_left
{
	float: left;
	padding: 3px;
}

.buttons, .fields
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #663399;
}

/*Footer styling*/
.footer
{
	font-size: 0.85em;
	width: 100%;
	padding-top: 20px;
	position: relative;
	padding-bottom: 20px;
	clear: both;
	text-align: center;
	/*color: #FFFFFF;*/
}

.footer a:link
{
	color: #6699FF;
	font-size:0.9em;
}

.footer a:visited
{
	color:#6699FF;
	font-size:0.9em;
}

.footer a:hover
{
	color: #FF6600;
	font-size:0.9em;
}