body {
	background-color:#B5C9D7;
	background-image:url(/images/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:14px;
	margin:0px;
	padding:0px;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height:100%;
	margin-bottom:1px;
}

a {
	color:#069;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:underline;
}

/**********************/
/* Start Page Container */
#container {
	background-image:url(/images/body-bg.gif);
	margin:auto;
	padding:0;
	width:980px;
}

/**********************/
/* Start Top Nav */

#navtop {
	background-image:url(/images/nav-top.jpg);
	width:980px;
	height:155px;
	position:relative;
	color:#202E46;
	text-align:right;
}

#navtop p {
	margin:0;
	padding:10px 15px;
	font-size:11px;
}

#navtop a {
	color:#000;
	text-decoration:none;
}


#navtop a:hover {
	color:#FF6600;
	text-decoration:underline;
}


/***************************/
/* Start Side Bar Elements */
#sb {
	width:226px;
	margin:0;
	padding:0;
	height:auto;
	float:left;
}

#sb p {
	padding:10px 25px 10px 8px;
	margin:0;
	text-align:center;
	font-size:11px;
}

#sb ul {
	font-size:11px;
    list-style-type:circle;
}

#sb ul li {
	line-height:13px;
	margin:3px 28px 10px 0px;
	border-bottom:1px dotted #FFF;
	padding:0 0 6px 0;
}

/**********************/
/* Start Page Content */
#content {
	width:720px;
	float:right;
	padding:15px 0 0 0;
	line-height:16px;
}

#content h1 {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#5E849F;
	padding:5px 50px 5px 0;
	margin:0;
}

#content h2 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#5E849F;
	padding:5px 50px 5px 0;
	margin:0;
}

#content h3 {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#666;
	padding:3px 50px 3px 0;
	margin:0;
}

#content h4 {
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	color:#666;
	padding:3px 50px 3px 0;
	margin:0;
}

#content p {
	padding:3px 50px 3px 0;
}

#content ul {
	font-size:11px;
    list-style-type:circle;
}

#content ul li {
	line-height:13px;
	margin:3px 30px 10px 6px;
}

/********************/
/*** Start Footer ***/

#ecom-footer {
	background-image:url(/images/ftr.jpg);
	width:980px;
	height:55px;
}

#ecom-footer p {
	padding:10px;
	font-size:10px;
	margin:0;
	line-height:14pt;
}

#note {
	background-color:#B5C9D7;
	width:980px;
	text-align:center;
}

#note p {
	font-size:10px;
	color:#069;
	padding:10px;
	margin:0;
}


/************/
/*** Misc ***/

.hr-div {
	display:block;
	margin:6px 50px 6px 0;
	border-top: 1px dotted #66CCFF;
}

