/* Template test stylesheet */
/* Marie Kendall - October 2006 */

/* general site layout */

td img 
{
	display: block;
}

img.paragraph_image 
{
	margin-left: 5px;
	margin-right: 5px;
	border: solid 0px #ffffff;
}

td.paragraph_text
{
	margin-top: 5px;
	margin-bottom: 5px;
}

hr
{
	color: #FFFFFF;
	height: 1px;
}

body 
{
	background-color: #B8292F;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link 
{
	text-decoration: none;
	color: #ffffff;
}

a:visited
{
	text-decoration: none;
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

/* content layout */

table.main_table 
{
	border: Solid 1px #00a69e;
	background-color: #7AD3F7;
	width: 750px;
	padding: 0px;
	margin: 0 auto;
}

table.navigation
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	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 #7AD3F7;
	background-color: #7AD3F7;
	/* 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: 14px;
	color:#ffffff;
}

.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;
}


