@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #14243d;
	background-image:url(images/bkgd_WavyNavy.jpg)}

#container  {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	background-image:url(images/bkgd_BlueLinen.jpg);
	border:1px solid #FFFFFF;
	} 
	
	
	
#mastehead {
	background: url(images/bkgd_Loons.jpg) no-repeat 0% 0;
	height:136px;
	margin-bottom:0;
	border-bottom:1px solid #14243d;
}



#mastehead p{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0 40px 20px 0px;
	text-align:right;
}

#mastehead a{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;	
	padding:2px 18px 20px;
	}
	
	

#mainContent {	
	text-align:left;
	margin:30px 40px 40px 193px;

}

#mainContent h1{
	background:url(images/orangeBullet.gif) no-repeat 0 40%;
	padding-left:20px;
}

#leftNavBar {
	float: left; /* Regular narrow pages. Feature has blue sides: since this element is floated, a width must be given */
	display: inline; /* fix IE margin issues. Double Margin Bug */
	text-align:right;
	padding: 30px 30px 480px 0;
	width: 160px;	
	background:url(images/cornerOrnament.jpg) no-repeat 0 100%;
}

#leftNavBar h1{
	font: bold 135%/18px Times New Roman, Times, serif;
	color:#FFFFFF;
	border:0px;
	padding-bottom:3px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#leftNavBar h2{
	font: normal 120%/10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#leftNavBar a{
	color:#FFFFFF;
}

#photoSection {overflow: hidden}
#mainContent .photoBlock {
	width:335px;
	margin-right:30px;
	margin-bottom:30px;
	border:1px solid #14243d;
	float:left;
}
#mainContent .photoBlock img{width:335px; height:220px;
	border-bottom:1px solid #14243d;
}
#mainContent .photoBlock h1{
	background:url(images/orangeGradient.jpg) repeat-x 0 100%;
	font: normal 110%/14px Verdana, Arial, Helvetica, sans-serif;
	color:#14243d;
	text-align:center;
	letter-spacing:0px;
	padding:8px 1px 12px;
	margin-bottom:0;
	margin-top:0;
	border:0
	}
	

#footer {
	text-align:center;
	background-color:#5e95bc;
	padding-bottom:5px;
}

#footer h1{
	font: normal 90%/10px Verdana, Arial, Helvetica, sans-serif;
	padding:15px 10px 0px 180px;
	margin:0;
	text-align:left;
	border-top:1px solid #14243d;
	border-bottom:1px solid #5e95bc;
	letter-spacing:1px;
	}
	
#footer a{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;	
	padding:0px 15px 4px;
	}
	
#footer p{
	font: normal 95%/10px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF; 
	text-align:center;
	padding:15px 10px 0px 180px;
	}
	
	
	
h1 {
	font: bold 170%/25px Times New Roman, Times, serif;
	letter-spacing:2px;
	color: #14243d;
	text-decoration:none;
	border-bottom:1px solid #cee8f6;
	padding-bottom:3px;
	margin-bottom: 10px;
	margin-top: 20px;
}

h1 a {
	color: #e87629;
	text-decoration:none
}

h2 {
	font: bold 150% Times New Roman, Times, serif;
	color: #14243d;
	margin-top: 25px;
	margin-bottom: 5px;
	letter-spacing:1px;
}

h2 a {
	color: #0167a8;
	text-decoration:none
}


h3 {
	font: bold 100%/17px Verdana, Arial, Helvetica, sans-serif;
	color: #14243d;
	margin-bottom: 0px;
	margin-top:25px;
}
h3 a {
	color: #14243d;
	text-decoration:none
}

.upperBorder {
	 border-top:1px solid #fec78e; 
	 padding-top:25px}

h4 {
	font: bold 100%/17px Times New Roman, Times, serif;
	color: #000000;
	margin-bottom: 5px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}

a {
	color: #14243d; 
	text-decoration: underline;
}

.black{
	color: #000000; 
}

.boldText {
	font-weight:bold}
	
.italicText {
	font-style:italic}
	
.caption {
	font-style:italic;
	font-size: 11px;
	line-height:12px
}
	
	
ul {
	list-style: disc outside;
	display: inline;
	margin-top: 0px;
}
ul li {
	margin: 0px 0px 0px 18px;
}

	
.marginBottom0 {
	margin-bottom: 0px;
}

.marginBottom5 {
	margin-bottom: 5px;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.marginBottom20 {
	margin-bottom: 20px;
}
.marginBottom40 {
	margin-bottom: 40px;
}
.marginBottom80 {
	margin-bottom: 80px;
}

.marginTop0 {
	margin-top: 0px;
}
.marginTop20 {
	margin-top: 20px;
}
.marginTop30 {
	margin-top: 30px;
}
.marginRight40 {
	margin-right: 40px;
}

.marginRight30 {
	margin-right: 30px;
}

.marginLeft18 {
	margin-left: 18px;
}

.marginFloatLeftBorder {
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #005b95;
}
.marginFloatRightBorder {
	margin-left:20px;
	margin-bottom:20px;
	border:1px solid #005b95;
}
.marginFloatRight {
	margin-left:20px;
	margin-bottom:20px;
}
.marginFloatLeft {
	margin-right:20px;
	margin-bottom:20px;
}

.marginFloatLeftBorder {
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #005b95;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

