body    {
    margin: 0;
    line-height: 1.6em;
    background-image: url('/images/bg-body.jpg');
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    font: .9em Arial, Helvetica, sans-serif, Trebuchet MS;
    color: #666666;
    
}

.content	{
    background-color: #ffffff;
}

div#nav	{
	background-color: #333333;
}


A:link {
	font-weight: 500;
	text-decoration: none;
	color: #333333;
}

A:visited {
	font-weight: 500;
	text-decoration: none;
	color: #333333;
}
	
A:active {
	font-weight: 500;
	text-decoration: none;
}
	
A:hover {
	font-weight: 500;
	   text-decoration: none;
	   color: #7a0000;
}


    

ul	{
	margin-left: 10px;
	line-height: 1.9em;
}

p	{ Padding: 0px;
    color: #666666;
}

H1 { 
	font-family: Trebuchet MS, Myriad Pro, Arial, Verdana;
	font-size: 1.4em;
	color: #022662;
	margin: 0px;
}

H2	{ 
	font-family: Trebuchet MS, Myriad Pro, Arial, Verdana;
	font-size: 1.2em;
	color: #333333;
	padding: 8px 0px 2px 4px;
}

H3	{
	font-family: Trebuchet MS, Myriad Pro, Arial, Verdana;
	font-size: 1em;
	color: #333333;
	margin: 0px;
}

.center	{ text-align: center; }
.left	{ text-align: left; }

.leftCol	{
    background-color: #49bdff;
}




div.footer  {
    border-top: 4px solid #022662;
    font-size: .9em;
    color: #888888;
    padding: 10px;
    width: 920px;
    margin-left: 10px;
}

.metal	{
    background-image: url('/images/bg-metal.jpg') ;
}

#home-ul	{
    margin-left: -80px;
    color: #ffffff;
    line-height: 2.5em;
}


.pattern-box	{
      background-image: url('/images/menu-bg-blue.jpg');
      border: 1px solid #777777;
      padding: 18px;
}



