body,td,div,p {
	font-family: Tahoma;
	font-size: 11px;
	color: #2b3637;
}



div.ContentContainer
{
	background-image: url("images/logobackground.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	padding-left:50px;
	padding-top:10px;
	padding-right:10px;
	height:475px;
}

div.ContentSide
{
	padding-left:10px;
	padding-top:10px;
	padding-right:40px;
	
}



div.TopBar
{
	background-image: url("images/top.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 712px;	
	height: 30px;	
}


div.Nav
{
	background-image: url("images/nav.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	width: 244px;	
	height: 226px;	
}

.dot { font-family: Trebuchet MS,tahoma,arial;  font-size:9px; color: #969799;}

a.TopNav, a.TopNav:visited{ 
  font-family: arial;  
  font-size: 11px;
  text-decoration: none;
  color: #f4ebbf; 
  font-weight:bold; 
} a.TopNav:hover { color: #f6d221; }

a.ShortNav, a.ShortNav:visited{ 
  font-family: arial;  
  font-size: 12px;
  text-decoration: none;
  color: #898989; 
  font-weight:bold; 
}
a.ShortNav:hover { 
color: #c52f2f; 
}


a.smallGray, a.smallGray:visited{ 
  font-family: arial;  
  font-size: 10px;
  text-decoration: none;
  color: #4b5058; 
  font-weight:bold; 
}
a.smallGray:hover { 
color: #c52f2f; 
}


div.BottomBar
{
	background-image: url("images/bottom.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	width: 712px;	
	height: 85px;	
}



h1 {
	color: #c3302d;
	font-size: 20px;
  letter-spacing: -0.8px; 
  
}

h2 {
	color: #898989;
	font-size: 18px;
  letter-spacing: -0.8px; 
  
}

h3 {
	color: #dbdbdb;
	font-size: 16px;
  letter-spacing: -0.8px; 
  
}






.smallHeading{
color: #876f00;
font-weight: bold;
}

.reallySmall{
font-size: 9px;
color: #727272;
}

.Small{
color: #4b5058;
font-size: 9px;
}





a {
	font-family: "Tahoma";
	font-size: 11px;
	color: #c3302d;
}

a:hover {
	text-decoration:none;
}


a.SmallRed {
	font-family: "Tahoma";
	font-size: 9px;
	color: #c3302d;
	text-decoration:none;
}

a.SmallRed:hover {
	text-decoration:underline;
}





form {
						padding:0;
						margin:0;
						}
select	{
						width:200px;
						height:18px;
						background-color:#FFFFFF;
						border:1px solid #CDCDCD;
						font-family:Tahoma;
						font-size:11px;
						color:#333333;
						margin:0px;
						padding:0px;
						}
input	{
						width:200px;
						height:18px;
						background-color:#FFFFFF;
						border:1px solid #D4D0C8;
						font-family:Tahoma;
						font-size:11px;
						color:#333333;
						line-height:10px;
						margin:0;
						padding:3px;
						}	
textarea	{
						width:200px;
						height:73px;
						background-color:#FFFFFF;
						border:1px solid #D4D0C8;
						font-family:Tahoma;
						font-size:11px;
						line-height:12px;
						color:#333333;
						margin:0;
						padding:3px;
						overflow:hidden;
						}		


