
body { 
	margin: 15px auto; 
	color: #111; 
	font-size: 11px; 
	font-family: "Lucida Grande", LucidaGrande, Lucida, Geneva, Arial, Verdana, sans-serif; 
	background: #ffffff;
	width: 100%;
	position: static;
	top: 0; left: 0; 
}

a { color: #484848; text-decoration: none; border: none; }

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

p {
	text-align: justify;
	margin: 10px 5px;
	padding: 0;
}

h2 {
	margin: 5px 10px;
	font-size: 12px;
	color: #202020;
}


h3 {
	margin: 8px 10px;
	font-size: 12px;
	color: #484848;
}

h4 {
	margin: 8px 10px;
	font-size: 16px;
	color: #666666;
}

h5 {
	margin: 5px 10px;
	font-size: 14px;
	color: #202020;
}

h6 {
	margin: 5px 5px;
	font-size: 14px;
	color: #202020;
}

/* No longer used*/
#headershadow { 
	background-image: url(../images/shadowheader.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
	top: 0; left: 0;
	height: 7px; 
	width: 612px;
	margin: 0; 
}

/* Asar header*/
#header { 
	display: block;
	background-image: url(../images/header2.png); 
	background-repeat: no-repeat; 
	background-position: center; 
	height: 65px; width: 602px;
	margin: 0px auto; 
	padding: 0;
}

/* Wraps entire page (minus header) with shadow border */
#wrapper { 
	display: block;
	height: auto; 
	min-height: 400px;
	width: 602px; 
	margin: 0px auto;
	background-repeat: repeat-y;
	background-position: center top; 
	background-color: #fff;
}

/* Adds shadow to the boittom of the page */
#footershadow { 
	background-color: #fff;
	background-repeat: no-repeat; 
	background-position: center; 
	top: 0; left: 0;
	height: 17px; width: 612px; 
	margin: 0px auto; 
}

.clearnow {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	margin: 0;
}

/* Main content area */

#main {
	float: right;
	width: 420px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#main p {
	padding-right: 12px;
	color: #484848;
}

#main img {
	border: 0;
} 

/* Main content area, no sidebar */

#mainnosidebar {
	float: left;
	width: 602px;
	height: auto;
	margin: 20px;
	padding: 0;
}

#mainnosidebar p {
	width: 520px;
	padding-right: 12px;
	margin: 8px 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 169px;
	border-right: 1px dashed #DCDCDC;
	margin: 0px 5px;
}

#sidebar p {
	margin: 10px 10px;
	padding: 0;
	text-align: left;
	color: #484848;
}

#sidebar ul
{
	font-size: 11px;
	text-align: left;
	color: #484848;
	margin-left: -15px;
	list-style-type: square;
}

#sidebar h2
{
	margin-top: 8px;
}

#sidebar .smallmargin {
	margin: 2px 10px;
}

#sidebar img {
	border: 0;
} 

/* Separators */

#bodyseparatorimage { 
	background-image: url(../images/separator.jpg); 
	background-repeat: no-repeat; 
	background-position: right; 
	height: 8px; width: 167px;
	margin: 5px 15px 12px 10px; 
	float: right;
}

.bodyseparatorborder { 
	border-top: 1px dashed #DCDCDC;
	height: 8px; width: 167px;
	margin: 5px 50px 12px 0px; 
	float: right;
}

.bodyseparatorborderlessindent { 
	border-top: 1px dashed #DCDCDC;
	height: 8px; width: 167px;
	margin: 5px 20px 12px 0px; 
	float: right;
}

.sepborder { 
	border-top: 1px dashed #DCDCDC;
	height: 8px; width: 167px;
	margin: 10px 25px 12px 8px; 
	float: left;
}

hr {
	border: 0;
	width: 85%;
	color: #dedede;
	background-color: #dedede;
	height: 1px;
	margin: 15px auto;
	padding: 0;
}
