/* Basic Layout */
body,td,th {
	font-size: medium;
	color: #4C1B1B;
	font-family: Times New Roman, Times, serif;
}
body {
	background-color: #4C1B1B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a { font-weight: bold; }
a:link { color: #4C1B1B; }
a:visited { color: #BD8D46; }
a:hover { color:#BD8D46; } 
a:active { color: #000000; }

form {
	margin: 0px auto;
	text-align: center;
}

input,textarea,select,option {
	color: #4C1B1B;
	background-color: #F6E497;	
	
	border-style: solid; 
	border-width: 1px;
	border-color: #4C1B1B;

	padding-right: 4px;
	padding-left: 4px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
	.noBorder0 {
		background-color: #FCFAE1;
		border-style: none;
		padding: 0px;
	}
	
	.noBorder1 {
		background-color: #D7D4B2;
		border-style: none;
		padding: 0px;
	}
	
	.comboBoxes {
		border-style: none;
		border-width: 0px;
	}
	
	#comboBorders {
		float: left;
		width: auto;
		height: auto;
		border: solid;
		border-width: 1px;
		border-color: #4C1B1B;
	}
	
ol ol {
	list-style-type: lower-alpha;
	padding-bottom: 8px;
}
table {
	width: 98%;
	border: none;
}

table .smallerSize {
	width: 85%;
}

/* DIV Boxes */
#navBox {
	background-color: #4C1B1B;
	color: #FF6600;
	background-image:url(../images/gui/logo.jpg);
	
	background-position: left top;
	background-repeat: no-repeat;

	padding: 0px;
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 6px;
	text-align: center;
	vertical-align: bottom;
	height: 14px;
	width: 96%;
}
	
	#navBox a{
		color:#BD8D46;
		font-size:medium;
		text-decoration:none;
		font-weight:bold;
		margin: 0px;
		margin-top: 80px;
		padding-left: 4px;
		padding-right: 4px;
	}
	
	#navBox a:hover{
		color:#CCCCCC;
	}
	
	#navBox .current a{
		color:#FFFFFF;
	}
	
	#navBox .current a:hover{
		color:#FFFFFF;
	}
	
#contentDiv {
	background-color: #FCFAE1;
	color: #4C1B1B;
	width: 98%;
	height: 100%;
	padding: 2px;
}

#aboutUsLinks {
	text-align: left;
	padding: 2px;
	margin-left:16px;
}

#footerDiv {
	text-align: center;
	width: auto;
	padding: 6px;
	padding-top: 30px;
	font-size: small;
	font-weight: bold;
}

#quickLinks {
	font-size: small;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	width: auto;
}
	#quickLinks a{
		font-weight: normal;
	}
	
	#quickLinks a:link { color: #4C1B1B; }
	#quickLinks a:visited { color: #4C1B1B; }
	#quickLinks a:hover { color:#BD8D46; } 
	#quickLinks a:active { color: #000000; }

/* Table Layouts */
.tableContent {	background-color: #FCFAE1; color: #4C1B1B;}
.tableSideBarsTopLeft {
	background-image:url(../images/gui/topLeft.jpg);
	background-position:right top;
	background-repeat: no-repeat;
	width: 90px;
	height: 20px;
}
.tableSideBarsLeft { 
	background-image:url(../images/gui/left.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	width: 90px; 
	height: 743px; 
	overflow: auto; 
}
.tableSideBarsTopRight {
	background-image:url(../images/gui/topRight.jpg);
	background-position:left top;
	background-repeat: no-repeat;
	width: 90px;
	height: 20px;
}
.tableSideBarsRight { 
	background-image:url(../images/gui/right.jpg);
	background-position:left top;
	background-repeat: repeat-y;
	width: 90px; 
	height: 743px; 
	overflow: auto; 
}
.tableTopBar {
	background-image:url(../images/gui/topMiddle.jpg);
	background-position:top;
	background-repeat: repeat-x;
}

.tableHeaders { background-color: #4C1B1B; color:#FCFAE1; font-weight: bold; font-size: small;}
	.tableHeaders a { color:#FCFAE1; }
.tableHeadersMed { background-color: #4C1B1B; color:#FCFAE1; font-weight: bold; font-size: medium;}
	.tableHeadersMed a { color:#FCFAE1; }
	
.tableRow0 {
	background-color: #FCFAE1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4C1B1B;
}

.tableRow1 {
	background-color: #D7D4B2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #4C1B1B;
}

/* Content Classes */
.boldTextSizeUp {font-weight: bold; font-size: medium;}
.boldItalicSizeUp {font-weight: bold; font-style: italic; font-size: larger;}
.boldText {font-weight: bold;}
.italicText {font-style: italic;}
.boldItalic {font-weight: bold; font-style: italic;}
.Titles {font-size: x-large; font-weight:bold; text-align: center;}
.smallerLinks {font-size: small; }

#shortCut {
	color: #999999;
	font-weight: bold;
	font-size: xx-small;
	padding: 0px;
	margin: 0px;
}

	#shortCut a { font-weight:normal; }
	#shortCut a:link { color: #4C1B1B; }
	#shortCut a:visited { color: #BD8D46; }
	#shortCut a:hover { color:#BD8D46; } 
	#shortCut a:active { color: #000000; }