html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,td,th {
	font-size: 12px;
	line-height: 16px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

body {
	background-color: #000;
	background-image: url(images/Background2.jpg);
	background-repeat: repeat-x;
}
.LogoPad {
	padding: 12px;
}

.imagePad {
	padding: 12px;
}

a:link, a:visited, a:active { 
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-decoration:none; 
	color:#000000;
}

a:hover {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-decoration:underline; 
	color:#000000
}

p {
	margin-bottom: 12px;
}


.nav {
	background-color: #d3c4a3;
	text-align: left;
	vertical-align: top;
}

.nav a:hover {
	background-color: #a39161;
}

.nav li {
	font-size: 12px;
	text-indent: 12px;
	line-height: 24px;
	background-image: url(images/MenuFlair.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.nav li li {
	font-size: 11px;
	text-indent: 24px;
	line-height: 18px;
	background-image: none;
}

.maincontent {
	text-align: justify;
	vertical-align: top;
}

.maincontent ul{
	margin-top: 6px;
	margin-bottom: 18px;
}

.maincontent ol{
	margin-top: 6px;
	margin-bottom: 18px;
	list-style-type: decimal;
}

.maincontent li {
	list-style-type: disc;
	margin-left: 18px;
}

.maintitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #a39161;
	line-height: 40px;
	background-image: url(images/TitleFlair.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.subtitle1 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #a39161;
	line-height: 20px;
}

.subtitle2 {
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}

.subtitle3 {
	font-weight: bold;
	font-size: 12px;
	color: #B30838;
}

.news {
	vertical-align: top;
	text-align: left;
	background-color: #e7e8e9;
	margin: 12px;
	padding: 6px;
}

.newsheading {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 16px;
	color: #B30838;
	line-height: 20px;
}

.newsinfo {
	font-size: 12px; 
	line-height: 14px; 
}


.tablestyleleft {
	font-style: italic;
	font-weight: bold;
	color: #B30838;
	border-top-style: ridge;
	padding: 6px;
	border-top-width: 1px;
	border-top-color: #d3c4a3;
	background-color: #e7e8e9;
}
.tablestyleright {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #4C483D;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-bottom-color: #d3c4a3;
	border-left-color: #d3c4a3;
	padding: 5px;
}
