/* Template test stylesheet */
/* Marie Kendall - February 2006 */

/* general site layout */

td img 
{
	display: block;
}

img.paragraph_image 
{
	margin-left: 5px;
	margin-right: 5px;
}

td.paragraph_text
{
	margin-top: 5px;
	margin-bottom: 5px;
}

hr
{
	color: #333333;
	height: 1px;
}

body 
{
	background-color: #cccc99;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link 
{
	text-decoration: none;
	color: #333333;
}

a:visited
{
	text-decoration: none;
	color: #006633;
	background : transparent;
	background-color : transparent;
}

a:hover
{
	text-decoration: underline;
	color: #333333;
}

/* content layout */

table.main_table 
{
	border: Solid 1px Black;
	background-color: #006633;
	width: 750px;
	padding: 0px;
	margin: 0 auto;
}

table.navigation
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width:100%;
	background-image: url(template/navigation_background.jpg);
	background-repeat: repeat-x;
	height: 21px;
	text-align: left;
}

td.navigationCell
{
	width: 120px;
	text-align:center;
}

td.navigationContactCell
{
	text-align:center;
}

table.content
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 98%;
	border: solid 1px #333333;
	background-color: #ffffff;
	/* background-image:url(template/content_background.jpg);
	background-repeat: repeat-x;*/
}

.page_title 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #006633;
}

.content_text
{
	font-weight:normal;
	font-size: 11px;
}

/* contact page objects */
td.contact_address
{
	font-family: Verdana;
	font-size: 14px;	
	padding: 8px;
}

td.contact_map
{
	font-family: Verdana;
	text-align: center;
	padding: 8px;
}

td.contact_email 
{
	text-align: center;
}

.emailForm 
{
	font-family: Verdana;
	font-size: 15px;
}

.contactTelephoneFax
{
	font-family: Verdana;
	font-size: 14px;
}

.emailButton
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	font-style:normal;
	color:#222222;
	background-color:#dddddd;
	border-style:ridge;
	border-width:1px;
	border-color:#474730;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 3px;
}



