@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	
}
body {
	background-color: #FFCECE;
	background-image: url(images/bgviolet.gif);
	margin-top: 20px;
	margin-bottom: 25px;
}
a:link {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	color: #CC9900;
	text-decoration: none;
}
a:hover {
	color: #663300;
	text-decoration: none;
}
a:active {
	color: #CC9900;
	text-decoration: none;
}
.style1 {font-size: 16px}
.style2 {font-style: italic;}
.style3 {font-size: 10px; font-style: italic;}



#topnav {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	background-color: #FFCC99;
	padding-left: 5px;
	text-align: right;
	padding-right: 12px;
	background-image: url(images/bgtop.gif);
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
}


#maincontainer {
	width: 740px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	border: 5px solid #FFFFFF;
}
.navtop {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CC33FF;
}
.nav {
	background-color: #FFE8E8;
	width: 195px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 12px;
}
#navcontainer {
    margin-top: 0px;
}
ul#navlist
{
margin: 0 0 0 0px;
padding: 0;
width: 100%;
}

#navlist li
{
	list-style-type: none;
	background-color: #FFF0B3;
	border: 1px solid #FF9900;
	font-weight: 300;
	text-align: center;
	padding: .3em;
	margin-bottom: .1em;
	background-image: url(images/bgbut.gif);
	background-repeat: repeat;
}

#navlist li a
{
	color: #CC9900;
	text-decoration: none;
	display: block;
}

#navlist li a:hover
{
	background-color: #FFD75B;
	color: #663300;
}


.header {
	background-color: #FFE8E8;
	height: 250px;
	width: 530px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF4EA;
	text-align: left;
}
.imgleft {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
} 

.contents {
	background-color: #FFFCF9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 10px;
	
}
#bottomnav {
	padding: 10px;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #663300;
	margin-top: 5px;
	background-color: #FFF5D9;
	padding-left: 5px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC9900;
	background-image: url(images/bgbut.gif);
}

.imgright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.imgleft {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #663300;
	margin-top: 30px;
	margin-right: 5px;
	margin-left: 15px;
}
.imgleft2 {
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.res {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #551C38;
	text-align: right;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #996600;
	margin-left: 8px;
	margin-right: 8px;
}
.author {
	font-style: italic;
	padding-right: 50px;
}
.rt-col {
	background-color: #FFFFFF;
}
