@charset "ISO-8859-1";


.oneColumnHeader
{
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #fff;
margin: 0;
padding: 0;
color: #000;
border-bottom: 2px solid #ccc;
}


.oneColumnHeader #container 
{
margin: 0;
padding: 0;
width: 901px;
border-right: 2px solid #ccc;
border-bottom: 1px solid #ccc;
}


/************** BEGIN linking Scheme ***************/
a 
{
color: #060;
text-decoration: none;
}

a:hover 
{
color: #00f;
text-decoration: underline; 
}

a:visited 
{
color: #06c;
}

a:visited:hover 
{
color: #00f;
text-decoration: underline;
}
/************** END linking Scheme ***************/





/************** BEGIN #navHead ***************/
#container #navHead 
{
position: relative;
border-bottom: 2px solid #ccc;
height: 90px;
margin: 0;
padding: 0;
}


#container #navHead #logo1
{
border-style: none;
padding: 5px 0 5px 5px;
margin: 0;
float: left;
position: relative;
}


#container #navHead #navGlobal 
{
list-style-type: none;
padding: 0;
margin: 0;
}


#container #navHead #navGlobal li 
{
float: left;
padding: 0;
font-size: 70%;
margin: 1.3em 0 1em 40px;
}
/************** END #navHead ***************/



/************** BEGIN #guideOne ***************/


.oneColumnHeader #container #guideOne 
{
	font-size: 80%;
	background-color: #fff;
	margin: 0;
	border: none;
	padding: 0;
	position: relative;
}

#guideOne .head 
{
margin: 0px;
padding: 0px;
position: relative;
border-bottom: solid 1px #ccc;
}

#guideOne .head h1 
{
padding: 0.3em;
font-size: 170%;
margin: 0 0 0 10px;
position: relative;
}

#guideOne .head .addendum 
{
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #f3f3f3;
text-align: right;
position: relative;
line-height: 1.8em;
padding: 0 2em;
font-weight: bold;
float: right;
border: solid 2px #ccc;
}

#guideOne .section .addendum 
{
font-family: Georgia, "Times New Roman", Times, serif;
background-color: #f3f3f3;
text-align: right;
position: relative;
line-height: 1.8em;
padding: 0 2em;
font-weight: bold;
float: right;
border: solid 2px #ccc;
}

#guideOne .section 
{
margin: 0px;
padding: 0 0 1em 1em;
position: relative;
border-bottom: solid 2px #ccc;
line-height: 1.4em;
}

#guideOne .section h2 
{
text-decoration: underline;
margin: 0;
padding: 0.3em;
font-size: 130%;
}

#guideOne .section p 
{
margin: .5em 1em .5em 3em;
padding: 0px;
}

#guideOne .section .subSection {
	background-color: #bfffbf;
	border: 2px solid #ccc;
	margin: .6em 1em 1em 280px;
	padding: 0 1em;
}

#guideOne .section .subSection2 {
background-color: #bfffbf;
border: 2px solid #ccc;
margin: .6em 100px 0 100px;
padding: .2em .8em;
position: relative;
text-align: center;
}





#guideOne .section .floatright 
{
float: right;
margin-left: 1em;
position: relative;
}

#guideOne .section .floatleft 
{
float: left;
margin-right: 1em;
position: relative;
}

/************** END #guideOne ***************/



/************** BEGIN #footer ***************/

#footer 
{
position: relative;
height: 2.5em;
margin: 1em 0 0 360px;
}


#footlogo 
{
float: left;
position: relative;
margin: .6em .5em 0 .5em; }


div#footer h6 
{
font-size: 55%;
float: left;
position: relative;
margin-top: 1.5em;
padding-top: 0.2em;
}

/************** END #footer ***************/



/* Miscellaneous classes for reuse */

.floatright 
{
float: right;
margin-left: 8px;
position: relative;
}

.floatleft 
{
float: left;
margin-right: 8px;
position: relative;
}


.clearfloat 
{ 
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

