body {
	background-color: #F7F6F3;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}

a {
	color: #501C05;
	text-decoration: none;
}

a:hover {
	color: #E3B7A4;
	text-decoration: none;
	background-color: #501C05;
}

.tMain {
	background-color: #66ccff; 
}

.tHeader {
	background-color: #6699ff;
	
}

td {
	font-family: Verdana, Arial;
	font-size: 11px;
}

.linktext, .linktext a {
	font-size: 9px;
	color: #501C05;
}

.adminAppTitle {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
	color: #FFFFFF;
}

.adminLeftMenu, .adminLeftMenu a {
	background-color: #E3B7A4;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 12px;
	
}

.adminPageHeader {
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 16px;
}

.adminListHeader {
	background-color: #6699ff;
	font-weight: bold;
}

.adminListHeaderText, .adminListHeaderText a {
	color: black;
}

.adminListTable, .adminListTable td {
	border-style: solid;
	border-width: 1px;
	background-color: #E3B7A4;
}

.adminList0 {
	background-color: white;
}

.adminList1 {
	background-color: #ffff99;
}

.topMenu {
	font-family: Verdana;
	font-size: 11px;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.tableDisplay {
	background-color: #98acb4;;
}

.tableHeader {
	background-color: #E3B7A4;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

.tableSubHeader, .tableSubheader a {
	background-color: #F5E7E0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

.tableRow0, .tableRow0 a {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #501C05;
}

.tableRow1, .tableRow1 a {
	background-color: #F5E7E0;
	font-family: Verdana;
	font-size: 11px;
	color: #501C05;
}

.tableRowMain, .tableRowMain a {
	background-color: #F5E7E0;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.tableMessageCell {
	background-color: #e0e8eb;
}

.tableMessageCellRight {
	background-color: #ffffff;
}

.pageText {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.pageText a {
	color: #d27010;
}

.formBox, .formDropDown, .formTextArea {
	width: 250px;
	font-family: Verdana;
	font-size: 11px;
}

.siteName {
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
}

.siteName a {
	text-decoration: none;
	color: #501C05;
}

.signature {
	margin-top: 10px;
	border-top: 1px dashed #999999;
}

.code {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

blockquote {
	border: solid thin #c0c0c0;
	background-color: #f0f0f0;
    padding: 4px 4px 4px 4px;
}
	
blockquote .bqheader {
	font-weight: bold;
	margin-bottom: -10px;
} 

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0px;
	height: 18px;
	margin: 0px;
	background-image: url(../../images/Navbackground.jpg);
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D68F72;
	float: left;
	height: auto;
	width: auto;
	text-align: center;
	border: thin solid #4A4529;
	text-decoration: none;
	margin: 5px 2px 0px;
	padding: 0px 5px;
}

.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #501C05;
	float: left;
	height: auto;
	width: auto;
	border: thin solid #E3B7A4;
	text-decoration: none;
	margin: 5px 2px 0px;
	padding: 0px 5px;
}

.navselected {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E3B7A4;
	float: left;
	height: auto;
	width: auto;
	text-align: center;
	border: thin solid #4A4529;
	text-decoration: none;
	margin: 0px 2px 3px;
	padding: 2px 10px 3px;
	font-weight: bold;
}