/*  using color scheme "powerful color" from the book "Type Style Finder"
		red: A5001B
		blue: 314371
		gray: 484953
*/
	

/*****************
	MAIN  
******************/

body {
	margin:0;
	padding:0px 0px;
	font-family: Georgia,Times New Roman,Times,Serif,serif; 
	letter-spacing: 0px; 
	line-height: 1.4em;
	background-color: #fff;
	}

#pageContainer {		 /* div that contains all the content */
/*	width: 780px;  */
	width: 920px;
	margin: 0 auto 0 auto;
	background-color: #fff; 
	} 

#contentBlock{   /* IE hack to fix the font-size and layout of content */
	 height: 100%;
	 overflow: visible;
	 color: #000;
	 font: Georgia,Times New Roman,Times,Serif,serif;
	 padding: .5em 3em 0 1em;
	 background: #fff;
	 border-left: 1px dotted #ccc;
	 }

#centerOfPage > #contentBlock{
	 height: auto;
	 width: auto;
	 overflow: auto;
	 color: #000;
	 padding: .5em 3em 0 1em;
	 background: #fff;}


h1 {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color: #314371;
	font-weight: bold;
	font-size: 125%;
	padding-top: .5em;
	background: transparent;}

h2 {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:#314371;
	font-weight: bold;
	font-size:110%;
	margin: 0;
	padding-top: 1.8em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
	background: transparent;}

h3 {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:#314371;
	font-weight: bold;
	font-size:100%;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 0em;
	background: transparent;}

#sectionEnd {
	padding-bottom: 0px;
	border-bottom: 1px dotted #ccc;
	line-height: 150% !important;
	margin-bottom: 2px; }


/*****************
	TEXT STYLES
******************/

p {  margin: 1em 0;}

p.pullout { 
	margin: 0em 3em;
	font-weight: bold;
	 }

p.pulloutEx { 
	margin: 0em 3em;
	font-weight: regular;
	 }


a { font-family:Georgia,Times New Roman,Times,Serif,serif;
	color:#A5001B;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;}

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	background: transparent;}

a.navlink { 
	font-family: Arial,Helvetica,Sans-serif,sans-serif;
	color:#A5001B;
	font-weight: bold;
	font-size: 80%;
	text-decoration: underline;
	background: transparent;}

a.navlink:hover { 
	color:#333333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #33333;
	background: transparent;}

a.footerlink { 
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	color:#A5001B;
	font-weight: bold;
	font-size:70%;
	text-decoration: underline;
	background: transparent;}

a.imglink {
	border: 0; }

a.imglink:hover {
	border: 0;
	text-decoration: none;
	border-bottom: none;}

a.name {
	color:#000;
	font-weight: bold;
	text-decoration: none;
	}

td.formlabel
{ 
	font-family: Georgia,Times New Roman,Times,Serif,serif; 
	color:#000;
	font-weight: normal; 
	font-size: 95%; }

ul {margin-bottom: 2.00em;}

li {margin-bottom: 0.66em; line-height: 1.5em;}

blockquote { font-family: Arial,Helvetica,Sans-serif,sans-serif; font-size:80%; line-height: 1.5em; }
	
/*****************
	HEADER STYLES
******************/

#header {
	width: 780px;
	margin: 0 auto 0 auto;
	height: 68px;
	z-index: 10; }

#topBar {			/* google links ad bar */
    background:#314371;
    padding: 4px; 
    text-align: center;}


/*****************
	MENU STYLES
******************/

#centerOfPage{
 height: 100%;     	/* used to extend menuLeft */
 color: inherit;
 background: #fff;}	/*background of left nav here so is height of page */

#menuLeft { 
	float: left;
	width:180px;
	top:160px;
	height: 100%; /* used to extend menuLeft */
	padding: 2px 3px;
	background: transparent; 
	text-align: left;}

.leftnavheadline { 
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size:85%; 
	font-weight:bold;
	color: #1C5262; }


/*****************
	CONTENT STYLES
******************/

#content {
    position:absolute;
    top:170px;
    left:180px; }
	
#contentadblock {
    float:right;
    width:225px;
    background:#fff;
    position:relative;
    padding: 5px 30px; }

#adBlock {
    float:left;
    background:#fff;
    position:relative;
    padding: 0px 0px; }


#leftList {
	float:left;
	width:50%;
	background:#fff;
	margin-right:15px;
	padding-bottom:20px;
	}
	
#rightList {
	}
	

/*****************
	DEFINITIONS OF WORDS STYLES (TABLE DISPLAY)
******************/

 dl.defnDisplay
{
	width: 32em;
	margin: 2em 0;
	padding: 0;
	font-family: Georgia,Times New Roman,Times,Serif,serif;
}

.defnDisplay dt
{
	width: 10em;
	float: left;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
	font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.defnDisplay dd
{
	float: left;
	width: 20em;
	margin: 0 0 0 0;
	padding: .5em;
	border-top: 1px solid #999;
}


/*****************
	FOOTER STYLES
******************/

#footer {
 clear: both;
 text-align: center;
 margin: auto;
 padding: 5px 7px;
 color: inherit;
 font: Georgia,Times New Roman,Times,Serif,serif;
 background: #fff;}


#pageContainer > #footer{
 clear: both;
 margin: auto;
 padding: 5px 7px;
 color: inherit;
 font: Georgia,Times New Roman,Times,Serif,serif;
 background: #fff;}

