﻿body {
	font-family:arial; 
	font-size: 12px; 
	color:black;
	background-color: #000000;
}

#container {
	width: 700px;
	height: 80px;
	margin: 0 auto;
	background-color: #990000;
}

#masthead {
	float: left;
	width: 325px;
	height: 80px;	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
	background-color: #666666;
	background-image:url('../images/topbg-3.gif');
}

#masthead_r {
	float: right;
	width: 375px;
	height: 80px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: auto;
	background-color: #666666;
	background-image:url('../images/topbg-3.gif');
}

#space_1l {
	float: left;
	width: 140px;
	height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	background-image:url('../images/mid-3.jpg');
}

#space_1r {
	float: right;
	width: 560px;
	height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	background-image:url('../images/x.gif');
	background-repeat:repeat;
}

#sidebar {
	float: left;
	width: 140px;
	height:auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #990000;		
	background-image:url('../images/leftbg-3.jpg');
}

#content {
	float: right;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	text-align: center;
	font-family:arial; 
	font-size: 8px;
	color: #ffffff;
	clear: both;
	width: 700px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #666666;
}



td { 
	font-size:11px
}
	
H3{
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}
    
H4{
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}
    
H5{
    MARGIN-TOP: 3px;
    MARGIN-BOTTOM: 3px
}

ul { 
	MARGIN-TOP: 3px; MARGIN-BOTTOM: 3px 
}

A{
	color: black;
    TEXT-DECORATION: underline
}

A:hover{
	color: #990000;
	TEXT-DECORATION:none
}
