* {
  margin: 0; padding: 0; 
}
body {
	background: #FFF url(images/bac.jpg) repeat-y center top;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 125%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/*-----tags-----*/
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 1.1em;
	color: #BD0505;
	font-weight: bold;
	padding-top: 0.7em;
}
h2 a {
	text-decoration: none;
}
h2 a:link, h2 a:visited {
	color: #BD0505;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
h2 a:active {
	color: #275D85;
	text-decoration: underline;
}
.h2inline {
	font-size: 1.1em;
	color: #BD0505;
	font-weight: bold;
	display: inline;
}
a span {
	display: none;
}
h3 {
	font-size: 1.0em;
	color: #333;
	font-weight: bold;
	padding-top: 1.5em;
}
h4 {
	font-size: 0.9em;
	padding-top: 5px;
}
ol {
	margin: 5px 0px 0px 20px;
	padding: 0px;
	font-size: .9em;
}
a {
	font-weight: bold;
	border: 0px;
}
a:link, a:visited {
  	color: #CC9933;
}
a:hover, a:active {
	color: #BD0505;
	text-decoration: underline;
}
p {
	font-size: .85em;
	padding-top: 0.8em;
}
img {
  border: 0;
}
/*-----structure-----*/
#headerwrap {
	width: 100%;
	background: #FFF url(images/headerwrapbac.jpg) repeat-x;
	height: 125px;
	padding: 0px;
}
#header {
	width: 800px;
	height: 125px;
	margin: 0px auto;
	background: url(images/logo_banner.gif) no-repeat center top;
}
a#logo {
	height: 100px;
	width: 760px;
	display: block;
	margin: 0px;
}
#navwrap {
	width: 780px;
	margin: 0px auto;
}
#nav {
	height: 19px;
	margin: 1px 4px 0px 291px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding-top: 0px;
	margin-top: 0px;
}
#nav li a {
	float: right;
	display: block;
	height: 15px;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #CCC;
	padding: 2px 10px 2px 10px;
	margin: 0px;
}
#nav li a:link, #nav li a:visited {
	color: #000;
}
#nav li a:hover, #nav li a:active {
	color: #FFF;
	background-color: #BD0505;
}
#content {
	width: 780px;
	margin: 0px auto;
	min-height: 450px;
}
#main {
	width: 740px;
	margin: 15px auto;
	text-align: left;
	padding: 0px;
}
.right {
	float: right;
	padding: 0px;
	background: none;
	width: 341px;
	margin: 0px 0px 10px 15px;
}
.cc_section {
	text-align: center;
	margin: 0px auto;
	width: 455px;
	padding: 0px 20px 0px 15px;
	clear: both;
}
.wide {
	clear: both;
	padding: 0px;
	width: 742px;
	border-top: 1px solid #CCC;
	background-image: url(images/fadebac.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/*-----classes-----*/
.highlight {
	color: #BD0505;
	font-weight: bold;
}
.imageleft {
	float: left;
}
.imageright {
	float: right;
}
.photo {
	margin: 15px 0px 15px 0px;
}
#footer {
	text-align: center;
	font-size: 0.8em;
	color: #CCC;
	padding: 20px;
	width: 740px;
	background-color: #000;
	clear: both;
	margin: 0px auto;
	font-weight: bold;
}
#footer a {
	font-weight: bold;
	background: none;
}
#footer a:link, #footer a:visited {
	color: #CCC;
}
#footer a:hover {
	color: #FFC528;
}
#footer a:active {
	color: #BD0505;
}
