body{
	background-color: #FFFFCC;
	margin: 0px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
h2{
	font-family: "Lucida Calligraphy", "Apple Chancery", serif;
	font-size: 1.6em;
	color: #006633;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-top: 0em;
}
h3{
	font-size: 1em;
	color: #006633;
	font-style: italic;
	font-weight: bold;
}

img{
	border: none;
}
div.main-container{
	margin-right: auto;
	margin-left: auto;
    width: 900px;
}
div.content-outer{
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	padding: 1em;
	width: 878px;
}
div.content-inner{
	float: right;
	width: 740px;
}
p.footer{
	font-size: 75%;
	text-align: center;
}
.small{
	font-size: 75%;
}
.centerall{
	text-align: center;
	vertical-align: middle;
}

.floatleft{
	float: left;
	margin: 0 10px 5px 0;
	border: none;
	font-size: 75%;
	font-style: italic;
	text-align: center;
}
.floatright{
	float: right;
	margin: 0 0 5px 10px;
	border: none;
	font-size: 75%;
	font-style: italic;
	text-align: center;
}

a.normal{
	color: #000000;
	text-decoration: none;
}
.nav-v {
	float: left;
}
.nav-v ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.nav-v li {
	margin: 0px;
}

.nav-v a
{
	width: 100px;
    display: block;
	padding: 5px 10px;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	text-transform: capitalize;
	outline: none;
	background-image: url(../images/nav-bg1.gif);
	background-repeat: repeat-y;
}
.nav-v a:visited
{
	color: #000000;
	text-decoration: none;
}
.nav-v a:hover
{
	background-image: url(../images/nav-bg2.gif);
    border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.nav-v a.currentpage
{
	color: #CC0000;
}
.nav-h {
	vertical-align: top;
}
.nav-h ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.nav-h li {
	display: block;
	float: left;
	width: auto;
	border-bottom: 1px solid #999999;
	margin-bottom: 0.5em;
}

.nav-h li a
{
	display: block;
	padding: 5px 10px;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	text-transform: capitalize;
	outline: none;
	background-image: url(../images/nav-bg1.gif);
	background-repeat: repeat-y;
}

.nav-h li a:visited
{
	color: #000000;
	text-decoration: none;
}

.nav-h li a:hover
{
	background-image: url(../images/nav-bg2.gif);
    border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}

.nav-h li a.currentpage
{
	color: #CC0000;
}

.prices{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	background-color: #CCCC99;
}
.prices th{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: left;
	padding-right: 1em;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.prices td{
	background-color: #FFFFCC;
	text-align: left;
	padding-right: 1em;
	padding-left: 0.5em;	
	padding-top: 0.1em;
	padding-bottom: 0.1em;

}


