/* html generic styles 
-----------------------------------*/
body {
	margin:0px auto;
	padding:0;
	color:#333;
	font-family:verdana, tahoma, sans-serif;
	}
td {
	vertical-align: top;
}
body,
body div,
body p,
body th,
body td,
body li	{
	font-size: 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 10px;
	}
h1 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width: 130%;
	text-transform: uppercase;
	}
	
a:link {
	color: #333;
	text-decoration: none;
	}
a:visited {
	color: #666;
	}
a:hover {
	color: #00AAAD;
	text-decoration: underline;
	}


/* content table 
-----------------------------------*/
.leftColumn {
	width: 150px;
	}

.rightColumn {
	width: 100%;
		padding: 20px;
	}
	
/* global navigation styles
------------------------------------------- */
#navigationImage {
	border-bottom: 1px solid #666;
	width: 150px;
	}
#navigationContainer {
	width: 100%;
	font-size: 8px;
	}
#navcontainer ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	}
#navcontainer ul li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	}
#navcontainer ul li a {
	vertical-align: middle;
	width: 145px;
	height: 22px;
	padding: 4px 0 0 10px;
	margin:0;
	text-decoration: none;
	display: block;
	background-image: url(../images/nav.gif);
	}
#navcontainer ul ul li a {
	}
#navcontainer ul li a:hover {
	color: #fff;
	background: #00AAAD;
	background-image: url(../images/nav_f2.gif);
	}
#navcontainer a:active {
	background: #fff;
	color: #000;
	}
#navcontainer li#navActive a{
	background: #8bc245;
	color: #333;
	}