body
{
	margin: 0 0 0 0;
	font-family: Georgia, 'Times-New Roman', serif;
}

a img
{
	border: none;
}

#account_nav_bar
{
	width: 960px;
	margin: 0 auto;
	height: 28px;
	font-size: 11px;
	color: rgb(0,0,77);
	padding-right: 5px;
}

#account_nav_bar a
{
	color: rgb(0,0,77);
	text-decoration: none;
}

#account_nav_bar a:hover
{
	text-decoration: underline;
}

#account_nav_bar ul li
{
	display: inline;
	float: right;
	margin: 7px 2px;
}

#page
{
	position: relative;
	width: 960px;
	margin: 0px auto 20px auto;
	border-width: 1px;
	border-color: rgb(206,205,210);
	border-style: solid;
}

#title_bar
{
	width: 100%;
	height: 91px;
}

#title_bar img
{
	border: none;
}

#nav_bar
{
	width: 100%;
	height: 32px;
	background-image: url(../images/nav_bar_bg.jpg);
	background-repeat: repeat-x;
}

#nav_bar .nav_bar_link
{
	font-size: 12px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-align: center;
	padding-top: 6px;
	height: 32px;
}

#nav_bar a
{
	text-decoration: none;
}

#nav_bar a .nav_bar_link 
{
	color: rgb(255,255,255);
	text-decoration: none;
}

#nav_bar a:hover .nav_bar_link 
{
	text-decoration: underline;
	cursor: pointer;
}

#nav_bar .nav_bar_div
{
	font-size: 13px;
	font-weight: normal;
	color: rgb(255,255,255);
	text-align: center;
	padding-top: 5px;
	height: 32px;
}

#content
{
	width: 100%;
	padding-bottom: 10px;
	background-image: url(../images/content_bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#content p
{
	margin: 10px 40px;
	text-align: justify;
	font-size: 14px;
}

#content a
{
	color: rgb(0,4,91);
}

#content h2.page_title
{
	text-align: left;
	color: rgb(0,4,91);
	width: 880px;
	font-size: 18px;
	margin-top: 14px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgb(0,0,0);
}

#content h3.subtitle
{
	display: inline;
	text-align: left;
	font-size: 16px;
	color: rgb(0,0,77);
}

#content h3.subheading
{
	font-size: 14px;
	color: rgb(0,4,91);
	margin-left: 40px;
}

#content ul
{
	margin-left: 60px;	
}

#content ol
{
	margin-left: 60px;	
}

#best_strategy
{
	text-align: left;
	color: rgb(0,4,91);
	font-size: 12px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -15px;
}

#copyright
{
	text-align: right;
	color: rgb(0,4,91);
	font-size: 12px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -30px;
}

.red_chevron
{
	margin-right: 5px;
}

.blue_chevron
{
	margin-left: 5px;
}

.lion_chevron
{
	margin-right: 2px;
}

.info
{
	border: 1px solid rgb(212,212,212);
	background-color: rgb(234,237,242);
	padding: 5px 5px;
	margin-left: 40px;
	margin-right: 40px;
}

.info h3
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

.warning
{
	border: 1px solid rgb(212,212,212);
	background-color: rgb(252,255,211);
	padding: 5px 5px;
	margin-left: 40px;
	margin-right: 40px;
}

.warning h3
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

.error
{
	border: 1px solid rgb(212,212,212);
	background-color: rgb(255,191,195);
	padding: 5px 5px;
	margin-left: 40px;
	margin-right: 40px;
}

.error h3
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
}

.button
{
	margin-right: 5px;
}

.section_heading
{
	text-align: center !important;
	font-weight: bold;
	font-style: italic;	
}

.subsection_heading
{
	text-align: center !important;
	font-style: italic;	
}

.equation
{
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;	
}

.bottom_border
{
	border-bottom-width: 1px;	
}

sup {
	font-size: .4em;	
}