body
{
    background-image: url(../images/layout_web_bg.jpg);
    background-repeat: repeat-x;
    background-color: #567F95;
    margin:0px;
    text-align: center;
}
body, td, th
{
    font-family: Lucida Sans;
    font-size: 12px;
    color: #062249;
    line-height: 15px;
	text-align: left;
}
#wrapper 
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width:1000px;
    padding-top:20px;
    background-image:url(../images/bg_glow.jpg);
    background-repeat: no-repeat;
}
.style1
{
    width: 880px;
}

#header
{
    background-image: url(../images/layout_web_header.jpg);
    background-repeat: no-repeat;
    height: 143px;
	position:relative;
}

#topNavigation 
{
    background-image: url(../Scripts/dhtml_menu/nav_bg.png);
    background-repeat: repeat-x;
}

#content
{
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
}

#content p  
{
    line-height:16px;
}

#content .leftCol 
{
    float:left;
    width: 580px;
    margin-right: 10px;
}

#content .rightCol 
{
    float:left;
    width: 240px;
    margin: 0px 0px 0px 10px;
    background-color: #F6F6F6;
}

#footer 
{
    background-image: url(../images/layout_web_footer.jpg);
    background-repeat: no-repeat;
	height:150px;
	text-align: center;
	font-size:11px;
	vertical-align:middle;
	color:White;
}

#footer a {
color: white;
}


#content h1
{
    padding: 0px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 22px;
}
p
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}
h2
{
    font-size: 11px;
    padding: 4px;
    font-weight: bold;
    background-image: url(../images/sub_head_bg.jpg);
    background-repeat: repeat-x;
    margin-bottom: 4px;
}


.boxHeader 
{
    color:White;
    font-weight:bold;
    padding:3px 5px;
    background-color: #336699;
}

.boxContent 
{
    padding: 5px;
    border: solid 1px #336699;
    background-color:White;
}
