@charset "UTF-8";
/* CSS Document 
Created By Carl Pfranger www.carlpfranger.com
*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#Main {
width:760px;
}

#Banner {
width:760px;
height:53px;
background-image:url(siteImages/bannertop.gif);
background-repeat:no-repeat;
}

#NavBar {
height:24px;
width:760px;
background-image:url(siteImages/navBar-background.gif);
background-repeat:repeat-x;
}

#NavBar a:hover{



}

.NavBar {
font-size:10px;
color:#4F627F;
padding-left:10px;
padding-top:6px;
padding-bottom:6px;
display:block;


}

.NavBar a {
font-size:10px;
color:#4F627F;
padding-left:10px;
padding-right:10px;
padding-top:6px;
padding-bottom:6px;
text-decoration:none;
margin-right:40px;
overflow:hidden;

}

.NavBar a:hover {
background-color:#B1BCCA;
color:#333333;




}

#PageSplashRight {
width:282px;
height:116px;
background-image:url(siteImages/pageSplashRight.jpg);
background-repeat:no-repeat;
float:right;

}
#PageSplashLeft {
width:476px;
height:116px;
background-image:url(siteImages/pageSplashLeft.jpg);
background-repeat:no-repeat;
float:left;
}


#MainSplashLeft {
width:477px;
height:220px;
background-image:url(siteImages/mainLeft.jpg);
background-repeat:no-repeat;
float:left;
}

#MainSplashRight {
width:282px;
height:104px;
background-image:url(siteImages/mainRight.jpg);
background-repeat:no-repeat;
float:right;

}

#MainSplashRighttLower {
width:282px;
height:116px;
background-image:url(siteImages/mainLowerRight.jpg);
background-repeat:no-repeat;
float:right;

}


#PageContentLeft {
width:476px;
height:400px;
background-color:#ffffff;
float:left;
background-image:url(siteImages/contentMain.gif);
background-repeat:repeat-x;
}

#PageContentRight {
width:282px;
height:400px;
background-color:#000000;
float:right;
clear:right;
}

.PageContentLeft {
margin-left:15px;
margin-right:10px;
margin-top:35px;

font-size:11px;
}

.PageContentRight {
margin-left:10px;
margin-right:10px;
margin-top:35px;
color:#FFFFFF;
font-size:9px;
}

.MainBanner {
padding-top:14px;
padding-left:15px;
color:#FFFFFF;
font-size:20px;
}

.SplashText {
padding-top:75px;
padding-left:15px;
color:#000000;
font-size:25px;
}

h1 {

font-size:17px;
font-weight:bold;
}

h2 {

font-size:13px;
font-weight:bold;
}



#footerLower {
width:760px;
height:19px;
background-image:url(siteImages/footer.gif);
background-repeat:repeat-x;
clear:both;
}




