/* Stylesheet for cdc resources page */

body
{
	background-color: #DFFFB9;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: small;
	color: #000000;	
}

/* styles for links */
a 
{	
	color: #000080;
	text-decoration: none
}
/*
a:visited 
{
	color: #008080;
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
a:active 
{
	color: #000040;
	text-decoration: none;	
}
*/

/*styles for lists 
ul, ol 
{	
	font-family: Georgia, Times New Roman, Times, serif;
	color: #004B4B;
	font-size: 1em;
	line-height: 1.3em;	
	/*list-style-image: url(images/dot.gif);
	list-style-position: outside
} */

/* styles for pagelayout table */
table.pagelayout
{
	margin-left: auto; 
	margin-right: auto; 
	width: 760px;
	border: none;
}

td.pagetitle
{
	 width: 602px; 
	 text-align: center; 
	 background-color: #0F5152; 
	 color: #6AC564; 
	 height: 50px; 
	 font: bold 25pt 'Arial Black';
}

/* styles for content and footer */
table.pagelayout table.content
{
	
	width: 608px;
	height: 265px;
	color: #000000;
	background-color: #C9FFC9;
	border: 0px;
	/* background-color: #E5FEC7; */
	/*background-color: #6AC564;*/
}

/* styles for content td, for some insane reason 
firefox would not let me do it inline */
table.pagelayout table.content td.contentx
{
	padding: 10px;
	width: 582px;
}

table.pagelayout table.content td.contentx p
{
	text-align: left;
}

/* styles for content links */
table.pagelayout td.content a
{
	text-decoration: none;
	color: #FFCC33;
}

table.pagelayout td.content a:hover
{
	display: inline;
	text-decoration: underline;
}


/* styles for inner table on housing/services*/
td.linkdescription
{
	width: 521px;
	background-color: #CDFE80;
	border: 1px solid #0E5251;
	padding: 6px;
}

/* styles for contact page */
table.contacttable
{
	width: 95%; 
	font-size: small; 
	padding: 5px;
	vertical-align: top;
}

table.contacttable td.top
{
	background-color: 0F5152; 
	color: #FFFFFF; 
	border: 1px solid #6AC564
}

/* bullet list styles */
ul, ol 
{	
	list-style-image: url(../images/dot.gif);
	list-style-position: outside
	align: left;
}

/* miscellaneous styles */
a img
{
	border: none;
}

h1
{
	font-size: x-large;
	color: #0F5152;
}

.pagetitle
{
	font-size: x-large;
	color: #FFFFFF;
	text-align: center;
	line-height: 75%;
	font-weight: bold;
}

.title
{
	font-weight: bold;
	text-transform: uppercase;
}

.center
{
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
}

.small
{
	font-size: small;
}