﻿/* Body Text */

body
{
 /*   background-color: #FFFFFF;
    background-repeat: no-repeat;
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
    font-size: 10pt;   */
    font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DDDDDD;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
    
}	

.bodytext, p, tr, td, ul, ol,  li  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
    width: 740px;
}

.homepage  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

.boldtext {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt
}

.sectionhead {
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt
}

.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #333399;
}

.bluetext  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333399;
}

.new  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}	
	
/* End Body Text */


/* Main body links */
a:link {
	color: #333399;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

a:hover {
	color: #333399;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

a:visited {
	color: #660000;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

a:active {
	color: #660000;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
/* End of main body links */



.caption {
	font-size: 8pt;
	color: #000000;
}

.foot {
	font-size: 8pt;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	color: #333399;
}

a.foot:link {
	color: #333399;
	text-decoration: underline;
	font-size: 8pt;	
}

a.foot:hover {
	color: #333399;
	text-decoration: underline;
	font-size: 8pt;	
}
a.foot:visited {
	color: #333399;
	text-decoration: underline;
	font-size: 8pt;	
}
a.foot:active {
	color: #333399;
	text-decoration: underline;
	font-size: 8pt;	
}

a.menu:link {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;	
}

a.menu:hover {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;	
}
a.menu:visited {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;	
}
a.menu:active {
	color: #000000;
	text-decoration: none;
	font-size: 8pt;	
}

.white  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;	
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;	
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;	
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;	
}

/* Links in sectionheads */
a.sectionhead:link {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}

a.sectionhead:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}

a.sectionhead:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}

a.sectionhead:active {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
}

.oneColFixCtrHdr #container
{
    width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/* End of sectionhead links */

/* Practice Improvement Menu */



