/* CSS Document */

BODY {
	margin: 0px;
	padding: 8px 0px 0px 0px;
	background-image: url(../img/bgBody.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#outerDiv {
	width: 866px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/bgOuterDiv.jpg);
	background-repeat: repeat-y;
}

/* TOP */
#top {
	height: 77px;
	background-image: url(../img/bgTop.jpg);
	background-repeat: no-repeat;
	padding-left: 26px;
}
#topMenu {
	width: auto;
	float: right;
	height: 25px;
	margin-right: 10px;
	margin-top: 42px;
}
#topMenu A{
	color: #039B92;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	padding-right: 10px;
	background-image: url(../img/bgLinkTopMenu.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;	
}
#topMenu A:hover{
	color: #000;
}

/* START CONTENT */

#allContent {
	width: 858px;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url(../img/bgAllContent.gif);
	background-repeat: repeat-y;
	height: auto;
}
#datumBalk {
	height: 27px;
	background-image: url(../img/bgDatumBalk.gif);
	background-repeat: repeat-x;
}
#datumBalk #datum {
	height: 21px;
	padding-top: 6px;
	padding-right: 17px !IMPORTANT; padding-right: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	float: right;
	background-image: url(../img/rightDatumBalk.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* LEFT MENU */

#leftMenu {
	width: 200px;
	float: left;
}
#leftMenu .orangeLink {
	background-color: #F29900;
	background-image: url(../img/bgOrangeLink.gif);
	width: 166px;	
	height: 24px;	
	display: block;
	padding-top: 7px;
	padding-left: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
#leftMenu .orangeLink:hover {
	background-color: #F2B100;
}
#leftMenu .greenLink {
	background-color: #009A91;
	background-image: url(../img/bgGreenLink.gif);
	width: 166px;	
	height: 24px;	
	display: block;
	padding-top: 7px;
	padding-left: 34px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
#leftMenu .greenLink:hover {
	background-color: #28AAA1;
}
#leftMenu #contact {
	padding: 38px 0px 30px 30px;
	font-size: 11px;
	color: #006666;
	height: auto;
	background-color: #45E6C7;
}
#leftMenu #contact P {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#leftMenu #contact a {
	color: #006666;
	text-decoration: underline;
}

/* CONTENT DIVS */

#content {
	width: 658px;
	float: left;
}
#content a {
	color: #039B92;
}
#content a:hover {
	text-decoration: none;
}
#sitePath {
	width: 641px;
	float: left;
	background-color: #45E6C7;
	color: #006666;
	font-size: 11px;
	padding-left: 17px;
	padding-top: 6px;
	height: 19px;
}
#sitePath A {
	color: #006666;	
}
#sitePath A:hover {
	color: #000;	
}
#tableContent {
	line-height: 19px;
	float: left;
}

/* BOTTOMS */

#AllContentBottom {
	height: 50px;
	width: 866px;
	background-image:url(../img/bgAllContentBottom.jpg);
	background-repeat: no-repeat;
	float: left;
}
#bottom {
	width: 866px;
	margin: 0px auto 5px auto;
	text-align: center;
	color: #009A91;
	font-size: 11px;
}
#bottom A{
	color: #009A91;
}
#bottom A:hover{
	color: #000;
}
#clearDiv {
	clear: both;
}


