body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	margin:0;
	padding:0;
	background:url('bg.jpg') top repeat-x;
}
a, a:visited {
	color:#31659C;
	text-decoration:underline;
}
a:hover {
	color:#628AB4;
	text-decoration:none;
}

a.pageNav {
	margin:2px;
	padding:2px;
	display:inline;
	text-align:center;
	text-decoration:none;	
	font-size:.8em;
}
a.pageNav:link,a.pageNav:visited {
	background-color:#FFFFFF;
	color:#31659C;
	border:1px solid #658CB5;
}
a.pageNav:hover {
	border:1px solid #31659C;
}

div.listing {
	border:1px solid #CCCCCC;
	border-bottom:0;
	margin:0;
	padding:5px;
	color:#333333;
	background-color:#FFFFFF;
}
div.listing:hover {
	background-color:#EEEEEE;
}

#dhtmltooltip{
position: absolute;
left: -350px;
width: 150px;
border: 1px solid black;
padding: 3px;
background-color: #FFFFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
position:absolute;
left: -350px;
z-index: 101;
visibility: hidden;
}

/* 	The rules for navigation start here. */
#header {
	margin:3px 0 0 0;
	padding:0;
	width:100%;	
	font-size:0.7em;
	line-height:normal;
}
#header ul {
	margin:0;
	padding:0;
	list-style:none;
}
#header li {
	display:inline;
	margin:0;
	padding:0;
}

#header a {
	float:left;
	background:#31659C url('tab.jpg') repeat-x;
	padding:0 0 0 9px;
	text-decoration:none;
	color:#FFFFFF;
}
#header a span {
	float:left;
	display:block;
	background:#31659C url('tab.jpg') repeat-x;
	padding:4px 15px 4px 4px;
	border-right:1px solid #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */

#header a:hover, #header a:hover span {
	background:#DDDDDD url('hover.jpg') repeat-x;
	color:#000000;
}
#header #current a span, #header #current a {
	background:#FFFFFF;
	color:#000000;
}
/* rss icon */
#header a.rss,#header a.rss:hover {
	background:none;
	padding:0 0 0 6px;
}

.featured{
	display:block;
	float:left;
	margin:4px;
	padding:0;
	border:1px solid #E9E9E9;
	border-bottom:0;
	background-color:#FFF;
	font-size:80%;
}

/* dock2 - bottom */
#dock2 {
	width: 500px;
	position: relative;
	margin-top:5px;
}
.dock-container2 {
	position: absolute;
	height: 30px;
	/*padding-left: 20px;*/
	background-color:#EEE;
}
a.dock-item2 {
	display: block; 
	width: 40px;  
	bottom: 0px; 
	position: absolute;
	text-align: center;
}
.dock-item2 img {
	border: none; 
	margin: 5px 0px 0px 0px; 
	width: 100%; 
	border:1px solid #333;
}
.dock-item2 img:hover {
	border:2px solid #FFF;
}

div.advertisement{text-align:center;padding:5px 0;}
