
html {
	color:#000;
	background:transparent #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}

/* Global Classes
*******************************************************************/ 
h2{
	color:#729da4;
	font-size:18px;
	font-weight:bold;
}
p{
	margin-bottom:25px;
}
a{
	text-decoration:none;
	color:#555;
}
a:hover{
	text-decoration:underline;
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.aL {
	text-align:left;
}
.aR {
	text-align:right;
}
.aC {
	text-align:center;
}
.aJ {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.imgLeft {
	float:left;
	margin:4px 10px 4px 0;
}
.imgRight {
	float:right;
	margin:4px 0 4px 10px;
}
.noPadding {
	padding:0;
}
.noIndent {
	margin-left:0;
	padding-left:0;
}
.noBullet {
	list-style:none;
	list-style-image:none;
}

/* Custom Classes
*******************************************************************/ 
body{
	margin:0;
	padding:0;
	background-color:#690033;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#555;
	text-align:center;
}
#container {
	background:url(../images/bg_body.jpg) repeat-y 0 0;
	width:900px;
	margin:0 auto;
	padding:0 50px 25px;
	text-align:left;
}
#header{
	position:relative;
	padding-top:93px;
	width:900px;
}
#logo{
	position:absolute;
	left:30px;
	top:18px;
}
#slogan{
	position:absolute;
	top:55px;
	right:40px;
	width:221px;
}
#contentBody{
	position:relative;
	padding:0;
	width:900px;
	margin:10px 0 0;
}
.primary{
	width:520px;
	padding:0 30px 0 0;
	background:url(../images/divider.gif) repeat-y right 0;
	margin:0 0 0 50px;
}
ul.indent{
	margin:0 0 0 20px;
	padding:0 0 25px;
}
ul.indent li{
	background:url(../images/bg_bullet.gif) no-repeat 0 8px;
	padding-left:7px;
}
#logo_nm{

}
.secondary{
	position:absolute;
	top:0;
	right:0;
	width:275px;
}
.secondary h2{
	color:#729da4;
	padding-bottom:5px;
}
.secondary h1{
	color:#690033;
	padding-bottom:5px;
}
.secondary ul{
	margin:0 0 30px 17px;
}
.secondary table{
	margin:0 0 30px 17px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#555;
	text-align:left;
}
#footer{
	color:#fff;
	font-size:9px;
	padding:14px 0;
}