body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	background-color: #9A936B;
}

/*########### HEADINGS #############*/

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
	background-color: #9A936B;
	padding: 5px;
	margin-right: 10px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: 0.3em;
	margin-top: 20px;
}

h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #9A936B;
	padding-top: 5px;
	width: 80%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E3DC9E;
}
h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #9A936B;
}

/*###################### FRAME ###################*/

#frame {
	border: thin solid #EDEABD;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	clear: right;
}
#frame table {
	font-size: 0.95em;
}
#frame a {
	color: #0000FF;
	text-decoration: none;
}
#frame a:hover {
	color: #333333;
	text-decoration: underline;
}

#cell_body   {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 140%;
	font-size: 98%;
}
#cell_news {
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #9A936B;
	background-color: #EDEABD;
}
#cell_news p {
	padding-left: 10px;
}
#cell_news ul {
	list-style-position: outside;
	list-style-image: url(images/icons/arrow_orange.gif);
}
#cell_news h6 {
	background-color: #0F2166;
	width: 80%;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
}

#footer {
	color: #666666;
	text-align: center;
	font-size: 80%;
	font-style: italic;
	background-color: #ebebeb;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-top-color: #9A936B;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}

.footerNormal {
	font-size: 11px;
	font-style: normal;
}

/*######################## NAV TABLE ##########################*/
#tableNav {
	font-size: 11px;
}
#tableNav td {
	height: 30px;
	width: 125px;
	border: none;
	padding: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/navButton.jpg);
}
/*################### CLASSES ##################*/

.table_admin {
	border: 1px solid #9A936B;
}
.linkNav {
	color: #FFFFFF;
	text-decoration: none;
}
.linkNav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.picFrame {
	padding: 3px;
	border: 1px dotted #9A936B;
}
.italics_right {
	font-style: italic;
	background-position: right;
	font-size: 0.9em;
}
