body {
  	font-family: sans, Sans,arial, helvetica, sans-serif;
	background:#ffffff;
	margin:0px;
	padding:0px;
	font-size: 12px;	
	halign:
	: center;

}

#hdr {
	width: 760px;
	height: 151px;
	background: url(../images/header.png);
}

#hdr-nav-sep {
	width: 760px;
	height: 8px;
	background: url(../images/sep-head-nav.png);
}

#nav {
	background: #CC3300;
	color: #FFFFFF;
	text-align: center;
}

#subnav {
	color: #FFFFFF;
	
}

#cnt {
	background: #FFFFFF;
}

#footer {
	color: #CC3300;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	width: 600px;
}

#footer a{
	color: #CC3300;
	font-size: 11px;
   text-decoration: none;
}

#bread{
	width: 600px;
	color: #000000;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-bottom: 5px;
	margin-top: 3px;
	font-size: 11px;
	border-bottom: 1px solid #000000;
}

#bread a{
	color: #CC3300;
	font-size: 11px;
	font-weight: bold;
}

#bread b{
	color: #CC3300;
	font-size: 11px;
	font-weight: bold;
}

#cnt_frame{
	padding-left: 6px;
	padding-top: 0px;
	width: 590px;
	margin-bottom: 10px;
}

table.center { 
	margin-left: auto;
	margin-right: auto;
}

/* Formatting of Text Items */
	/* Top Navigation Links */
#nav a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

#nav a:hover{
	color: #FFFFFF;
}

#nav-active a{
	color: #FFFFFF;
	font-style: italic;
}

	/* Headers */
h1{
	color: #CC3300;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 4px;
}

h2{
	color: #CC3300;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 4px;
}

h3{
	color: #CC3300;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 4px;
}

h4{
	color: #CC3300;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 4px;
}

		/* Standards */
#cnt a{
	color: #CC3300;
	font-style: italic;
	text-decoration: none;
}

#cnt a:hover{
	color: #CC3300;
	text-decoration: underline;
}

#cnt b, .bold, strong{
	color: #CC3300;
	font-weight: bold;
	margin: 0px;
}

#quick{
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	color: #000000;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: center;
	width: 600px;
}

#quick a{
	color: #CC3300;
	font-size: 11px;
	font-style: normal;
}

#quick a:hover{
	color: #CC3300;
	font-size: 11px;
	font-style: normal;
}


#subnav {
width: 135px; /* set width of menu */
} 

#subnav ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#subnav a, #subnav h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#subnav h2 {
	color: #CC3300;
	background: #000;
	height: 15px;
	filter: alpha(opacity=70);
	-moz-opacity:.7;
	opacity: 0.7;
	text-transform: uppercase;
}

#subnav a {
	color: #CC3300;
	background: #efefef;
	height: 15px;
	filter: alpha(opacity=70);
	-moz-opacity:.7;
	opacity: 0.7;
	text-decoration: none;
}

#subnav a:hover {
	color: #000;
	background: #fff;
	height: 15px;
	filter: alpha(opacity=70);
	-moz-opacity:.7;
	opacity: 0.7;
}