html {
	height: 100%
}

body {
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;
	margin-top: 5px;
	height: 100%;
	color: #000000;
	background-color: #4A156E;
	text-align:center;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width: 760px;
	min-height: 100%;
	text-align:left;
}

#main {
	position:relative;
}

td {
	font-family: Arial, helvetica, sans-serif;
}

th {
	font-family: Arial, helvetica, sans-serif;
}
h1 {
	font-size: large;
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	color: #4A156E;
}

li.spacing {
	margin-top: .5em;
	margin-bottom: .5em;
}

h2 {
	font-size: medium;
	font-style:italic;
	font-weight:bold;
	color: #4A156E;
}

h3,h4,h5,h6 {
	font-size: small;
	font-style:italic;
	font-weight:bold;	
	color: #4A156E;
	font-weight: bold;
}
dt {
	color: #4A156E;
	font-weight:bold;
}
dd {
	margin-bottom: 1em;
	margin-top: 1em;
}

.title {
	font-size: medium;
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	color: #4A156E;
}

.subtitle {
	font-size: medium;
	font-family:Arial, helvetica, sans-serif;
/*	font-weight:bold;*/
	color: #4A156E;
}
.smalltable {
	font-size: x-small;
	font-family:Arial, helvetica, sans-serif;
	color: #000000;
}

.bl {background:  url("bl.gif") no-repeat bottom left;}
.br {background:  url("br.gif") no-repeat bottom right;}
.tl {background:  url("tl.gif") no-repeat top left;}
.tr {background:  url("tr.gif") no-repeat top right;}

a:link {
	color: #4A156E;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}

a:active {
	text-decoration: underline;
}

#subcopy {
	color: #000000;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	width: 740px;
	min-height: 280px;
	font-size: small;
	text-align:left;
}

#subcontent {
	color: #4A156E;
	background-color:#FFFFFF;
	width: 760px;
	min-height: 280px;
	font-size: small;
	text-align:left;
}

#hometopnav {
	background-color: #4A156E;
	width: 760px;
}

#container #mainnavbar p {
	margin: 5px;
}

#footer {
}
#taplogo {
	background-color: #FFFFFF;
	width: 130px;
	height: 150px;
}
#taptitle {
	background-color: #FFFFFF;
	text-align:left;
	width: 760px;
	height: 100px;
	padding-top: 0px;
	color: #4A156E;
}
.rightbox {
	float:right;
	clear:right;	
	width:240px;
	border-width:thin;
	border-style:solid;
	border-color: #4A156E;
	background-color:#EEEEEE;
	margin-left: 10px;
	margin-bottom: 10px;	
}

.leftbox {
	float:left;
	/*clear:left;	*/
	width:240px;
	border-width:thin;
	border-style:solid;
	border-color: #4A156E;
	background-color:#EEEEEE;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right:10px;
	padding: 0;
}

#spotlight {
	background:#4A156E;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	width:240px;
}
