﻿* { margin:0; padding:0; }
body {
	background-color: #CCCC99;
	font-size: medium;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
a:link {
	color: #725671;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #725671;
	font-weight: bold;
} 
a:hover {
	color: #CE9808;
	font-weight: bold;
}
a:active {
	color: #CE9808;
	font-weight: bold;
}
#container {
	border: 1px #999999 solid;
	margin-right: auto;
	margin-left: auto;
	width: 870px;
	background-color: #FFFFFF;
	margin-top: 20px;
	height: auto;
}
#hdr_style {
	margin: 2px;
	border: 1px #999999 solid;
	padding-bottom: 1px;
}
#navbar {
	clear: both;
	background-color: #FFFFFF;
	width: 173px;
	height: 443px;
	background-image: url('images/sidebar_left.gif');
	float: left;
	margin-top: 1px;
}
html>body #navbar {
	overflow: hidden;
	padding-top: 12px;
}
#navbar ul {
	list-style-type: none;
	width: 100%;
	margin-top: 10px;
}
#navbar li {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #725671;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left: 18px;
	margin-right: 0px;
}
/* Total width is left & right padding plus width plus l&r margins */
#sidebar {
	float: right;
	width: 169px;
	background-color: #FFFFFF;
	height: 455px;
	background-image: url('images/sidebar_right.gif');
	margin-top: 1px;
	text-align: center;
}
#sidebar img {
	margin-top: 40px;
}
#content {
	width: 528px;
	height: auto;
	float: left;
	font-size: 10pt;
	text-align: left;
	font-family: Verdana;
	background-color: #FFFFFF;
}
#content .bodystyle {
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 11px;
	margin-right: 20px;
	padding-left: 10px;
}
#content li {
	margin-top: 6pt;
	margin-bottom: 8pt;
	margin-left: 30pt;
	margin-right: 30pt;
}
#content #nasmlogo {
	margin-top: 42px;
	width: 200px;
	height: 63px;
	margin-left: 164px;
	margin-right: 164px;
}
#content .quote {
	font-style: italic;
	margin-top: 6pt;
	margin-bottom: 10pt;
	margin-left: 45pt;
	margin-right: 75pt;
}
#footer {
	border-top: 3px #008752 solid;
	display: block;
	clear: both;
	background-color: #FFFFFF;
	padding: 4px;
}
.footerstyle {
	text-align: center;
	color: #000000;
	font-size: x-small;
	display: block;
}
.currentpage {
	color: #CE9808;
}
.picborder {
	border-style: solid;
	border-width: 1px;
}
.redtext {
	color: red;	
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 11px;
	margin-right: 20px;
	padding-left: 10px;
}
.blackdot {
	font-family: Symbol;
}
.registered {
	font-family: "Times New Roman";
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: 1.4em;
	color: #725671;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-color: #008752;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 13px;
	margin-top: 20px;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
h3 {
	font-size: 1.3em;
	color: #725671;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

