* { /* Universal selector (applies to all XHTML tags) */
	margin: 0;  /* removes all default margins */
	padding: 0; /* removes all default padding */
}	
body {
	font: 0.8em Verdana, sans-serif, Helvetica, Arial;
	color: #717276;
	text-align: justify;
}
p {
	font: 1em Verdana, sans-serif, Helvetica, Arial;
	color: #717276;
	text-align: justify;
	padding-left: 133px;
	padding-right: 133px;
}
/* =WRAPPER */
#wrapper {
	width: 970px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px none;
	background-color: #FFFFFF;
}
#header {
	width: 970px;
	height: 68px;
	margin: 0;
	display: block;
}

#image {
	width: 656px;
	height: 118px;
	float: right;
	padding: 0em;
}	
	
#content {
	width: 970px;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FFFFFF;
	display: block;
	position: relative;
	height: 344px;
}	
#content ul {
	font: 1em Verdana, sans-serif, Helvetica, Arial;
	padding-left: 133px;
	padding-right: 133px;
	list-style: disc inside;
	
}	
.option_bullet {
	font: 1em Verdana, sans-serif, Helvetica, Arial;
	list-style: url(images/arrow01.gif) inside;
}	
#content ol {
	font: 1em Verdana, sans-serif, Helvetica, Arial;
	list-style:decimal inside;
	padding-left: 133px;
	padding-right: 133px;
}
#breakout {
	width: 230px;
	float: right;
	padding-left: 40px;
	padding-right: 60px;
	padding-bottom: 20px;
}
#insert {
	padding-left: 10px;
	border-left: 3px solid #CDCDD0;
}
.break-text {
	font-weight: bold;
	font-size: 1.1em;
	color: #434744;
	align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}	
.link-text {
	font-weight: bold;
	color: #434744;
}
	
h1 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;	
	padding-bottom: 0.75em;
	padding-left: 133px;

}
h2 {
	font-size: 1.6em;
	padding-left: 133px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;	
}
h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #23638A;
}
h4 {
	font-size: 0.9em;
	line-height: 1em;
	text-align: center;	
	color: #000000;
}

menuWheel {
	width: 312px;
	height: 344px;
	float: right;
	
}	
/* MAIN (LEFT) NAVIGATION */
#menu {
	width: 133px;
	height: 108px;
	float: left;
	display: inline;
	padding-top: 0.8em;
	background-color: #CDCDD0;
}	

#menu ul {
	width:126px;
	margin:0px;
	padding:0px;
	line-height: 1.2em;
}

#menu ul li {
	font: 90% Verdana, sans-serif, Arial;
	list-style: none;
	margin:0px;
	height:18px;
	line-height: 1.2em;
}

#menu ul li a,  #menu ul li a.active:hover {
	display:block;
	width:125px;
	height:15px;
	margin:0px;
	padding:2px 0px 1px 8px;
	color:#434744; 
	text-decoration:none;	
	line-height:1.2em;
}

#menu ul li a:hover, #menu ul li a.active {
	background-color: #999999;
	color: #000000;
	width:125px;
	height:15px;
	margin:0px;
	padding:2px 0px 1px 8px;
	font-weight:bold;	
	line-height:1.2em;
}
/* DROP OUT NAVIGATION */
#menu2 {
	width: 181px;
	height: 108px;
	float: left;
	display: inline;
	padding-top: 0.8em;
	background-color: #999;
}	
#menu2 ul {
	width:173px;
	margin:0px;
	padding:0px;
	line-height: 1.2em;
}
#menu2 ul li {
	font: 90% Verdana, sans-serif, Arial;
	list-style: none;
	margin:0px;
	height:18px;
	line-height: 1.2em;
}

#menu2 ul li a,  #menu2 ul li a.active:hover {
	display:block;
	width:173px;
	height:15px;
	margin:0px;
	padding:2px 0px 1px 8px;
	color:#434744; 
	text-decoration:none;	
	line-height:1.2em;
}

#menu2 ul li a:hover, #menu2 ul li a.active {
	color: #000000;
	width:173px;
	height:15px;
	margin:0px;
	padding:2px 0px 1px 8px;
	font-weight:bold;	
	line-height:1.2em;
}

