﻿body 
{
    font-family:Arial, Nimbus Sans L;
    font-size:10pt;
    width:950px;
    margin:0px auto;
    color:#323232;
}

p
{
    /*padding:0px;margin:2px*/
}

.errorMessage
{
    color:White;
    font-weight:bold;
     
}


.blueTextLink:link
{
	color:#134898;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.blueTextLink:visited
{
	color:#134898;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.blueTextLink:hover
{
	color:#134898;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration:underline;
}

.whiteTextLink:link
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.whiteTextLink:visited
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
.whiteTextLink:hover
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:9pt;
	font-weight:bold;
	text-decoration:underline;
}

.black:link
{
	color:#323232;
	text-decoration:none;
}
.black:visited
{
	color:#323232;
	text-decoration:none;
}
.black:hover
{
	color:#323232;
	text-decoration:underline;
}

.blackRes:link
{
	color:#323232;
	text-decoration:none;
}
.blackRes:visited
{
	color:#323232;
	text-decoration:none;
}
.blackRes:hover
{
	color:#323232;
	text-decoration:none;
}

/*HEADER STYLES*/
.headerControl
{
    width:950px;
    height:114px;
    background-image:url(/images/MasterImages/header.jpg);
    background-repeat:no-repeat;
    color:#ffffff
}

.headerNav
{
    font-size:10pt;
    font-weight:bold;
    width:950px
}

.siteLinks
{
    float:left;
    margin-left:80px;
    width:850px
}

.adOne
{
    margin-right:10px;
    float:right;
    width:468px;
    height:60px
}
/*END OF HEADER STYLE*/

/*LEFT STYLES*/
.left
{
    width:150px;
    float:left;   
}

/*CENTER STYLES*/
.center
{
    width:650px;
    float:left; 
    margin-bottom:10px;     
}

/*RIGHT STYLES*/
.right
{
    width:150px;
    float:left;   
}

/*FOOTER STYLES*/
.footer
{
    width:950px;
    height:30px;
    background-color:#134897;
    border:solid 1px #134897;
    /*background-image:url(/images/MasterImages/footer.gif);
    background-repeat:repeat-x;*/
    clear:both;  
    margin-bottom:10px; 
}

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background: #134897}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px} 
