@charset "utf-8";
/* CSS Document */

/* BODY */
body
{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333;
	line-height: 180%;
	
}

/*TOP CONTAINER HOLDS DATE, LINKS AND SEARCH*/
#topcontainer
{
	width:100%;
	height:130px;
	text-align:right;	
	color:#333;
	margin-bottom:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#efefef;
	border-bottom:#FF9900 dotted 1px;
	background-image:url(../images/top.png);
	background-repeat:repeat-x;
}

/*DATE*/
#date
{
	width:590px;
	float:right;
	color:#009900;
	text-align:right;
	margin:65px 5px 0 8px;
	font-size:1.1em;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#date a
{
	color:#009900;
	text-decoration:none;
}

#date a:hover
{
	text-decoration:underline;	
	color:#FF9900;
}

#date a:active
{
	text-decoration:underline;
	font-style:italic;
	color:#FF9900;
}

/*SEARCH INPUT TEXTBOX*/
.input
{
	background-image:url(../images/searchie.png);
	width:178px;
	height:23px;
	border:0;
	background-repeat:no-repeat;
	padding:7px 2px 4px 9px;
	color:#666666;
}

/* SEARCH FORM FIELD */
.form { width:200px; float:right; margin:1px 1px 0 0; }

/*LOGO*/
#logo
{
	width:910px;
	height:100px;
	background-repeat:no-repeat;	
	margin:0 auto;
	padding:5px 10px 5px 0;		
}

/* CONTENT */
#content
{
	width:900px;
	margin:0 auto;	
	background-repeat:repeat-y;
	padding:8px 15px 25px 15px;
}

/* to prevent logo from being copied */

#hide
{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	width:523px;
	height:109px;
	margin:15px 0 0 20px;
	float:left;
}

#whitespace
{
	background-image:url(../images/whitespace.gif);
	height:100px;
}

/* FOOTER */
#footer
{
	width:100%;
	background:#FFF;	
	background-image:url(../images/footer.png);
	background-repeat:repeat-x;	
	height:136px;
	padding-bottom:15px;
	position:relative;	
}

/* CONTENT IN THE FOOTER */
.footercontent
{
	width:80%;
	margin:0 auto;
	text-align:left;
	padding-top:55px;
	color:#000;	
	font-size:12px;
	line-height:100%;	
}

.footercontent a { color:#000;}
.footercontent a:visited { color:#006600;}

.pdf li {list-style-image:url(../images/2pdf.png); font-size:14px; margin-left:25px}
.pdf li a{color:#009900; text-decoration:none;}


