html {
	margin: 0;
	padding: 0;
}
body {
	font-family:  verdana, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	background-color: #d8d8d8;
}

h1  {
	
	font-size: 18px;
	margin:0px;
}

h2	{
	
	font-size: 16px;
	
}

h3

	{
	font-size:14px;
	}


p {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}


a:link {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration: underline;
}

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

a:active {
	color:#eeeeee;
	text-decoration: underline;
}


#navblack a:link {
	color: #ffffff;

}

#navblack a:visited {
	color: #ffffff;

}

#navblack a:hover {
	color: #ffff00;

}

#navblack a:active {
	color:#ffffff;

}

#nounderline a:link {
	text-decoration:none;

}

#nounderline a:visited {
	text-decoration:none;

}

#nounderline a:hover {
	text-decoration:underline;

}

#nounderline a:active {
	text-decoration:underline;

}

#nounderlineblack a:link {
	text-decoration:none;
	color: #cccccc;

}

#nounderlineblack a:visited {
	text-decoration:none;
	color: #cccccc;

}

#nounderlineblack a:hover {
	text-decoration:underline;
	color: #ffff00;

}

#nounderlineblack a:active {
	text-decoration:underline;
	color: #cccccc;

}





img {
	border: 0px;
}
#wrapper {
	width: 960px;
	margin: auto;
	text-align: left;

}

.blackdiv {
background-color: black;
color:white;
padding: 2px;
text-transform:uppercase;
font-family:arial,helvetica,sans-serif;
margin:0px;
font-size: 16px;
	
}



td  {

	vertical-align: top;
	padding: 6px;

}

.nopadding {
	
	padding:0px;
}

#header {
	height: 60px;
	background-color: #ccccff;
	border: 1px solid blue;
}

#header h1 {
	margin-left: 30px;
}



#content {
	font-size: 14px;
}

.nav	{
	padding: 10px;
}


.footer {

	font-size: 11px;
}

.footermenu {

	font-size: 11px;
	text-align: center:
	margin-bottom: black dotted 1px;
}

blockquote, .standout {
	font-style: normal;
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	color: #252525;
	padding-left: 6px;
	border-left: 3px solid #222f36;
	border-right: 3px solid #222f36;
	padding-right: 5px;
	background-color: #ffffee;
	padding: 10px; 
}
