body,td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #303;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}
th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
}
#container {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
    border-style: solid;
	border-width: 1px;
	border-color: #330033;
}
#sidebar {
	background-color: #FFFFFF;
	float: left;
	width: 190px;
	padding-top: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
}
#footer {
	min-height: 86px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #B5AEBE;
    width: 775px;
	clear:both;
	text-align: center;
}
#content {
	background-color: #FFFFFF;
	float: right;
	min-height: 350px;
	width: 541px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
	text-align: left;
	list-style-image:url(images/icons/green_bullet.gif);
}
#fullwidthcontent {
	background-color: #FFFFFF;
	float: right;
	width: 749px;
	padding-right: 18px;
	padding-left: 18px;
	padding-bottom: 18px;
	text-align: left;
}
#navbar {
	background-color: #B5AEBE;
	width: 785px;
	clear: both;
}
#header {
	background-color: #320033;
	width: 785px;
}
#textresizer {
	width:195px;
	height: 48px;
	float: right;
	background-color: #320033;
	padding-left: 190px;
	padding-top: 25px;
}
H1 {
	font-size: x-large;
	font-family: Trajan, Garamond, Times New Roman, Times, serif;
	color: #330033;
	font-weight: bold;
}
H2 {
	font-size: large;
	font-family: Trajan, Garamond, Times New Roman, Times, serif;
	color: #330033;
	font-weight: bold;
}
H3 {
	font-size: medium;
	font-family: Trajan, Garamond, Times New Roman, Times, serif;
	color: #330033;
	font-weight: bold;
}
H4 {
	font-size: small;
	font-family: Trajan, Garamond, Times New Roman, Times, serif;
	color: #330033;
	font-weight: normal;
}
H5 {
	font-size: x-small;
	font-family: Trajan, Garamond, Times New Roman, Times, serif;
	color: #330033;
	font-weight: bold;
}
H6 {
	font-size: xx-small;
	font-family: Trajan, Garamond, Times New Roman, Times, serif;
	color: #330033;
	font-weight: normal;
}
.textnav {
	font-size: small;
	color: #336666;
}
.boxout {
	background: #FFFFFF;
	width: 176px;
	border: solid 1px #336666;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.titlebar{
	color: #FFFFFF;
	font-weight: bold;
	background: #336666;
	width: 176px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #336666;
}
.floatleft {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 4px;
}
.floatright {
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
	margin-top: 4px;
}
.clearboth {
	clear: both;
}
a:link{
	color: #336666;
	text-decoration: none;
}
a:visited{
	color: #336666;
	text-decoration: none;
}
a:hover{
	color: #336666;
	text-decoration: underline;
}
a:active{
	color: #330033;
	text-decoration: none;
}

#textresizer a:focus{
	border: none;
	outline: none;
}

hr {
	border: 0;
	width: 541px;
	color: #336666;
	background-color: #336666;
	height: 1px;
}

.noborder {
	border: 0;
}