/* CSS Document */

body
{
    background-color:#336699;
	
}

h1
{
    color:#336699;
}

/* HEADER */
.HeaderBlock
{
}

.HeaderDiv
{
	width:1000px; 
	height:200px; 
	margin-bottom:20px;
	}

.BannerDiv
{
	display:inline-table;
	background-color: #3399FF;
	width:1000px; 
	height:120px;
	

}

.LinksDiv
{
	
	 background-color: #CCCCCC;

	width:1000px; 
	height:30px;
	
}

/* NEWS
Font and styles for news items
 */
.NewsFont
{
}

.NewsBlock
{
    font-family:Verdana;
    font-size: 10pt;
    color:#ffffff;
    
    text-align:left;
    
    filter:alpha(opacity=80);
	opacity:0.8;
	
	border: 2px solid #333333; 
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 	
	clear: both;     
    
    margin-bottom:20px;    
    background-color:#336699;
}

.NewsDiv
{
	background-color: #abbbd3; /*#33CC66;*/
	width:200px;

	
	}
	
.NewsHeader
{
    margin-top:5px;
    font-family: Comic Sans MS;
    text-align:center;
}

.NewsText
{    
    font-family:verdana;
    margin-top:10px;
    margin-bottom:10px;
margin-left:8px;
margin-right:4px;

}

/* BARGAINS
Font and styles for Bargains
*/
.BargainFont
{
}
.BargainBlock
{
}

.BargainDiv
{
	background-color: #99CC99; /*#0066CC;*/
	width:200px;	
	margin:0px; border:0px; padding:0px;
}

/* Main Content */
.MainContentDiv
{
	
	width:600px;
	min-width:600px;
	height:400px;
	
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.ContentDiv
{
    text-align:left;
    
    font-family:Verdana;
    
    margin-top:40px;
    margin-bottom: 40px;
    margin-left: 30px;
}

.ContentTextBox
{
	
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;  color: #000066;
	width:500px; 
 	
	color:#000000;
	
	/*border:thin; border-color:#000000; border-width: thin; border-style:solid; */
	
	text-align:left;
	margin-left:50px;
	/*margin-right:100px;*/
	/*padding:30px; margin-left:45px; margin-top:40px; */
	
	background-color:#0099FF;
	filter:alpha(opacity=80);
	opacity:0.8;
	
	border: 2px solid #333333; 
	border-radius: 10px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	margin-top: 40px; 
	clear: both; 
}

.ContentTextBoxText
{
    margin-left:20px;
    margin-top:20px;
    margin-bottom:20px;
}

.RightContentBox
{
    text-align:left; 
    margin-left:20px; 
    margin-top:40px;
    margin-bottom:40px; 
    font-family:Verdana; 
    
    
}

/* SITE LINKS */
.SiteLinksFont
{
}

.SiteLinksBlock
{
}

.SiteLinks
{
    text-decoration: none; 
    font-family:Verdana;
    
    color:#003300;
    margin-right:20px;
    
}

.InfoBox
{
    background-color:#FFFFFF; filter:alpha(opacity=80);
	opacity:0.8; border: 1px solid #a6a9ab; border-radius: 10px; -webkit-border-radius: 10px; 
	-moz-border-radius: 10px; clear: both; width:500px; padding:20px;
}


.TableHeader
{
    color:#336699;
    text-decoration: underline;
    font-weight:bold;
}

.MainTextHeader
{
    color:#336699;
    text-decoration: underline;
    font-weight:bold;
}