body { background-color: white; }

.border {
	border: medium none #009999;
	background-color: #FFFFFF;
}


#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1.2em 0.2em 1.2em;
background-color: #93caad;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #C6E1D5;
color: #fff;
}



.footer {
font-family:Arial, Helvetica, sans-serif;
color:#999999;
font-size:0.7em;
}
.footer a:link, .footer a:visited {
color:#999999;
text-decoration:none;
}
.footer a:hover {
color:#999999;
text-decoration:underline;
}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.2em;
	color: #CC3333;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	color: #333333;
}
h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10em;
	text-transform: uppercase;
	color: #CA2D2D;
}

.side {

	border: thin solid #93caad;
}
.sidetab {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #93caad;
	padding: 5px;
	text-transform: uppercase;
	border-top: thin none #93caad;
	border-right: thin solid #93caad;
	border-bottom: thin solid #93caad;
	border-left: thin solid #93caad;
}
.sidetab a:link, .sidetab a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.sidetab a:hover {
color:#FFFFFF;
text-decoration:underline;
}
.order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #cc3333;
	padding: 5px;
}
.order a:link, .order a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.order a:hover {
color:#FFFFFF;
text-decoration:underline;
}

