﻿body
{
	
	background-color:#ffffff;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top:20px;
}

div#outer 
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:989px;
	text-align:left;
}	

div#header
{
    background: url(header.jpg) ;
    background-repeat:no-repeat;
    margin-top:0; 
    width:989px;
    height:190px;
}

div#navHorizontal
{
	
    width:989px;
    height:150px;
     padding-top:113px;
}

div#navigationVertical
{
    margin-left:10px; 
    width:125px;
    height:200px;
    
}

div#navigationLinks
{
	margin-top:25px;
	margin-left:2px;
}

div#contentBackground
{
	background: url(sides.gif);
	background-repeat: repeat-y;
    background-position:center top; 
    width:989px;
    /*width:962px;*/
}

.content
{ 
	margin-left:180px;
	margin-right:40px;
	margin-top:-150px;
}

div#footer 
{
	background: url(footer.jpg);
	background-repeat: no-repeat;
	width: 989px;
	height: 57px;
}


.pageHeaderText
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	color:Gray;
	font-weight:bold;
}

.navHeaderText
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	color:#666666;
	font-weight:bold;
}

.threeColumn
{
    width:250px;
    margin-top:0; 
    margin-left: 10px;
}

.paragraphHeaderText
{
	margin-top:10px;
    margin-right:3px;
	font-size:14px;
	color:Gray;
	font-weight:bold;
}

.blockText
{
	text-align: justify;
	margin-top:8px;
	width:250px;
}

.blockTextWide
{
	text-align: justify;
	margin-top:8px;
	width:350px;
}




.redHeaderText
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:20px;
	color:Red;
	font-weight:bold;
}


.boldText12
{
	font-size: 12px;
	font-weight:bold;
}

.boldText14
{
	font-size: 14px;
	font-weight:bold;
}


.boldRedText12
{
	font-size: 12px;
	font-weight:bold;
	color:Red;
}


.smallText10
{
	font-size: 10px;
}

.boldSmallText10
{
	font-size: 10px;
	font-weight:bold;
}

.hiddenText
{
	color:White;
}

.messages
{
	font-size: 12px;
	font-weight:bold;	
	color:Red;
}

.footerText
{
	margin-top:20px; 
	margin-left:110px;
	font-size: 10px;
	font-weight:bold;
	color:White;
}