/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bg_text.gif);
	background-repeat: repeat-y;
	background-position: top left;
	color: #00174B;
	font-family:  tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
}
#image {
	background-image: url(/images/content_leftpanel_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}
#image img {
	border: 2px solid #000000;
	margin-left: 100px;	
}

#image h2 {
	color: #00174B;
	font-size: 12pt;
	margin-left: 100px;
	border-bottom: 1px solid #000000;
}

#image p {
	font-size: 10pt;
	margin-left: 100px;
}

.galNav {
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
}

#sectionHeader {
	background-image: url(/images/content_pageheader_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 44px;
}	

#sectionHeader td h1 {
	font-size: 14pt;
	margin-left: 10px;
	margin-bottom: 5px;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #00174B; 

}


