html{
	font-family: tahoma;
	font-size: 12px;
}

a{
	text-decoration: none; 
	color: #146C29;
}

a:hover {
	color: #333;
}

h1 { font-size: 16px; }
h2 { font-size: 14px; color: #669966; }

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

.clear{
	clear: both;
}

#container{
	width: 948px;
	border: 1px solid #666;
	margin: auto;
}

#header{
	
}

#headerLeft{
	width: 360px;
	height: 182px;
	float: left;
	background-image: url('../images/layout/top-left.jpg');
	background-repeat: no-repeat;
}

#headerRight{
	width: 588px;
	height: 182px;
	float: left;
}

#nav{
	height: 53px;
	width: 588px;
	background-image: url('../images/layout/nav-slice.jpg');
	background-repeat: repeat-x;
}

#nav a{
	display: block;
	float: left;
	height: 53px;
	background-image: url('../images/layout/nav-slice.jpg');
	background-repeat: repeat-x;
	padding: 5px;
	text-decoration: none;
	font-size: 20px;
	color: #666666;
}

#nav .navDivider{
	float: left;
	width: 10px;
	height: 53px;
	background-image: url('../images/layout/nav-divider.jpg');
	background-repeat: no-repeat;
}

#nav a:hover{
	color: green;
}

#headerRight .greyBar{
	text-align: right;
	padding-top: 5px;
	height: 20px;
	padding-right: 10px;
}

#headerRight .greyBar a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#headerRight .greyBar a:hover{
	color: green;
}

#headerContent{
	width: 588px;
	height: 96px;
	background-image: url('../images/layout/top-right.jpg');
	background-repeat: no-repeat;
}

.yellowBar{
	height: 8px;
	background-image: url('../images/layout/yellow-slice.jpg');
	background-repeat: repeat-x;
}

.greyBar{
	height: 25px;
	background-image: url('../images/layout/grey-slice.jpg');
	background-repeat: repeat-x;
}

.greyBar div { font-weight: bold; padding-top: 2px; color: #333;}

#content{

	padding: 10px;
	
}

#footer{
	font-size: 11px;
}

#footer .greyBar{
	padding-top: 5px;
	height: 20px;
	padding-left: 10px;
}

table { font-size: 11px; }
th { background-color: #669966; color: #ffffff; }
td { font-size: 11px; }

.floatLeft { float: left; }
.floatRight{ float: right; }

/* Margins */
.marginRight5px { margin-right: 5px; }

/* Widths */
.widthHalf { width: 48%; }
.width65pc { width: 65%; }
.width30pc { width: 30%; }