* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(images/bg.gif) repeat;
}

#wrapper {
	width: 732px;
	background-color: #fff;
	margin: 20px auto 15px;
}

a {
	color: #c40000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #890006;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/* @group Header and Nav */

#header {
	color: #333;
	width: 732px;
	padding: 0;
	height: 65px;
	margin: 0;
	background: url(images/headerbg.gif) repeat-x;
}

#header h1 {
	background: url(images/logo.gif) no-repeat;
	width: 600px;
	height: 60px;
	float: left;
	text-indent: -3000px;
	margin-top: 12px;
	margin-left: 17px;
}

#header h1 a {
	background: url(images/logo.gif) no-repeat;
	width: 146px;
	height: 34px;
	float: left;
}

#header h2 {
	background-image: url(images/support.gif);
	width: 419px;
	height: 35px;
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	text-indent: -3000px;
}

#content {
	margin-bottom: 0px;
	overflow: auto;
	width: 716px;
	padding: 0 8px;
	margin: 0;
}

#navigation {
	color: #333;
	padding: 0;
	margin: 0 8px;
	width: 716px;
	height: 73px;
	background: url(images/navbg.gif) no-repeat 0 12px;
}

#navigation ul.topnav {
	padding-top: 14px;
	float: left;
	margin-left: 180px;
}

#navigation ul.topnav li {
	float: left;
	list-style-type: none;
	width: 100px;
	margin-right: 7px;
	text-align: center;
	color: #2B729A;
	padding-top: 18px;
}

#navigation ul.topnav li a {
	color: #2B729A;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#navigation ul.topnav li a:hover {
	text-decoration: underline;
}

#navigation ul.topnav li.last {
	margin-right: 0;
}



/* @end */

/* @group Content and Footer */

#leftc { 
	display: inline;
	color: #333;
	margin: 0 6px 0 0;
	padding: 0px;
	width: 173px;
	float: left;
}

#leftc .menu {
	background: url(images/leftbg.gif) repeat-y;
	width: 173px;
}

#leftc .menu .info {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 163px;
	background: url(images/leftb.gif) no-repeat 0 bottom;
	font-size: 12px;
}

#leftc .menu h3 {
	background: url(images/lefttitle.gif) no-repeat;
	height: 24px;
	color: #fff;
	font: bold 13px Arial;
	padding-left: 7px;
	padding-top: 6px;
}

#leftc .help {
	height: 97px;
	width: 173px;
	background: url(images/help.gif) no-repeat 1px;
	margin-bottom: 10px;
	text-indent: -5000px;
}

#mainc { 
	float: left;
	color: #333;
	margin: 0;
	padding: 0px;
	width: 382px;
	display: inline;
	position: relative;
	font-size: 12px;
}

#mainc ul {
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#mainc blockquote {
	padding-left: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	font-style: italic;
}

#mainc h2 {
	font-size: 17px;
	margin-bottom: 5px;
}

#mainc p {
	margin-bottom: 10px;
	font-size: 12px;
}

#mainc img {
	border: 1px solid #cb0100;
	margin-bottom: 10px;
}

#rightc { 
	display: inline;
	position: relative;
	color: #333;
	margin: 0;
	padding: 0px;
	width: 150px;
	float: right;
}

#rightc .menu {
	background: url(images/rightbg.gif) repeat-y;
	width: 150px;
}

#rightc .menu .info {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 140px;
	background: url(images/rightb.gif) no-repeat 0 bottom;
	font-size: 12px;
}

#rightc .menu h3 {
	background: url(images/rightt.gif) no-repeat;
	height: 24px;
	color: #fff;
	font: bold 13px Arial;
	padding-left: 7px;
	padding-top: 6px;
}

#footer { 
	width: 732px;
	clear: both;
	color: #333;
	margin: 0;
	padding: 5px 0;
	font-family: Verdana;
}

#footer p {
	font-size: 10px;
	color: #456B81;
	text-align: center;
}

.clear { 
	clear: both; 
	background: none; 
}



/* @end */