body {
	padding: 0px;
	margin: 0px;
	background: #333333;
	color: #333300;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: .75em;
}

table#main {
	width: 754px;
	margin-right: auto;
	/* For centering the table in browsers other than IE */
	margin-left: auto;
	/* For centering the table in browsers other than IE */
}

.header {
	background-color: #37021D;
}

td#logo {
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
}

div#logo {
	
}

td#contextImage {
	width: 593px;
}

div#contextImage {
	
}

.navbar {
	color: #D6A476;
	background-color: #37021D;
}

.navbar a, .navbar a:visited {
	text-decoration: none;
	color: #D6A476;
}

.navbar a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}

.navbarItems {
	padding: 6px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.navblock {
	margin: 6px;
	margin-bottom: 0px;
	background-color: #4E2A30;
}

.navblockContent {
	font-size: 1.2em;
	padding: 0px 3px 6px 9px;
}

.navblockHeader {
	padding: 9px 0px 0px 9px;
	font-size: 1.5em;
}

.titleHr {
	background-color: #D6A476;
	color: #D6A476;
	height: 1px;
	width: 100%;
	border: 0;
	margin: 0px;
	padding: 0px;
}

#contentBody {
	width: 100%;
	padding: 0px 18px 18px 0px;
	background-color: #D6A476;
}

div#contentBodyMain {
	padding-right: 18px;
	padding-bottom: 24px;
}

div#contentBodyHeader {
	padding: 0px 18px 18px 0px;
	padding-right: 3px;
	padding-bottom: 0px;
}

div#notes {
	float: right;
	padding-left: 18px;	
}

div#contentEditLinkWrapper {
	float: right;
	right: 30px;
	position: relative;
	/*text-align: right;
	width: 100%;*/
}

div#contentEditLink {
	position: absolute;
}

.footer {
	color: #D6A476;
	font-size: .85em;
	padding: 8px 12px 8px 12px;
	background-color: #4E2A30;
}

.footer a,.footer a:visited {
	color: #FCF0D5;
}

.footer a:hover {
	color: #FFFFFF !important;
}

.note {
	width: 166px;
	color: #D6A476;
}

.noteHeader {
	padding: 0px 0px 0px 9px;	
	font-size: 1.5em;
}

.noteContent {
	padding: 6px 0px 12px 9px;
	
}

.noteContent a, .noteContent a:visited {
	color: #FCF0D5;
}

.noteContent a:hover {
	color: #FFFFFF !important;
}

.noteHeader a, .noteHeader a:visited {
	color: #D6A476;
	text-decoration: none;
}

.noteHeader a:hover {
	text-decoration: none;
	color: #FFFFFF !important;
}

a {
	color: #92000E;
	font-weight: normal;
}

a:visited {
	color: #92000E;
}

a:hover {
	background-color: transparent;
	color: #D00014 !important;
	text-decoration: underline;
}

a img {
	border: 0;
}

hr {
	color: #37021D;
	height: 1px;
}

.hr {
	background-color: #37021D;
	color: #37021D;
	height: 1px;
	width: 100%;
	border: 0;
	margin: 0px;
	padding: 0px;
	margin-bottom: 18px;
}

.navblock ul {
	margin-top: 6px;
	padding-left: 24px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: url(../images/bullet.png) disc outside;
	vertical-align: top;
	line-height: 1.5;
}

ul {
	margin-top: 6px;
	margin-bottom: 6px;
    /*list-style: url(../images/aquadot.jpg) disc outside;*/
    vertical-align: top;
    line-height: 1.5;
}

form,table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	/*border: 1px solid black;*/
}

th,td,pre,code {
	padding: 0px;
	border-collapse: collapse;
	vertical-align: top;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input,form textarea,form select {
	padding-left: 4px;
	color: #666;
}

input.button {
	color: #000;
}

form input.focus,form textarea.focus {
	border-color: #cc0099;
	color: #000;
}

input.error {
	border-color: red;
	background-color: #ffd;
}

form select {
	padding-left: 0px;
	/*background-color: #D5D6AE;*/
	color: #333300;
}

h1 {
	color: #ccc;
	font-size: 2em;
	font-weight: 900;
	line-height: 28px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

br {
	clear: left;
}

span#headerText {
	font-size: 1.75em;
	font-weight: normal;
	font-style: italic;
}

div#headerBorder {
	position: absolute;
	top: 79px;
	z-index: 101;
}

td#sectionHeader {
	font-size: 1.5em;
	font-style: italic;
}

.label {
	vertical-align: center;
	padding: 2px 6px;
}

div#formError {
	color: red;
	padding: 2px 6px 18px 6px;
}

#message {
	font-size: 1.2em;
}