﻿body
{
	margin:0px;
	background-image:url('../Images/bg.png');
	background-repeat:repeat-x;
	/* background-color:#667278; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
    color:#333333;   
}

#header 
{
	width:800px;
	height:140px;
	background-image:url('../Images/header.png');
	background-repeat:no-repeat;
	margin:auto;
}

#navigation
{
	margin:auto;
	width:800px;
	padding-bottom:30px;
	color:#FFFFFF;
	font-weight:bold;
}

#content 
{
	width:800px;
	margin:auto;
	float:none;
	vertical-align:top;
	padding-top:10px;
}

#left
{
	width:550px;
	float:left;
	border-right:1px solid #CCCCCC;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align:top;
}

#leftTop 
{
	width:550px;
	height:auto;
	padding-bottom:10px;
}

#leftBottomLeft
{
	width:200px;
	float:left;
	/* border-top:1px solid #CCCCCC; */
	vertical-align:top;
	padding-top:10px;
	padding-right:20px;
}

#leftBottomRight
{
	vertical-align:top;
	width:320px;
	float:right;
	padding-top:10px;
}

#right 
{
	width:230px;
	vertical-align:top;
	float:right;
	padding-left:0px;
	padding-top:20px;
}

#footer 
{
    clear:left;
    margin:auto;
    background:#275A7F;
    text-align:center;
    padding:5px;
    width:800px;
    color:white;
    border-top:2px solid #000000;
}

.rtsTxt 
{
    color:White;
    font-weight:bold;   
}

H3
{
    color:#275A7F; 
    border-bottom:1px solid #cccccc;
}

a 
{
    color:#275A7F;   
    text-decoration:none;
}

a:hover 
{
    color:#333333;   
}
