﻿body
{
	background-image:url('../mastergfx/back.png');
	background-repeat:repeat-x;
	background-color:#550000;
	margin:0px;
	font-family:Verdana;
	font-size:12px
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

#outer 
{
	width: 950px;
}

#wrapper
{
	margin:0 auto;
	width:950px;	
}

img
{
	border:0px;
}

.breadCrumb
{
	color:red;
	text-decoration:none;
	
	background-color:#E9E9E9;
	font-family:Verdana;
	font-size:12px;
}

.breadCrumb a:link
{
	color:red;
	text-decoration:none;
}

.breadCrumb a:hover
{
	color:red;
	text-decoration:none;
	font-weight:bold;
}

.breadCrumb a:visited
{
	color:red;
	text-decoration:none;
}

.contentBoxTitle
{
	color:yellow;
	font-family:"Verdana";
	font-size:14px;
}

.contentBoxValue
{
	font-family:Verdana;
	font-size:12px;
	color:black;
}

.contentBoxValue a:link
{
	font-family:Verdana;
	font-size:12px;
	color:red;
	text-decoration:none;
	border: 0px;
}


.contentBoxValue a:hover
{
	font-family:Verdana;
	font-size:12px;
	color:red;
	border: 0px;
}


.contentBoxValue a:visited
{
	font-family:Verdana;
	font-size:12px;
	color:red;
	border: 0px;
}

.ContentMasterTable
{
	background-color:#E9E9E9;
	vertical-align:top;
	text-align:left;
	padding:10px;
	font-size:12px;
}

.ContentMasterTable a:link
{
	color:red;
	text-decoration:none;
		font-size:12px;
}


.ContentMasterTable a:hover
{
	
	color:red;
	text-decoration:none;
	font-weight:bold;
		font-size:12px;
}


.ContentMasterTable a:visited
{
	
	color:red;
	text-decoration:none;
		font-size:12px;

}

.LinksList a:link
{
	color: red;
	text-decoration:none;
}
.LinksList a:hover
{
	color: red;
	text-decoration:none;
}
.LinksList a:visited
{
	color: red;
	text-decoration:none;
}

.contactFormTD
{
	text-align:left;
}

.contactFormTextBox
{
	width: 100%
}

