body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
  	margin: 0;
	padding: 0;
	background-color: #293533;
}
#container {
	width: 900px;
	margin: 0 auto 0 auto;
}
#header {
	width: 900px;
	height: 93px;
	background-image: url(../graphics/marketing-circle-header.jpg);
	float: left;
}
#innerc_header {
	width: 900px;
	height: 93px;
	background-image: url(../graphics/inner-circle-header.jpg);
	float: left;
}
#footer {
	width: 900px;
	height: 98px;
	background-image: url(../graphics/footer-bk.jpg);
	margin:0px;
	padding: 0px;
	float: left;
}
#nav {
	font-size: 11px;
	color: #293533;
	width: 815px;
	height: 15px;
	position: relative;
	top: 20px;
	text-align: right;
	word-spacing: normal;
	}
#nav a {
	text-decoration: none;
	color: #293533;
}
#nav a:hover {
	text-decoration: none;
	color: #FF9900;
}
/* INDEX */
#icontent {
	width: 900px;
	height: 475px;
	background-image: url(../graphics/index-bk.jpg);
	float: left;
}
#icopy {
	width: 310px;
	padding: 15px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 460px;
	border: none;
}
#index_footer {
	width: 850px;
	height: 70px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
/* END INDEX */
/* PAGES */
#pgcontent {
	width: 900px;
	float: left;
	background-image: url(../graphics/page-bk.jpg);
}
#pgleft {
	width: 125px;
	margin: 15px 5px 10px 95px;
	padding: 8px;
	background-color: #FFFFFF;
	float: left;
	border: medium solid #FF9900;
}
#pgright {
	width: 490px;	
	background-color: #FFFFFF;
	padding: 20px;
	float: right;
	margin: 15px 90px 15px 20px;
	border: medium solid #6E9193;
}
#spacer {
	clear: both;
	height: 8px;
}
/* END PAGES */
/* STYLES */
a {
	text-decoration: none;
	color: #3D7489;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
h1 {
	font-size: 18px;
	margin: 0 0 14px 0;
	color: #6E9193;
	font-weight: normal;
}
h2 {
	font-size:  16px;
	margin: 0 0 14px 0;
	color: #000000;
	font-weight: normal;
}
h3 {
	font-size:  12px;
	color: #293533;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h4 {
	font-size:  11px;
	color: #910000;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	margin-top: 0;
}
h5 {
	font-size:  10px;
	margin: 0 0 0px 0;
	color: #000;
	font-weight: normal;
}
p {
	margin: 0 0 10px 0;
}
ul {
	margin: 5px 0 5px 2px;
}
ol {
	margin: 5px 0 8px  5px;
}
a img {
	border: 0;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight {
	float: right;
	margin: 6px;
}
hr {
	color: #D9E8E8;
	background-color: #D9E8E8;
	height: 1px;
	width: 100%;
	text-align: center;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.hr-gray {
	color: #CCC;
	background-color: #CCC;
	height: 2px;
	margin: 3px 0 3px 0;
	width: 100%;
	text-align: center;
}
.text9 {
	font-size: 9px;
}
.text10 {
	font-size: 10px;
}
.text11 {
	font-size: 11px;
}
.text12 {
	font-size: 12px;
}
.textgrey {
	color: #666666;
}
.textred {
	color: #910000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
