/* Path Related / Background Image Styles */
	body {background-image: url('../images/back.jpg'); background-repeat: repeat-x;}
	#subhead {background-image: url('../images/subhead.jpg'); background-repeat: no-repeat; background-position: 0px 163px;}
	#subheadtext {background-image: url('../images/antique.gif'); background-repeat: no-repeat; background-position: 0 0;}

/* Development Stage Styles */
	div {border: 0px solid red;}

/* Tag Related Styles */
	body {background-color: #2F4068; 
		font-family: verdana,arial,helvetica; font-size: 10px; line-height: 14px;}
	h1 {font-size: 14px; margin-bottom: 0px; border-bottom: 1px solid #dddddd; padding-bottom: 5px;}
	h2 {font-size: 11px; margin-bottom: 0px;}
	h3 {font-size: 10px; margin-bottom: 0px;}
	a {color: #2F4068}
	a:hover {color: black; text-decoration: none;}
	p {margin-top: 0px;}
	
/* ID Related Styles */
	#container {width: 752px; margin: 0 auto;}
	
	/* Navigation Section */
		#nav {height: 23px; width: 435px; padding-top: 4px; text-align: center;}
		#nav a {background-color: #2B3861; color: white; border: 1px solid #44557D; padding: 2px 5px; text-decoration: none;}
		#nav a:hover {background-color: #44557D; color: white; border: 1px solid #ffffff;}
	
	/* Top Section */
		#subhead {height: 280px; margin-top: 30px;}
		#subheadtext {height: 67px; width: 330px; padding: 10px; padding-left: 70px; margin-left: 10px;}
		#midbar {height: 12px; background-color: #9398AC;}
	
	/* Content Section */
		#main {background-color: #FFFFFF; padding: 20px 40px;}
		#leftcol {width: 316px; float: left;}
		#rightcol {width: 316px; float: right;}
		#banner {margin: 20px;}
	
	/* Bottom Section */
		#footer {height: 22px; background-color: #A8A09D; text-align: center; padding-top: 5px;}
		#footer a {color: black; text-decoration: none;}
		#footer a:hover {color: #ffffff; text-decoration: underline;}
		#legal {color: #9398AC; text-align: center; margin-top: 10px;}
		#legal a {color: #9398AC; text-decoration: none;}
		#legal a:hover {color: #ffffff; text-decoration: underline;}
	
/* Class Related Styles */
	table {border: 1px solid #9398AC;}
	th {background-color: #2F4068; color: white;}
	.section {background-color: #9398AC; padding-left: 560px;}
	.section td {border-bottom: 1px solid black; color: white; padding: 0px 0px 0px 3px; font-weight: bold;}
	tr.row0 {}
	tr.row1 {background-color: #eeeeee;}
	tr.note td {background-color: #cccccc; text-align: right; border-top: 1px solid #9398AC; padding: 3px 10px;}
	.indent {margin-left: 20px;}
	
/* Standard Styles */
	.clear {clear: both;}

