body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.page{
	width: 100%;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
}
	
.container{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

.top_banner{
	width:980px;
	Height: 113px;	
	background-image: url(images/top_banner.jpg);
	background-repeat: no-repeat;
}

.menu_bar{
	width:980px;
	Height: 45px;
}
	
#showit {
float:left;
width:650px;		/* swf width */
height:430px;		/* swf height */
position:relative;
margin-left:10px;
}

#showit h1 {
font-family:"Times New Roman", Times, serif;
font-size:28px;
font-weight:bold;
font-style:italic;
margin:5px 0 0 0;
text-align:center;
color:#FFFFFF;			/* title color */
}

#showit h2 {
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
font-style:italic;
margin:5px;
text-align:center;
color:#ffffff;			/* subtitle color */
}

.showit_error {
margin:20px;
border:2px solid #990000;
padding:20px;
color:#990000;
background-color:#cc7f7f;
font-size:12px;
text-align:center;
}

.showit_error a:link, .showit_error a:visited {
color:#FFFFFF;
text-decoration:underline;
}

.showit_error a:hover, .showit_error a:active {
color:#FFFFFF;
text-decoration:none;
background-color:#990000;}

.flash_box{
width:980px;}


.text_box{
float:right;
width:300px;
}

	


