html, body{
	height:100%;
	padding:0px;
	margin:0px;
	color:#000000;
	font-family:"Verdana","Arial","sans-serif";
	font-size:12px;
}

/* containers */
#outer_wrapper{
	width:100%;
}

#inner_wrapper{
	width:800px; 
	position:relative;
}

.centered{
	text-align:center;
}

/* content */
#content_header{
	width:800px;
	height:125px;
	background-image:url(../images/banner.jpg);
}

#content_menu{
	width:800px;
	height:32px;	
}


/* rollover code for menu buttons */
#content_menu a{
	display:block;
	height:32px;
	float:left;
}

#content_menu a:link{
	background-position:0px 0px;
}

#content_menu a:hover{
	background-position:0px -32px;
}

.nolink{
	display:block;
	height:32px;
	float:left;
	background-position:0px -32px;
}

#content_flash_main {
	width:800px;
	height:536px;
	position:relative;
	top:-102px;
}

img {
	border:0px;
}

img.subpage{
	border:7px solid #cccccc;
}

#content_display{
	position:relative;
	top:-60px;
}

#flash_button{
	padding-top:20px;
}

#display_text{
	text-align:left;
	padding-left:120px;
	padding-right:120px;
	padding-top:10px;
}

/* horizontal bars */
#horizontal_bg1{
	width:100%; 
	height:32px; 
	background-color:#992110; 
}

#horizontal_bg2{
	width:100%; 
	height:102px; 
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

/* text formatting */
td {
	color:#000000;
	font-family:"Verdana","Arial","sans-serif";
	font-size:12px;
}

#content_text {
	text-align:left;
	padding-left:120px;
	padding-right:120px;
	position:relative;
	top:-80px;
	padding-top:10px;
}

h1 {
	color:#992110; 
	font-size:24px;
}

h2 {
	color:#992110; 
	font-size:14px;
	font-weight:bold;
}

p {
	margin-bottom:20px;
}

a:link {
	color:#992110; 
}

a:hover {
	color:#ffffff; 
	background-color:#992110; 
	text-decoration:none;
}

a:active {
}

a:visited {
}

li {
	padding-bottom:10px;
}

.started {
	float:right;
	margin-top:-15px;
	height:20px;
}

/* samples table code */
.sample{
padding-left:120px;
padding-right:120px;
margin-bottom:40px;
position:relative;
top:-60px;
}


.description{
padding-left:220px;
text-align:left;
background-repeat:no-repeat
}




.how_text_icon{
min-height:100px;
padding-left:115px;
text-align:left;
background-repeat:no-repeat;
padding-bottom:5px;
}

* html .how_text_icon{
height:100px;
}