html, body{
	margin: 0px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	text-align: center;
	min-height:100%;
	height:100%;
}

li{
	list-type:circle;
	margin-left:25px;
	line-height:20px;
}

table{
	align:left;
	valign:top;
}

#wrapper{
	position:relative;
	text-align: left;
	width: 850px;
 	margin-left:auto;
  	margin-right:auto;
	padding:0;
	height:auto; /* set height to full page */
	min-height:100%;
	background-image: url(images/bigDivBg.jpg);
	background-repeat: repeat-y;
	border:0;
	
}

#nav{
	text-align:center;
	width:850px;
	margin-top:0;
	left:25;
	padding:0;
}

#content{
	float: right;
	width: 500px;
}

#contentBg{
	position:relative;
	width:459px;
	height:auto;
	top:5px;
	background-image:url(images/rightPaneBg.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

#leftcolumn{
	position:relative;
	float:left;
	width:300;
	left:37px;
	top:8px;
	padding:0;	
}

#leftcolumn2{
	/* for pages with no photo*/
	position:relative;
	float:left;
	width:300;
	left:37px;
	padding:0;	
}

#newsletterBox{
	position:relative;
	float:left;
	width:300;
	left:7px;
	padding:0;
}

#wideContent{
	position:relative;
	width: 850px;	
	padding-left:47px;
	top:5px;
	background-image:url(images/bigDivBg.jpg);
	background-repeat:repeat-y;
}

#wideContentBg{
	position:relative;
	width:753px;
	height:auto;
	top:5px;
	background-image:url(images/widePaneBg.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

#widePhoto1{
	float:right;
	margin-right:28px;
	margin-bottom:20px;
	margin-left:25px;
	margin-top:15px;
}

#widePhoto2{
	float:right;
	margin-right:28px;
	margin-bottom:20px;
	margin-left:25px;
	margin-top:5px;
}

#widePaneBottom{
	background-image:url(images/bigDivBg.jpg);
	background-repeat:repeat-y;
}

#footer{
	position:relative;
	clear:both;
	width:850px;
	height:auto;
	background-image:url(images/bigDivBg.jpg);
	background-repeat:repeat-y;
	padding-top:5px;
	padding-bottom:5px;
	bottom:0;
}

#wideFooter{
	position:relative;
	width:850px;
	height:auto;
	background-image:url(images/bigDivBg.jpg);
	background-repeat:repeat-y;
	padding-top:5px;
	padding-bottom:5px;
	bottom:0;
}

.alignCenter{
	text-align: center;	
}

.pageTitle{
	text-align:left;
	margin-left:30px;
}

.centerBottom{
	vertical-align: bottom;
	padding-bottom:5px;
}

.wideBottom{
	vertical-align: bottom;	
	padding-bottom:5px;
}

.alignright {
	text-align: right;
}

.to-right {
	float: right;
}

.to-left {
	float: left;
}

.bodyText{
	padding-left:30px;
	padding-right:30px;
	font-size: 12px;
	text-align:left;
	color:#000000;
}

.subheadText{
	padding-left:30px;
	padding-right:30px;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	color:#336600;
}

.footerText{
	text-align:center;
	vertical-align:bottom;
	font-size:10px;
	color:#99CCFF;
}

.noteText{
	padding-left:30px;
	padding-right:30px;
	text-align:left;
	font-size:10px;
	color:#000000;
}

.tableHead{
	font-size:11px;
	font-weight:bold;

}
.tableContent{
	font-size:10px;
}
.pageLinks{
	font-size:12px;
	color:#336699;
}

.journalLinks{
	padding-left:30px;
	padding-right:30px;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	color:#336699;
}

.pageNotes{
	padding-left:0px;
	padding-right:30px;
	font-size: 9px;
	text-align:left;
	color:#000000;
}
a {
	color: #336699;
}
