html, body {
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
	padding: 0px;
	background-image: url(back.jpg);
	background-repeat: no-repeat;
	background-color: #FAE2CC;
}


form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
#apDiv1 {
	position:absolute;
	left:7px;
	top:238px;
	width:299px;
	height:447px;
	z-index:1;
	font-family: Arial,Georgia, "Times New Roman", Times, serif;
	color: #593A58;
	padding: 5px;
	font-size: .9em;
}
#apDiv1 h3 {
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		font-size: 1em;
}

#apDiv1 h2 {
	font-size: 1.2em;
}
#apDiv1 a {
	color: #593A58;
}
#apDiv2 {
	position:absolute;
	left:405px;
	top:13px;
	width:539px;
	height:37px;
	z-index:2;
}
#apDiv2 {
	font-family: Georgia2, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}
#apDiv3 {
	position:absolute;
	left:339px;
	top:52px;
	width:655px;
	height:59px;
	z-index:3;
}
#apDiv3 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996633;
	font-size: 1.1em;
	font-style: italic;
	padding: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#apDiv4 {
	position:absolute;
	left:335px;
	top:158px;
	width:566px;
	height:547px;
	z-index:4;
}
#apDiv4 h3 {
z-index:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #593A58;
	
	font-size: 1.2em;

}
#apDiv4 p {
z-index:1;
	font-family: arial,Georgia, "Times New Roman", Times, serif;
	color: #593A58;

	font-size: .9em;

}
#smalltable {
	font-family: arial,Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	color: #593A58;
}
#apDiv4 a {
	color: #593A58;
}
.style1 {
font-family: arial,Georgia, "Times New Roman", Times, serif
font-size: .9em;
}


   #navcontainer
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B276B2;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 0 0 0;
width: 660px;
font-size: 0.8em;
}

ul#navlist li
{
display: block;
text-align: center;
float: left;
width: 24%;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.2em;

	color: #FAE2CB;
	text-decoration: none;
	background-color: #B276B2;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FFFFFF;
	
	background-color: #99639B;
}
