body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-color: #FFFFFF;
	margin-left: 40px;
	margin-top: 30px;
	margin--bottom: 30px;	
	padding: 0px;
	width: 740px;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	font-weight: 900;
	vertical-align: bottom;
	padding-top: 20px;
	padding-bottom: 20px;
	
	margin-top: 0px;
}
#starter h2	{
			padding-top: 20px;
			}
#leftNav {
	text-align: right;
	padding-right: 20px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7907F;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #E7907F;
	border-right: 1px solid #E7907F;
	
}
#mainCopy {
	border-left: 1px solid #E7907F;
	border-right: 1px solid #E7907F;
	padding-left: 40px;
	padding-right: 20px;
	margin-top: -20px;
	padding-top: 60 px;
	padding-bottom: 50px;
	margin-bottom: -50px;
}
#mainCopy p, table, ul, ol{
	margin-left: 40px;
}
#bottomNav {
	text-align: center;
	margin-top: 10px;
	margin-right: 100px;
	margin-left: 100px;
	border: 1px solid #992F0F;
	padding-top: 5px;
	padding-bottom: 5px;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 20px;
}
td, th {
	padding: 3px;
	font-size: 1em;
}
td, th	{
	vertical-align:top;
	}
	
th	{
	text-align:right;
	}
caption {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
li.noDecoration {
	list-style-type: none;
	margin-left: -30px;
}
#masthead	{
	background-image: url(images/masthead.jpg);
	height: 136px;
	text-align: right;
	color: yellow;
	background-repeat: no-repeat;
	width: 740px;
	padding: 0px;
	
	}
#mastLeft	{
		background-image: url(images/TopLeftBar.jpg);
		height: 135px;
		width: 29px;
		background-repeat; no-repeat;
		float:left;
		
		}
#mastRight	{
		background-image: url(images/topRtBar.jpg);
		height: 135px;
		width: 29px;
		background-repeat; no-repeat;
		float:right;
		
		}
#footBorder	{
	background-image: url(images/footer.jpg);
	height: 35px;
	margin-top: 12px;
	background-repeat: no-repeat;
	width: 740px;
	padding: 0px;
	
	}
#footLeft	{
		background-image: url(images/botLeftBar.jpg);
		height: 35px;
		width: 28px;
		background-repeat; no-repeat;
		float:left;
		margin-top: 12px;

		}
#footRight	{
		background-image: url(images/botRtBar.jpg);
		height: 35px;
		width: 30px;
		background-repeat; no-repeat;
		float:right;
		margin-top: 12px;

		}
#footer	{
		font-size: .8em;
		text-align: right;
		margin-right: 20px;
		margin-top: 12px;
		
}
#copyright	{
			text-align: center;
			margin-top: 12px;
	}
a.current:link, a.current:visited, a.current:hover  {
	text-decoration:none;
	color:#660000;
	font-weight:bolder;
	
}

