/* CSS Document */

body {
	margin:0.1em 0.5em;
	padding:0;
	height:100%;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-image: url(images/bckgd_yellow_strip.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

a {
color:#003399;
text-decoration:underline;
}

a:hover {
color:#0000ff;
text-decoration:none;
}

h1
{
	font-size:1.9em;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
}

h2
{
	font-size:1.7em;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
}

h3
{
	font-size:1.5em;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
}
#table td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.3em;
}


blockquote {
margin:1em;
padding:.5em .5em .5em 0;
background-color:#ffffff;
}

blockquote p {
color:#000000;
}

hr {
margin:10px 0px;
border:none;
width:100%;
color:#00557F;
background-color:#00557F;
height:1px;
clear:both;
}

ul { font-size: 0.85em;}


li {margin: .5em 0}



#content { 	
margin:0 auto;
padding:1em;
width:860px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
background-image: url(images/bckgd_btm_shadow.gif);
background-repeat: repeat-x;
background-position: center bottom;

}

#content p {
	font-size:0.8em;
	line-height: 1.3em;
}

#content h1 {
margin:0 0 -.3em 0;
padding:.75em 0 0 0;
font-size:1.3em;
font-weight: bold;

}

#content h2 {
margin:0 0 -.3em 0;
padding:.75em 0 0 0;
font-size:1.0em;
font-weight:bold;
/* letter-spacing:.1em; */
}

#header {
	margin:0 -1em;
	padding:0;
	height:120px;
}

#header h1 {
margin:0 0 -14px 10px;
padding:10px 0 0 .9em;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000000;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 30px;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
color:#000000;
}


#footer {
	position:relative;
	clear:both;
	bottom:0;
	margin:10px 0;
	padding:0;
	line-height:1.3em;
	text-align:center;
	font-size:0.8em;
	background-color:#ffffff;
	
}

#footer a {
	color:#000000;
	text-decoration:underline;
	
}

#footer a:hover {
	color:#0000ff;
	text-decoration:underline;
	
}

.white {
    color: #ffffff;
}

.small {
	font-size: 0.7em;
}