/* CSS Document */

body{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.25em;
	text-align:center;
	margin:0px;
	padding:0px;
	background:url(images/bodyBG2.jpg) top left repeat-x #ffffff;
	}

/*img, div { behavior: url(iepngfix.htc) }*/
/* { behavior: url(iepngfix.htc) }*/
img, div { behavior: url(iepngfix.htc) }
	
.wrapper{
	margin:auto;
	text-align:left;
	width:800px;
	}

.header{
	clear:both;
	height:153px;
	width:800px;
	background:	url(images/primaryHeader.png) top left no-repeat;
}
.header2{
	clear:both;
	height:153px;
	width:800px;
	background:	url(images/secondaryHeader.png) top left no-repeat;
}
.subHeaderBand{
	margin-left:45px;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	}

.navigation{
	clear:both;
	height:33px;
	width:800px;
	}
.navItem{} 
.contentContainer{
	clear:both;
	width:800px;
	min-height:400px;
	/*background:url(images/contentBG.png) top left repeat-y;*/
	} 

.content{
	width:743px;
	margin-left:27px;
	background-color:#FFFFFF;
	padding:10px;
	background:url(images/contentBG3.jpg) top left repeat-y;
	}	
	
.footer{
	clear:both;
	width:745px;
	height:24px;
	background:url(images/bottomBG.png) top left;
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
	padding-left:55px;
	}

.yellowBox{
	width: 393px;
}

.yellowBoxSm{
	font-size:12px;
	}

.yellowTop{
	width:393px;
	height:25px;
	background:url(images/yellowBoxTop.jpg) top left no-repeat;
	float:left;
	}
.yellowContent{
	background:url(images/yellowBox.jpg) top left repeat-y;
	padding-left:25px;
	padding-right:25px;
	width:343px;
	float:left;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	}

.yellowContent a:link, .yellowContent a:active, .yellowContent a:visited{
	color:#000000;
	}
	
.yellowContent a:hover{
	text-decoration:underline;
	background-color:#FFFFFF;
	}

.yellowBottom{
	height:31px;
	width:393px;
	background:url(images/yellowBoxBottom.jpg) top left no-repeat;
	float:left;
	}
	
.containerTop{
	margin-left:27px;
	width:759px;
	height:22px;
	background-color:#ffd203;
	/*background:url(images/contentBG2.jpg);*/
	padding-left: 4px;
	}
.containerTopHome{
	margin-left:31px;
	width:756px;
	height:22px;
	background:url(images/contentTopHome.png)
	}
.containerTopAbout{
	margin-left:31px;
	width:756px;
	height:22px;
	background:url(images/contentTopAbout.png)
	}
.containerBottom{
	margin-left:27px;
	width:759px;
	height:22px;
	/*background:url(images/contentBG2.jpg);*/
	background-color:#ffd203;
	padding-left: 4px;
	}	

h1{line-height:1em;}
h2{line-height:2em;}
