
/*** HTML STYLES ************************************************/

/* Set the default font and page margin here. Do not set colors here.*/
BODY {
	MARGIN: 0px 0px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color: #F3EEE3;
	color: #603813;	
}

/* Style for MENU links */
#menu p {
	color: #891717;
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
}
#menu A:link {
	color: #603813;
	text-decoration: none;
}
#menu A:visited {
	color: #603813;
	text-decoration: none;
} 
#menu A:hover {
	color: #603813;
	text-decoration: underline;
}
#menu p.indent {
	margin-left: 30px;
	font-size: 10px;
}

/* Style for indented SUBMENU links */
#submenu A:link {
	color: #A67C52;
	text-decoration: none;
}
#submenu A:visited {
	color: #A67C52;
	text-decoration: none;
} 
#submenu A:hover {
	color: #A67C52;
	text-decoration: underline;
}


/* General Content */
#content p {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 15px 10px 15px;
	line-height: 18px;
}

#content td {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 15px 10px 15px;
	line-height: 18px;
}

#content ul {
	margin: 0px 0px 10px 16px;
	list-style: disc;
}

#content li {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 15px 10px 30px;
	line-height: 18px;
}

#content h1 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #891717;
	margin: 0px 15px 10px 13px;
}

#content h2 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #603813;
	margin: 0px 15px 6px 13px;
}

#content hr {
	border: none 0; 
	border-top: 1px solid #FFFFFF;
	text-align: center;
	width: 80%;
	height: 1px;
	margin: 5px 0px 5px 0px;
}

/* Major sections Content */
#content2 p {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 15px;
	line-height: 18px;
}

#content2 td {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 15px;
	line-height: 18px;
}

#content2 ul {
	margin: 0px 0px 10px 16px;
	list-style: disc;
}

#content2 li {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 10px 30px;
	line-height: 18px;
}

#content2 h1 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #891717;
	margin: 0px 0px 10px 13px;
}

#content2 h2 {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #603813;
	margin: 0px 0px 6px 13px;
}

#content2 hr {
	border: none 0; 
	border-top: 1px solid #FFFFFF;
	text-align: center;
	width: 80%;
	height: 1px;
	margin: 5px 0px 5px 0px;
}

.libmenu A:link {
	color: #6C5635;
	text-decoration: none;
}
.libmenu A:visited {
	color: #6C5635;
	text-decoration: none;
} 
.libmenu A:hover {
	color: #6C5635;
	text-decoration: underline;
}

.libmenu p {
	font-weight: bold;
	font-size : 10px;
	margin: 5px 15px 0px 15px;	
}

.libmenu2 A:link {
	color: #6C5635;
	text-decoration: none;
}
.libmenu2 A:visited {
	color: #6C5635;
	text-decoration: none;
} 
.libmenu2 A:hover {
	color: #6C5635;
	text-decoration: underline;
}

.libmenu2 p {
	font-weight: bold;
	font-size : 10px;
	margin: 0px 10px 0px 14px;	
}


/* Style for links */
A:link {
	color: #891717;
	text-decoration: none;
}
A:visited {
	color: #891717;
	text-decoration: none;
} 
A:hover {
	color: #891717;
	text-decoration: underline;
}

/* This is a smaller text used for the footer notes, etc. */
.smalltext {
	font-size : 10px;
	font-weight: normal;
	color: #42210B;
	width: 640px;
	margin-top: 15px;
}

/* This is a smaller text used for the footer */
.footertext {
	font-size : 10px;
	color: #000000;
	width: 640px;
	margin-top: 15px;
}

.inlineLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #603813;
}

.inlineSmall {
	font-size: 6px;
	font-weight: normal;
}


/* #content a img {
	border: #D3AF1D 1px;
}*/
