/* CSS Document */
/*hyperlinbk gray  is #6a6a6c*/

.clearer
{
clear:both;
}
	  
body {
text-align: center;
background-color: #000000;
/*background-color: #6d6e72;
background-image: url(bg_linear.jpg);
background-repeat: repeat-x;*/*/
}
html { overflow-y:scroll; } /*adds a scroll bar even if its not needed;*/
/*==========================  DEFAULT  =======================*/

.main_container {
	width: 949px;
	font-family: Arial, sans serif; /*default font for all body text */
	font-size:13px; /*default size for all text */
	margin:0 auto;
	text-align:left;
	background-color: #000000;
	color: #ffffff;
/*border: 1px solid #333333;*/
}


.header
{
	width: 949px;
	height: 140px;
	padding-top:15px;
	clear: both;

/*to force the next div left start */
overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
}

.outer_top_box
{
	margin-left:120px;
	width:700px;
	height:140px;


	}
	
	
.logo
{
	padding-top:30px;
	padding-left:229px;
	width:242px;
	height:170px;

}

.main_body{
	/*includes a "prop"*/
	width:705px;   /*FIX THIS WHEN BORDERS COME OFF*/
	float:left;
	min-height:375px;
	padding-top:0px;

}



.main_display_area{
/*simply an enclosing div*/
overflow: hidden;
width: 100%;
/*to force the next footer left start */
}




.full_page_content_area
{
	margin-left:120px;
	width:700px;
	float:left;
	padding-top:2px;
/*background-color: #33CC99; */
}

.displaybox_outer{
	text-align: left;
	margin: 0 auto;
	width: 650px;
	margin-top:30px;
	padding-top:30px;
	height:380px;
	/*	background-color: #666666; */
		border: 1px solid #6a6a6c;
}	
	
.displaybox_inner{	
	padding-left:20px;
		padding-right:20px;
		height:360px;
	overflow: auto;
	}

.footer{
	font-family: Georgia, serif; /*font for hyperlink separators eg pipe  */
	font-size:10px;
	text-align: left;
	width: 513px;
	margin-left: auto;
background-color: #000000; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-right: 160px;
	padding-left: 40px;
}

/*========================== hyperlink styles   =======================*/

.medheadingfont A:link, .medheadingfont A:visited ,.medheadingfont A:active {
	text-decoration: underline;
	color: #ffffff;

}

.medheadingfont A:hover {color: #882345; text-decoration: underline;}





.footer, .footer A:link, .footer A:visited ,.footer A:active {
font-family: Arial, sans serif;
	text-decoration: none;
	color: #6a6a6c;
	font-size:10px;
}

.footer A:hover {color: #882345;}


/*========================== image floats   =======================*/

.medheadingfont
{
		font-family: Arial, serif; /*font for headings */
	font-size: 14px;

}

.headingfont
{
font-family: Georgia, serif; /*font for headings */
	font-size: 16px;
	font-weight: bold;
}

.largeheadingfont
{
			font-family: Georgia, serif; /*font for headings */
	font-size: 24px;
/*	font-weight: bold;*/
}

/*==========about =========*/
.left_content_area
{
	float:left;
	width: 220px;
		padding-top:20px;

/* border: thin solid #990033;*/
}
	
.right_content_area
{
	float:left;
margin-left:15px;
		padding-top:20px;
	width: 395px;

/*	border: thin solid #FFFF00;*/
}
.flash_box{
	border: 1px solid #6a6a6c;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}