/* ----- GLOBAL RESET ----- */
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
		margin:0;
		padding:0;
	}
	table {
		border-collapse:collapse;
		border-spacing:0;
	}
	fieldset,img { 
		border:0;
	}
	address,caption,cite,code,dfn,em,strong,th,var {
		font-style:normal;
		font-weight:normal;
	}
	ol,ul {
		list-style:none;
	}
	caption,th {
		text-align:left;
	}
	h1,h2,h3,h4,h5,h6 {
		font-size:100%;
		font-weight:normal;
	}
	q:before,q:after {
		content:'';
	}
	abbr,acronym {
		border:0;
	}

/* ----- GENERAL STYLES ----- */

body	{
	background:#C5C1A3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}

#wrapper	{
	margin:10px auto;
	width:666px;
	}

p	{
	padding:5px;
	}

a	{
	color:#49658a;
	}

/* ----- MAIN CONTENT STYLES ---- */
	
#mainContent	{
	background:url(../images/mc_bg.jpg) repeat-y;
	padding:5px 45px 5px 45px;
	}

	#mainContent h1	{
		color:#E8B983;
		font-size:28px;
		z-index:9999;
		position:relative;
		}
		
		#mainContent h1 span	{
			margin-left:270px;
			}
		
	#mainContent h1.shadow	{
		color:#524F4F;
		position:absolute;
		bottom:63px;
		right:1px;
		z-index:1;
		margin-bottom:-54px;
		}
	
	#mainContent h2	{
		font-weight:bold;
		margin-bottom:5px;
		}
	
	#mainContent p.fiftyYears	{
		width:250px;
		float:left;
		text-align:center;
		}
	
	#mainContent p.blueItal	{
		color:#697795;
		font-style:italic;
		width:305px;
		float:right;
		}
	
	#mainContent br.clear	{
		clear:both;
		display:block;
		}
	
	#mainContent div.diagram	{
		text-align:center;
		}
	
	#mainContent ul	{
		list-style-image:url(../images/tan_bullet.jpg);
		margin:10px 35px 10px 35px;
		}
	
/* ----- FORM STYLES ----- */

div.formNLink	{
	margin-top:5px;
	padding:10px 0px 5px 0px;
	border-top:1px solid #E8B983;
	}	
	
div.homePageLink	{
	float:right;
	width:35%;
	margin-top:20px;
	}

div.formLeft	{
	float:left;
	width:60%;
	}
	
input	{
	border:1px solid #000;
	padding:2px;
	width:90%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

input.submit	{
	}

textarea	{
	border:1px solid #000;
	margin-bottom:5px;
	width:90%;
	padding:2px;
	height:125px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}

.success	{
	margin:5px 0px 5px 0px;
	padding:5px;
	border:1px dashed #009900;
	}

.error	{
	margin:5px 0px 5px 0px;
	padding:5px;
	border:1px dashed #FF0000;
	}

p.note	{
	padding:0px 10px 0px 0px;
	font-style:italic;
	}

/* ----- FOOTER ------ */

#footer	{
	clear:both;
	}