#Table_01 {
 font-size: 0px;
}
	body
	{
	font-size:       10px; /* reset 1EM to 10px */
	margin:          0;
	padding:         0;
	font-family:     Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-position: center top;
	font-weight: normal;
	font-style: normal;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	#container
	{
		margin:          0 auto;
		width:           770px;
		position:        relative;
		background-repeat: repeat-y;
		background-position: center top;
	}
	
	#header
	{
		margin:          0 auto;
		width:           640px;
		height:          96px;
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	.headtitle
	{
		position:        relative;
		font-family:     'lucida grande', arial, tahoma, sans-serif;
		font-size:       30px;
		color:           #FFF;
		top:             8px;
		left:            12px;
	}
	
	#menu
	{
	height:          29px;
	background-color: #FFFFFF;
	width: 770px;
	margin: 150;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
	#menu ul
	{
		margin:          0;
		padding:         7px;
		height:          29px;
		background-position: left top;
	}
	
	#menu ul li
	{
		list-style:      none;
		display:         inline;
	}
	
	#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
	{
		color:           #FFFFFF;
		padding:         13px 7px 15px 7px;
		font-size:       1em;
		font-family:     Arial, Helvetica, sans-serif;
		font-weight:     bold;
		text-decoration: none;
		background-color: #0066FF;
		background-position: left center;
	}
	
	#menu ul li a:hover
	{
		color:           #0000FF;
		background-color: #FFFF99;
		background-position: left center;
	}
	
	#roundedheader
	{
		width:           640px;
		height:          18px;
		margin:          0 auto;
		background:      transparent url('belowheader.png') top left no-repeat;
	}
	
	#content
	{
	min-height:      390px;
	width:           770px;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	#insidecontent
	{
		float:           left;
		padding-left:    25px;
		width:           355px;
	}
	
	#insidecontent p
	{
		margin:          0;
		color:           #767676;
		font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
		font-size:       1.2em;
		line-height:     170%;
	}
	
	#sidebar
	{
		padding:         0 10px 10px 10px;
		float:           right;
		width:           210px;
		background:      #f6f6f6;
	}
	
	#sidebar p
	{
		margin:          0;
		color:           #565656;
		font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
		font-size:       1em;
		line-height:     170%;
	}
	
	#sidebar a:link, #sidebar a:active, #sidebar a:visited
	{
		text-decoration: underline;
		color:           #e36767;
	}
	
	#sidebar a:hover
	{
		text-decoration: none;
	}
	
	#roundedfooter
	{
		width:           640px;
		height:          17px;
		margin:          0 auto;
		background:      transparent url('abovefooter.png') top left no-repeat;
	}
	
	h1
	{
		margin:          0;
		font-weight:     normal;
		color:           #d8f7af;
		font-size:       3.2em;
	}
	
	h2
	{
		margin:          0;
		display:         inline;
		position:        relative;
		top:             -1.5em;
		left:            2em;
		font-size:       1.8em;
		font-weight:     normal;
		color:           #94c258;
	}
	
	h3
	{
		margin:          0;
		font-size:       1.5em;
		font-weight:     normal;
		color:           #94C258;
	}
	
	#footer
	{
		margin:          0 auto;
		width:           641px;
		height:          39px;
		background:      transparent url('footer.png') top left repeat-x;
	}
	
	#footer span
	{
		display:         block;
		position:        relative;
		font-family:     'lucida grande', 'franklin gothic medium', sans-serif;
		font-size:       1.2em;
		padding:         10px;
		color:           #565656;
	}
