
/* Layout Stylesheet */ 

body {
	margin:5px 5px 5px 5px;
	background:#c6c6c6;
	color: #333333;
	text-align:center;
	padding:0;
 }

#outer {
	text-align:left;
	border:1px solid #1222BF;
	width:728px;
	margin:auto;
 }

#hdr {
	width:728px;
	background:#0000ff;
	color: #fff;
 }

#bar {
	position:relative;
	height:80px;
	width:728px;
	background:#fff;
	border:solid #1222BF;	
	border-width:1px 0px 1px 0px;
	text-align:center;
	color: #c6c6c6;
	padding: 0px;
	margin:auto;
 }

#bodyblock {
	position:relative;
	background: #ffff00;
	font-size: 18px;
	color: #333333;
	width:728px;
	padding:0px;
 }

#l-col {
	float:left;
	background:#ffff00;
	width:160px;
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	padding:3px;
 }

#cont {
	width:500px;
	background:#ffffff;
	border:solid #0000ff;	
	border-width:0 0 0 1px;
	text-align:left;
	font-weight: normal;
	font-size: 14px;
	color: #111111;
	padding:10px;
}

h1 {
                  font-size: 18px;
	font-weight: bold;
	color: #ffff00;
	text-align: center;
}

h2 {
                  font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fffffa;
}

h3 {
                  font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #0000A8;
}

#ftr {

	height: 20px;
	background:#0000ff;
	text-align: center;
	color: #fff;
	border:solid #1222BF;
	border-width:1px 0px 0px 0px;
	margin:0;
}

.spanstyle {
	background-color: #00C000;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.form
{
	width: 400px;
	border:2px dashed #cc0000;
	margin: 0 auto;
	display: table;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

a {
                  font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #ff0000;
}

hr {	
	color: #051F85;
}

ul {

	list-style: square;
	font-weight: bold;
	color: #111111;
}

.pcenter {
	text-align: center;
}

.chromestyle{
width: 726px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: navy;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px;
text-decoration: none;
font-weight: bold;
color: red;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* Style for datal.biz ads */

.a1004_adHeadline {font: bold 18px Arial; text-decoration: None; color: #0000FF;}
.a1004_adHeadline:hover {font: bold 18px Arial; text-decoration: None; color: #FF0000;}
.a1004_adText {font: normal 12px Arial; text-decoration: none; color: #000000;}
.a1004_adTable {width:130px;border: 1px solid;border-color: #0000FF;background: #ffff00;}
.a1004_adYourAd {font: bold 18px Arial; text-decoration: None; color: #0000FF;font: 10px Arial}
.a1004_adYourAd:hover {font: bold 18px Arial; text-decoration: None; color: #FF0000;font: 10px Arial}
.a1004_adPowered {font: bold 18px Arial; text-decoration: None; color: #0000FF;font: 8pt Arial}
.a1004_adPowered:hover {font: bold 18px Arial; text-decoration: None; color: #FF0000;font: 8pt Arial}