﻿/* Basic read of the css:
		1. classes/ids that are all the way to the left are the beginning of new div classes/ids
		2. everything that is indented under those classes/ids that are to the left correspond to those classes/ids
		3. also under each class/id, if necessary, are the IE6 hacks
		
		Ex:
			.page {
				whatever attributes go here
			}
				.page p {
					attributes here
					
				}
			
			IE 6 FIX/HACK
			.page p {
				_attributes here;
			}
			
			.header {
				attributes here
			}
			and so on...
*/


body {
	margin:0;
	padding:0;
	background:#fff;
}

.nobg { background:none; }

/*h1 {
	display:none;
	margin:0;
	padding:0;
}*/

h1 {
	margin:40px 0 0 0;
	color:#005da4;
	font-size:24px;
	font-family:Georgia;
	text-align:center;
}

h3 {
	margin:40px 0 10px 0;
	color:#005da4;
	font-size:16px;
	font-weight:bold;
	font-family:Georgia;
	text-align:center;
}

p {
	margin:0 0 0 0px;
	padding:4px 10px 4px 0;
	color:#002554;
	font-family:Times New Roman, serif;
	font-size:14px;
}

#mainContent_container2 {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #eaeaea;
	overflow: hidden;
}

	.buffer_a {
		width: 830px;
		margin: 0 auto;
		padding: 0;
	}
	
	.buffer_a h3 {
		margin:0;
		padding:10px 0 0 0;
		color:#002554;
		font-size:14px;
		font-family:Georgia;
	}
	
	.buffer_a ul {
		margin:10px 0 0 28px;
		padding:0;
	}
	
	.buffer_a ul li {
		padding:0 0 4px 0;
		color:#002554;
		list-style:disc;
		font-size:12px;
		font-family:Georgia;
	}

.goldTxt {
	color:#a0854b;
}

