body { 
	background-color:#CC0000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small;
}

#overall {
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pageFrame {
	position: relative;
	background-color:#FFF;
	margin: auto;
	width:775px;
}	

.skipnav { width: 1px; height: 1px; }

.skipnav a,  
.skipnav a:hover, 
.skipnav a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.skipnav a:active {
	position: static ;
	width: auto;
	height: auto;	
}

#banner { 
	text-align: center; 
	padding-bottom: 1px;
}

#banner img { 
	margin-left: 3px; 
	margin-bottom: 3px;
	}

#subBanner img {
	margin-left: -1px;
	margin-top: 0px;
}

#leftColumn {
	width: 155px;
	float: left;
	clear: right;
	margin-top: 36px;
	height: auto !important;
}
#leftColumn img { 
	margin: 0 !important;
	border: 0 !important;
}



#mainColumn {
	background-color: #FFF;
	width: 550px;
	float: left;
	margin-left: 45px;
	position: relative;	
	margin-right: 20px;
}
html>body #mainColumn {
	width: auto;
	max-width: 550px;
}

#content {
	padding-top: 30px;
	min-height: 400px;
}
#footer {
	clear: both;
	position:relative;
	text-align: center;
	margin-left: 155px;
	padding-bottom: 25px;
	font-size: 10px; 
}

#footer hr { margin: 10px auto; }

.bold {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.vcard {
	margin: 12px;
}
h4 {
	font-size: 1em;
}
.n {
	color: #F00;
	margin-left: 12px;
	margin-bottom: 5px;
	font-family: "Century Schoolbook";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
}

#pageFrame {
	background-color: #FFF;
}

ul#navmenu {
	list-style-type: none;
	width: 155px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
#navmenu li {
	display: block;
	text-align: right;
	width: 145px;
	padding-bottom: 5px;
}
#navmenu li a {
	text-decoration: none;
	text-transform:uppercase;
	color: #663;
	font-family: "Century Schoolbook";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
}	
#navmenu li a.new:after {
	/*content: 'NEW';*/
}
#infobox {
	padding: 5px;
	width: 540px;
	text-align: left;
}
#infobox p {
	padding: 10px 20px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
}
#infobox h3 {
	font-size: 1.3em;
}
#infobox h2#getstarted {
	margin-top: -10px;
	padding-top: 0;
	font-stretch: ultra-expanded;
}
#infobox h2 a {
	text-decoration: none;
	color: #FFF;
}
#infobox h2 a:hover {
	color: #00C;
} 
#infobox h2 a span{
	text-decoration: underline;
}

#listboxes {
	position: relative;
	display: block;
	margin: 30px 0 0 15px;
	padding: 0;
}
#listboxes > li {
	display: block;
	float: left;
	margin: 10px;
}
#listboxes li h3 {
	margin-bottom: 3px;
}
#listboxes> li ul {
	list-style-type: disc;
	background-color: #ef792f;
	display: block;
	width: 140px;
	height: 210px;
	margin: 0;
	padding: 10px 0 0 14px;
	color: #000;
}
#listboxes li li {
	text-align: left;
	margin: 5px;
	padding: 0;
	float: none;
	clear: left;
}
#subBanner h1 {
	color: #00C;
	margin: 0;
	font-family: "Century Schoolbook";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: uppercase;
}
.Rollover:hover .Over{
	border: 1px solid #000;
}
.Rollover .Over{
	border: 1px solid #FFF;
}

