 
a {
	color: #fff;
	border: 0px;
}
a:visited {
	color: #74752B;
}
a:hover {
	color: #993300;
}
a:active {
	color: #993300;
}

	

body {
	background-repeat: repeat-y;
	font-size: 62%;
	font-family: Verdana, Times, serif;
}

#container {
	width: 1000px;
	margin: 30px;
}

#left {
	background-image: url(images/apleft.jpg);
	float: left;
	width: 260px;
	height: 960px;
	background-repeat: no-repeat;
}

#rotator {
	width: 188px;
	padding-top: 10px;
	margin-left: 70px;
}

#right {
	background-image: url(images/apright.jpg);
	float: left;
	width: 699px;
	height: 960px;
	background-repeat: no-repeat;
}

#footer {
	background-image: url(images/apfooter.jpg);
	background-repeat: no-repeat;
	width: 954px;
	height: 128px;
	margin: 0px;
	clear: both;
}	

#navcontainer { 
	width: 150px;
	padding-top: 255px; 
	margin-left: 10px;
}

#navcontainer ul {
	margin-left: 40px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 160px;
}

#navcontainer a:link, #navlist a:visited
{
	color: #74752b;
	text-decoration: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 7px;
	font-weight: bolder;
}

#navcontainer a:hover
{
	color: #75492b;
	background-image: url(images/bullet_hover.png);
	background-repeat: no-repeat;
}

#main {
	width: 600px
}


p {margin-bottom: 15px;
   margin-top: 15px;}

h1 {
	text-align: center;
	margin-left: -90px;
	margin-top: 89px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 2em;
}

h2 {
	text-align: center;
	margin-left: -90px;
	margin-top: 7px;
	margin-bottom: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #9BA46D;
	font-size: 1.2em;
}

h3 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #98A549;
	font-size: 1.5em;
}

h4 {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #808D33;
	font-size: 1.5em;
	margin-left: 107px;
	margin-bottom: 30px;
}

blockquote {
	font-style: italic;
	border: 1px dotted #98A549;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #74752B;
	
}


