body {
	background:#FFFFFF;
	font-family:"Arial", "Helvetica", "sans-serif";
	font-size:10px;
	text-align:left;
	margin-top:10px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#CC0000;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#CC0000;
}

h2{
  font-size:13px;
  font-weight:bold;
  color:#003399;
}

.contactPanel {
	padding:0px 10px 0px 10px;
	background:#FFFFCC;	
	vertical-align:top;
	font-size:12px;
}

.contentBody {
	background:#FFCC00;	
}

.contentBorderBottom {
	background:url(../images/roundCorner_bottomRight.gif) bottom right no-repeat;
	height:20px;
}

.contentBorderTop {
	background:url(../images/roundCorner_topRight.gif) top right no-repeat;
	height:20px;
}

.contentText {
	padding:0px 10px 10px 5px;
	vertical-align:top;
	font-size:12px;
}

.contentTextNoPadding {
	vertical-align:top;
	font-size:12px;
}

.footer {
	text-align:center;
	border-top: solid 1px #FF9900;
	font-size:12px;
	color:#663300;
}

.photoBorder {
	border:1px solid #000000;
}

#standardNavContainer {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
#standardNavContainer 
	ul {
	padding:20px 0px 20px 0px;
	margin:0;
	color:#CC0000;
	float:left;
	width:100%;
	list-style-type:none;
}
#standardNavContainer 
	ul li {
	display:inline; 
}
#standardNavContainer 
	ul li a{
    padding:0.2em 1em;
	color:#CC0000;
	text-decoration:none;
	float:left;
	border-right:1px solid #663300;
}
#standardNavContainer 
	ul li a:hover {
	color:#FFFFFF;
	background-color:#663300;
}