body,p,td {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px
}
body {
	margin: 0;
	padding: 0;
	background-color: #006699;
}
.main {
	width: 755px;
	background-color: White;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}
.header {
	background-color:#006699;
	color:White;
	border-bottom: 2px Solid Black;
}
.adcol {
	background-color: #99CCCC;
	padding-top: 5px;
}
.footer {
	text-align: center;
	padding-top: 10px;
}
/* Tab Menu */
#tabmenu {
	color: Black;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px;
}
#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}
#tabmenu a, a.active {
	color: #006699;
	background: #99CCCC;
	border: 1px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none;
}
#tabmenu a.active {
	background: White;
	border-bottom: 1px solid White; 
}
#tabmenu a:hover {
	color: White;
	background: #006699; 
}
#tabmenu a.active:hover {
	background: White;
	color: #99CCCC;
}
/* Body Content Area */
#content {
	background: White;
	padding: 0;
	border: 1px solid black;
	border-top: none;
	z-index: 2;	
}
#content p {
/*	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;*/
}
#content a {
	text-decoration: none;
	color: #006699; 
}
#content a:hover { background: #99CCCC; }
#content a.plain:hover {background: none;}
#content .itemhead {
	border-bottom:1px solid black;
	border-top: 1px solid black;
	background-color: #006699;
	color: white;
	padding: 2px;
	font-weight: bold;
}
/* Footer Area */
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
	color: Black;
}
#footer a:hover {
	color: White;
	background-color: #99CCCC;
}