/* CSS Document */
body {
	font-family: arial, helvetica, sans-serif;
	background-image: url(Images/Brown.jpg);
	background-repeat: repeat;
}

a:hover {
background: inherit;
color: #000099;
text-decoration: underline;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color: #662b0d;
	background-color: inherit;
}
a.external:link, a.external:visited, a.external:active {
	background: inherit;
	color: #662bod;
	text-decoration: none;
}
a.external:hover {
background: inherit;
color: #09f;
text-decoration: underline;
}
h1 {
text-align: center;
font-variant: small-caps;
font-weight: bold;
}
h2 {
text-align: center;
text-decoration: underline;
font-size: 13pt;
font-weight: bold;
}
h3 {
text-align: center;
color: red;
background-color: inherit;
text-transform: uppercase;
}
h4 {
text-align: center;
font-size: 12pt;
font-weight: bold;
}
h6 {
text-align: center;
font-size: 9pt;
}
p {
font-size: 10pt;
text-align: left;
}
li {
	font-size: 12px;
}


.small {
font-size: 9pt;
text-align: center;
}
.padding {
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	line-height: 20px;
}
.margin {
margin-left: 65px;
}
.center {
text-align: center;
}
#table1 {
	background-color: #FFFFFF;
	color: 66350d;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	background-color: inherit;
	text-align: left;
	padding-left: 35px;
	color: #66350d;
	padding-right: 35px;
}

#table2 {
	color: #66350d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #a5c5ea;
	text-align: center;
	font-weight: bold;
	
}

.tdmenu {
	color: #66350d;
	background-color: #a5c5ea;
	padding-left: 20px;
	text-align: left;
	height: 58px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding-top: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	background-color: #FFFFFF;
	text-align: justify;
	color: #66350d;
}

#footer {
	background-color: #a5c5ea;
	color: #66350d;
	text-align: center;
	font-size: 11px;
	height: 23px;
}
.blue {
	background-color: #a5c5ea;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 250px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: justify;
	padding: 25px;
	line-height: 25px;
	color: 66350d;
}
