﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0E1829;
    margin: 0px;
    background-color: #401117;
    
    background-image:url(images/BackA.jpg),url(images/BackB.jpg);
    background-repeat: no-repeat;
    background-position: left 100px,right 100px;
}
h1{
	margin:0px;
	font-size:16px;
	font-weight:bold;
	color:#244566;
}
h2{
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#244566;
}
h3{
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#244566;
}
h4{
	margin:0px;
	font-size:12px;
	font-weight:normal;
	color:#244566;
}
.formfield
{
    font-size: 10px;
    padding: 1px;
    border: #CCCCCC 1px solid;
    background-color: #F2F2F2;
}
a.rssLink:link,a.rssLink:visited,a.rssLink:active {

	text-decoration: none;
	color:#001D2E;
}
a.rssLink:hover {
	text-decoration: underline;
}
a.whiteLink:link,a.whiteLink:visited,a.whiteLink:active {

	text-decoration: none;
	color:#FFFFFF;
}
a.whiteLink:hover {
	text-decoration: underline;
}
.rb{
    
}
hr
{

   border:none;
    border-top:1px dashed #888888;
    color:#888888;
    height:4px;
}
p{
    
}
a:link,a:visited,a:active {
text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.sidePages:link,a.sidePages:visited,a.sidePages:active {
color:#555555;
text-decoration: none;
line-height:22px;
}
a.sidePages:hover {
	text-decoration: underline;
}

.required
{
    color: #FFCC00;
}
#holder{
    width:1000px;
    background-color:White;
    padding:10px;
    margin:0 auto;

}
#header{
    width:100%;
}
#topNav{
    width:100%;
    background-image:url(images/topnav.jpg);
    height:31px;

}
#topNav p{
    text-align:right;
    line-height:11px;
    color:White;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    margin:0px;
    
    }
    
#masthead{
    width:100%;
    background-image:url(images/topWebcom.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height:99px;
}
#logo
{
    background-position: left;
    background-image: url(images/logo.jpg);
    height: 99px;
    background-repeat: no-repeat;
    margin-left:20px;
}
#nav{
    width:100%;
    background-image:url(images/nav.jpg);
    height:30px;
}
#content{
    width:100%;
    margin-top:10px;
}
#footer{
    width:100%;
    padding-top:10px;
    clear:both;
    text-align:center;

}
#footer p{
    padding:10px;
    border-top:solid 1px #cccccc;
}
#col1{
    float:left;
    width:360px;

    color:#FFFFFF;

}
 #fronNews{
    float:left;

    background-color:#001D2E;
    color:#FFFFFF;
    border:solid 1px #DDDDDD;
    padding:10px;

}
 #fronNews a{
    color:#FFFFFF;
 }
#frontLogos{
clear:both;

}
   
#col2{
    float:left;
    width:360px;
    background-color:#F2F2F2;
    margin-left:20px;
    border:solid 1px #DDDDDD;
    padding:10px;
}
#col3
{
    float: right;
    width: 200px;
    background-color: #E2F1F3;
    border: 1px solid #0096AF;
    margin-left: 10px;
    padding: 10px;
    color: #001D2E;
}
#video
{
    background-color: #FFFFFF;
    padding: 10px;
    color:#001D2E;
}

#textPageContent{
    border-left:dashed 1px #999999;
    padding-left:20px;


}