

* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

body {
	background-color: #7b3784;
	font-size: 11px;
	line-height: 16px;
}

#header {
	width: 800px;
	height: 90px;
}

#header img {
	padding-left: 45px;
	padding-top: 25px;
}

#nav, #subnav {
	clear: both;
	font-size: 12px;
}

#nav {
	margin-left: 1px;
	width: 799px;
	height: 28px;
}

#nav div {
	height: 27px;
	width: 131px;
	margin: 1px 1px 0px 1px;
	background-image: url("img/tabtemplate.gif");
	font-weight: bold;
	text-align: center;
	float: left;
	line-height: 25px;
}

#nav a:link, #nav a:visited {
	color: #333;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #7b3784;
	text-decoration: none;
}

#subnav {
	background-color: #7b3784;
	width: 760px;
	padding-left: 40px;
	height: 24px;
}

#subnav a {
	color: #fff;
	font-weight: bold;
	margin-right: 50px;
	line-height: 22px;
	margin-top: -1px;
}

#subnav a:link, #subnav a:visited {
	text-decoration: none;
}

#subnav a:hover, #subnav a:active {
	text-decoration: underline;
}

#subnav a.current {
	color: #FFCC00;
}

#footer {
	text-align: center;
	display: block;
	line-height: 14px;
}

#left {
	width: 210px;
	height: 276px;
	float: left;
	padding: 45px;
}

#right {
	height: 356px;
	width: 475px;
	margin: 30px 0px 30px 0px;
	overflow: auto;
}

a.nobg:hover, a.nobg:active {
	background-color: white;
}

#footer a, #left a, #right a {
	color: #7b3784;
	text-decoration: underline;
	font-weight: bold;
}

#footer a {
	margin: 0px 30px 0px 30px;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#left a:hover, #left a:active, #right a:hover, #right a:active {
	background-color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;
}

li {
	margin-left: 20px;
}

#left li {
	padding-top: 5px;
}

#left p {
	padding: 5px;
}

#right p {
	padding: 5px;
}

a.list:link, a.list:visited, a.list:hover, a.list:active {
	color: #000;
	text-decoration: none;
}

#right b, #left b {
	color: #404f6e;
	font-weight: bold;
}


input {
	background-color: #eeeedd;
	padding: 5px;
	border: #7b3784 1px solid;
	color: #404f6e;
}

input.button {
	background-color: #7b3784;
	border: #404f6e 1px solid;
	color: #fff;
	font-weight: bold;
}

input.button:hover {
	background-color: #404f6e;
	border: #7b3784 1px solid;
	color: #fff;
	font-weight: bold;
}