@charset "utf-8";
/* CSS Document */


#container
{
	margin: 0 auto;
	width: 800px;
	background:#FFFFFF;
}


#Masthead {
position:relative;
background:url(../images/headerlogon.jpg) no-repeat;
height:94px;
}

#Masthead a {
	position:absolute;
	left:565px;
	width:200px; /*Define the width of the link box*/
	top:20px;
	height:50px; /*Define the height of the link box*/
}

#Masthead a span {
display:none; /*If the header image says anything add in a span tag for SEO but hide it.*/
} 

#header
{
	text-align: right;
	background:#ffffff;
	padding-right: 178px;
    padding-top: 20px;
	padding-bottom: 0px;
}


#header h1 
{    
	margin: 0;
	padding: 0; 
	font-weight: 100;
	font-style: none;
	font-variant: none;
	font-size: 2em;
	line-height: 1.5em;
	font-family: helvetica,sans-serif; 
	color:#999999;
}

#header h1 a:link { color:#999999; text-decoration:none }
#header h1 a:visited { color:#999999; text-decoration:none }
#header h1 a:hover { color:#000000; text-decoration:none }

#navigation
{
	float: left;
	width: 800px;
    background: #ffffff; 
}

#navigation ul
{
	margin: 0;
	margin-left: 175px;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;

}

#navigation li a
{
	
	display: block;
	float: left;
	padding: 5px 5px;
	color: #999999;
	text-decoration: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-size: .85em;
	font-family: helvetica,sans-serif;

}

#navigation li a:link { color:#999999; text-decoration:none; }
#navigation li a:visited { color:999999; text-decoration:none; }
#navigation li a:hover { color:#000000; text-decoration:none; }

#content
{
	clear: left;
	padding: 10px;
	font-weight: 200;
	font-family: helvetica,sans-serif;
	letter-spacing:.20px;
	word-spacing:.25px; 
}

#content a:link { color:#666666; text-decoration:underline; }
#content a:visited { color:#666666; text-decoration:none; }
#content a:hover { color:#000000; text-decoration:none; }
#content a img {border: none; }  

#content h3
{
	color: #999999;
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 .5em;
	text-align: center;
	letter-spacing:0px;
	word-spacing:0px;
	padding-left: 0px;
}

#content h2
{
	color: #999999;
	font-weight:lighter ;
	font-size: 140%;
	margin: 0;
	text-align: center;
	letter-spacing:0px;
	word-spacing:0px; 
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content h5
{
	color:#999999;
	font-weight: normal;
	font-size: 78%;
	letter-spacing:0px;
	word-spacing:0px; 
	margin: 0;
	font-style: normal;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content h6
{
	color:#999999;
	font-weight: normal;
	font-size: 75%;
	letter-spacing:0px;
	word-spacing:0px; 
	margin: 0;
	font-style:italic;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#disc
{
	font-weight: 100;
	text-align: left;
    font-family: helvetica,sans-serif; 
}

#disc a:link { color:#666666; text-decoration:none; }
#disc a:visited { color:#666666; text-decoration:none; }
#disc a:hover { color:#000000; text-decoration:none; }
#disc a img {border: none; }  


#footer
{
	background: #ffffff;
	color: #999999;
	text-align: right;
	letter-spacing:0px;
	word-spacing:0px; 
	padding: 20px;
	height: 1%;
}

