/* CSS Document */

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:x-small;
}
a:link {
	color:#CC3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#CC3300;
}
a:hover {
	text-decoration: none;
	color:#CC3300;
}
a:active {
	text-decoration: none;
	color:#CC3300;
}
h2 a:link
{ 
color:#FFFFFF;
}
h2 a:visited 
{ 
color: #FFFFFF;  
}
h2 a:hover 
{ 
color: #FFFFFF;  
}
h1
{

}
h2
{
font-size:x-small;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#CC6600;
color:#FFFFFF;
}

.Header
{
width:760px;
margin:0px auto;
height:200px;
}
.LeftHeader
{
width:543px;
float:left;
}
.LeftHeaderTop
{
height:137px;
}
.LeftHeaderBottom
{
height:60px;
}
.RightHeader
{
width:217px;
float:right;
text-align:right;
}
.Content
{
width:760px;
margin:0px auto;
}
.LeftContent
{
width:540px;
float:left;
padding-right:3px;
}
.RightContent
{
width:217px;
float:right;
}

.Bold
{
font-weight:bold;
}

.HeaderImage {
  padding-top:25px;	
}