/* Layout */

body {
width:100%;
	background-color: #993333;
	margin: 0px;
padding:0;


}
#wrapper{
width:100%;
text-align:center;
}

#flashcontent {
	width:800px;
margin:0 auto 0;
	}

a:link, a:visited, a:active{
font-size:12px;
	color: #000000;
	text-decoration:underline;
}
a:hover{
	color: #666666;
	text-decoration:underline;
}

.center{
text-align:center;

}
.bold { 
		font-weight:bold;

}
.italic{
font-style:italic;
}
.bolditalic { 
font-style:italic;
font-weight:bold;

}
.underline{
text-decoration:underline;
}
.header {
color:#330000;
font-size:18px;
}
.subheader {
color:#330000;
font-size:16px;
}
.name {
color:#838585;
font-size:14px;
}	

.center {
text-align: center;

}	
.dash {
color:#cc3300;
font-size:14px;
}

.text-indent {
text-indent:20px;
}
.sched-dent {
text-indent:100px;
}
.right{
margin-right:0;
}
	
