html {
	height: 101%;	
}

body 	{
	margin: 0px;
	padding: 0px;
	font-size: 80%; 
	background-color: #eee;
	font-family: Tahoma, Geneva, sans-serif;
}

#pageWrapper {
	margin:0px auto;
	margin-top: 10px;
	padding:0;
	width:960px;
	height: auto;
	background-color: transparent; 
}

#mastHead	{
	margin:0;
	padding:0;
	background-image: url(img/header-bg.png);
	background-repeat: no-repeat;
	height: 125px;
}

#logo	{
	margin: 0px;
	padding: 13px 0 5px 32px;
	width: 200px;
	float: left;
}

#contactInfo   {
	margin:0;
	padding: 10px 25px 0 0;
	float: right;
	font-size: 110%;
	color: #fff;
}

#contactInfo a  {
	color: #fff;
}

#globalNav {
	margin: 0;
	margin-top: 20px;
	clear: both;
	background-color: transparent;
	float: left;
	width: 175px;
}

#globalNavHeader	{
	background-image:url(img/navHeader.png);
	background-repeat: no-repeat;
	margin: 0;
	height: 28px;
}

#globalNavBody	{
	margin: 0 !important;
	background-image: url(img/navBG.png);
	background-repeat: repeat-y;
}

#globalNavBody ul {
	margin: 0 !important;
	list-style: none;
	margin-left: 0;
	padding-left: 25px;
	width: 100px;
}

#globalNavBody ul li {
	border-bottom: 1px solid #999;
}

#globalNavBody ul li:first-child {
	border-top: 1px solid #999;
}

#globalNavBody	a	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	display: block;
	font-weight: normal;
	color: #333;
	font-size: 90%;
}

#globalNavBody	a:hover	{
	font-weight: normal;
	background-color: #aaa;
	color: #fff; 
	text-decoration: none;
}

#globalNavFooter	{
	margin: 0;
	background-image:url(img/navFooter.png);
	background-repeat: no-repeat;
	height: 29px;
	margin-bottom: 20px;
}

#mainSection {
	float:right;
	width: 770px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#mainHeader {
	background-image: url(../images/mainHeader.png);
	background-repeat: no-repeat;
	height: 30px;
}

#mainBody	{
	background-image: url(../images/mainBG.png);
	background-repeat: repeat-y;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 5px;
	height: auto;
}

#mainFooter {
	background-image: url(../images/mainFooter.png);
	background-repeat: no-repeat;
	height: 30px;
}

.references {
	float: right;
	border: 2px solid #666; 
	background-color: #eee;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 230px;
	font-size: 80% !important;
}


.referencesHeader {
	color: #7a0026;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 120%;
}

p.referenceStart {
	background-image: url(img/quotation.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
}

p.referenceContinue {
	padding-left: 30px;	
}

.comments {
	background-color: #ddd;
	border: 1px solid #999;
	margin-top: 25px;
	padding: 10px;
}

#colophon {
	margin-top: 20px;
	padding:5px;
	color: #000; 
	font-size: 0.9em;
	text-align: center;
	clear: both;
}

#credit {
	text-align:center;	
}

.imageLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	border: 2px solid #666;
}

.imageRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 2px solid #666;
}

.center {
	margin: 0 auto;
	text-align:center;
}

.right {
	text-align: right;
}

h1, h2, h3, h4, h5, h6	{
	font-weight:normal;
	color: #7a0026;
}

h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size:170%;	
	font-weight: bold;
	text-align: center;
}

h2	{
	font-size:160%;
	text-align: left;
	border-bottom: 1px solid #7a0026;
	margin-top: 30px;
}

h3	{ 
	font-size:140%;
}

h4	{ 
	font-size:120%;	
}

h5	{ 
	font-size:110%;	
}

h6	{ 
	font-size:100%;	
}

img	{ 
	border:0;	
}

a		{
	text-decoration:none;
	color: #7a0026;
	font-weight: bold;
}

a:hover	{
	text-decoration:underline;	
}


.resources {
	margin-left: 50px;
}

#homePage p,
#homePage li {
	font-size: 	110%;
	margin-top: 5px;
}