/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	color: #333333;
	background: #6699CC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	text-align:center;
}
mainbody
{ 	font-family: verdana, 
	'trebuchet ms', sans-serif;
	font-size: 12px;
}	
a
{
	text-decoration: underline;
	
}
h1 {font-family: verdana, 
	'trebuchet ms', sans-serif;
	font-size: 14px;}
h2 {font-family: verdana, 
	'trebuchet ms', sans-serif;
	font-size: 12px;}	
a:link { color: #003366; }
a:visited { color: #003366; }
a:active { color: #
a:hover { color: #003366; }

container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

banner
{
	border-bottom: 1px dotted #6699CC;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: black;
	background: #99CC66;
	text-align: right;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}