body {
	background-color: #000033;	
}

body.guide {
	background-color: #ABCDEF;
}



div.container { 
	width: 100%;
	height: 480px;
	text-align: center;
}

div.top {
	position: absolute;
	top: 0;
	left: 0;
	width:1000px;
	z-index:200;
}

div.bottom {
	position: absolute;
	top: 600px;
	left: 0;
	width:1000px;
	z-index:1;
}

div.listfooter {
	position: absolute;
	top: 1050px;
	left: 0;
	width:1000px;
	z-index:1;
}

div.statefooter {
	position: absolute;
	top: 550px;
	left: 0;
	width:1000px;
	z-index:1;
}

div.main {
	position: absolute;
	top: 125px;
	left: 220px;
	width: 550px;
	height: 400px;
	z-index: 10;
}

div.maingw {
	position: absolute;
	top: 120px;
	left: 210px;
	width: 650px;
	height: 300px;
	z-index: 10;
}

div.nosides {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 1000px;
	z-index: 10;
}

div.left {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 200px;
	height: 232px;
}


div.lefttable {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 200px;
	height: 300px;
	z-index: 100;	
}

div.right {
	position: absolute;
	top: 120px;
	left: 895px;
	width: 100px;
	height: 232px;
}

div.righttable {
	position: absolute;
	top: 120px;
	left: 790px;
	width: 200px;
	height: 300px;
	z-index: 100;	
}



a {
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
}

a.links {
	text-decoration:none
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
}


a:visited {
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
}

a:active {
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
}

a:hover {
	font-family:tahoma;
	font-size:12px;
	color:#000DDD;
}

a.guide {
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

a.category {
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFF00;
}

a.listing {
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

font.listing {
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

a.list {
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFF33;
}


a.title {
	font-family:tahoma;
	font-size:18px;
	color:#FFFFFF;
}

a.title:hover {
	font-family:tahoma;
	font-size:18px;
	color:#FFFFFF;
}

a.title:visited {
	font-family:tahoma;
	font-size:18px;
	color:#FFFFFF;
}

a.guide:hover {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
}

a.guide:visited {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
}

a.links {
    color:#ffffff;
    font-size:9pt;
    font-weight:bold;
    font-family:Tahoma, sans-serif;
    text-decoration:none;
}

a.linksat {
    color:#ffffff;
    font-size:9pt;
    font-weight:bold;
    font-family:Tahoma, sans-serif;
    text-decoration:none;
}

a.links:hover {
    color:#D00000;
    font-size:9pt;
    font-weight:bold;
    font-family:Tahoma, sans-serif;
    text-decoration:none;
}

a.links:visited {
    color:#C6DEFF;
    font-size:9pt;
    font-weight:bold;
    font-family:Tahoma, sans-serif;
    text-decoration:none;
}

b.text {
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
}


h4 {
	font-family:tahoma;
	font-size:18px;
	color:#FFFFFF;
}

h5 {
	font-family:tahoma;
	color:#FFFFFF;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle; 
	font-family:tahoma; 
	font-size:12px; 
	text-align: center;
}

div.guide {
	position:absolute;
	top:0;
	left:0;
	width:755px;
	background-color:#ABCDEF;
	font-family:tahoma;
	font-size:12px;
	color:#000000;
	padding: 10px;
}


hr.guide {
	height: 5px; 
	background-color: #6699ff; 
	color: #6699ff;
}

p {
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
}

p.guide {
	font-family:tahoma;
	font-size:12px;
	color:#ffffff;
}

p.black {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
}


input.submit
{
border: 3px double #999999;
border-top-color: #CCCCCC;
border-left-color: #CCCCCC;
padding: 0.25em;
background-color: #FFFFFF;
background-repeat: repeat-x;
color: #333333;
font-size: 75%;
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
} 

img.transOFF {border:0px solid black; }
img.transON  {opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:0px solid black;}


