
html {
	margin: 0;
	padding: 0;
	}

body {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background: #2E5783;
	text-align:center;
	background-image: url(../images/bgslice.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#container 
 {
	width: 781px;  
    text-align:left;
    margin:auto;
}

#pHead {
	float:left;
	width: 164px;	
}
	#pHead h1{display:none;}
	#pHead h2{display:none;}
	
#Banner1
{
    background-image: url(../images/banner.gif);
    background-position:top left;
    background-repeat:no-repeat;
    float:left;
    width: 162px;
    height: 136px;
	background-color:#fff;    
}
#Banner2 
{
    background-image: url(../images/bannerpic.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    float:left;
    width: 617px;
    height: 136px;
	background-color:#fff;
}
.clearit {float: none;}

#NavBar {
	width: 779px;
	float: left;
	background-color: #fff;	
	height: 45px;
	padding-top: 3px;
	margin: 0px;
	
	
}

    #NavBar ul
    {
        margin-left:-38px;
        list-style-type: none;
        margin-top: -1px;
   
    }

    #NavBar li
    {
        display: inline;
	    font-size: 14px;
	    color: #fff;
	    text-decoration: none;
	    background-image: url(../images/bgnav.gif);
	    background-position: left top;
	    text-align: center;
	    vertical-align: text-top;
	    line-height: 26px;
	    float: left;
	    width: 122px;
	    height: 26px;
	    padding-right: 1px;
	    border-right:#fff dashed 1px;
	    background-repeat: repeat-x;        
    
    }  

    #NavBar a.style1, #NavBar a:link.style1, #NavBar a:active.style1, #NavBar a:visited.style1, #NavBar a:hover.style1
    {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        background-image: url(../images/firsttab.gif);
	    background-position: left top;
        text-align: center;
        vertical-align: text-top;
        line-height: 26px;
        float: left;
        width: 121px;
        height: 26px;
        padding-right: 1px;		
    }


#NavBar a, #NavBar a:link, #NavBar a:active, #NavBar a:visited, #NavBar a:hover
{
	color: #fff;
	text-decoration: none;
	/*
font-size: 14px;
	
	
	background-image: url(../Images/bgNav.jpg);
	background-position: left top;
	text-align: center;
	vertical-align: text-top;
	line-height: 26px;
	float: left;
	width: 159px;
	height: 26px;
	padding-right: 1px;
	border-right:#fff dashed 1px;
	background-repeat: repeat-x;	
*/	
}


#Content
{
 	float:left;
	width: 764px;
	min-height: 200px;
	background-color:#fff;
	padding-left: 10px;
	padding-right:5px;
  
}


#Content2
{
 	float:left;
	width: 769px;
	min-height: 200px;
	background-color:#fff;
	padding-left: 10px;

} 

h3 { color: #336799; font-size:medium;}
h4 { color: #336799; font-size:small; font-weight:bold;}

#BottomDiv {
	background-image:url(../images/bottomborder.gif);
	background-repeat:no-repeat;
	float:left;
	width: 781px;
	height: 10px;

	

}
	

	/*copyright div */
#Copyright { float: left; color: #000;}

    #Copyright a, #Copyright a:link, #Copyright a:active,  #Copyright a:visited, #Copyright a:hover {
		color: #000;
		text-decoration:none;
		font-size:100%;
		font-weight:normal;
	}

	
	/*Design and Hosting*/
	#Design {
		text-align:right;
		float: right;
		width:350px;
		color: #000;
		
	}
	
	#Design a, #Design a:link, #Design a:active,  #Design a:hover, #Design:visited {
	color: #ff9900;
	text-decoration:none;
	font-weight:normal;
	
	
	}

a, a:link, a:active, a:visited { color: #2E5783; font-weight: bold; text-decoration:none;}
a:hover
{
    color: #999;
    text-decoration: underline;
}

.pagetitle { color: #2E5783; font-size:145%; font-weight:bold;}
.subheading{ color: #2E5783; font-size:130%; font-weight:bold;}
.general {color: #333;}
.footertext{color: #333; font-size:85%;}

.footerlinks{color: #2E5783; font-size:90%;}
.footerlinks a,a:link, a:active, a:visited {color:#2E5783; text-decoration:none; font-size:90%;}
.footerlinks a:hover {color:#2E5783; text-decoration:none; font-size:90%;}


td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}

/*IE Fix*/
#IEProof #Content { width: 779px;}
#IEProof #Content2 { width: 779px;}
#IEProof #NavBar ul {margin-left: 10px;} 