#navcontainer ul
{
	padding: 10;
	margin: 0;
	background-repeat:repeat-x;
	color:black; 
	float:left; 
	width:100%;
	
	letter-spacing: 1px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0.2em 1.4em;
	background-repeat:repeat-x;
	color: #FFF;
	text-decoration: none;
	float: left;
	
}

#navcontainer ul li a:hover
{

	background-repeat:repeat-x;
	color: black;
}


#navcontainer2 ul
{
	padding: 0;
	margin: 0;
	background-repeat:repeat-x;
	color:white; 
	float:right; 
	width:100%;

	letter-spacing: 1px;
}

#navcontainer2 ul li
{
	display: inline;
}

#navcontainer2 ul li a
{
	padding: 0.1em 1.4em;
	background-repeat:repeat-x;
	color: white;
	text-decoration: none;
	float: left;
	
}

#navcontainer2 ul li a:hover
{

	background-repeat:repeat-x;
	color: black;
}

body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #EEEEEE;
	line-height: 180%;
}

.labelRed 
{
  color: #B82219;
  background-color: transparent;
  font-weight:bold;
}

a
{
	color: #008AB8;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
	background: #8D8CCE;
text-align:right;

}

#header
{
	margin: 0 auto;
	width: 780px;

	border: 1px solid #8D8CCE;
	border-top: 0px;
	border-bottom: 0px;
	
	
	
}

#header h1
{
	margin: 0;
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}



.title
{
	margin: 0;
	color: #EEEEEE;
	font-family: arial;
	font-size: 40px;
	padding-right: 20px;
	padding-top: 40px;
}

#menucontainer
{
	width: 100%;
	height: 28px;
	background: #71AFE0;

	background-repeat:repeat-x;

}

#menu
{
	margin: 0 auto;
	width: 783px;
	background: #71AFE0;
	border-right: 1px solid #8D8CCE;

}

#content
{
	margin: 0 auto;
	width: 783px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #008AB8;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
	text-align:center;
}

#footer
{
	margin: 0 auto;
	width: 783px;
	text-align: right;
	color: #8D8CCE;
	background:#71AFE0;
	letter-spacing: 2px;
	border: 1px solid #8D8CCE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	padding: 3px 10px;
}

.buttonGreen
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	padding: 10px 20px; 
	CURSOR: hand; 
	COLOR: black; 
	FONT-FAMILY:arial ; 
	BACKGROUND-COLOR:#008AB8;
	 border-color:Black;
}

.buttonBlue
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	padding: 5px 10px; 
	CURSOR: hand; 
	COLOR: white; 
	FONT-FAMILY:arial ; 
	BACKGROUND-COLOR:#6699CC;
	 border-color:Black;
	 
}

A:link.redLine	{	
	text-decoration:none;
	color:	 #B82219;
	}	
		
A:visited.redLine	{	
	text-decoration:none;
	color:	#EB2A2A;
	}	
		
A:active.redLine	{	
	text-decoration:none;
	color:	#EB2A2A;
	}	
		
A:hover.redLine	{	
	text-decoration:	underline;
	color:	#EB2A2A;
	}
	
	.labelBlack
{
  color: black;
  background-color: transparent;
  font-weight:bold;
}

.whiteToBlack
{
  color: white;
  background-color: transparent;
  font-weight:bold;
}

.tdDesign2
{
	background-color:#E4CA95;
}
