body {
	margin: 0px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	text-decoration: none;
	color: #006439;
}

a:hover {
	text-decoration: underline;
}	

img {
	border: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: 760px;
	background-image: url(../images/container.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 760px;
	height: 181px;
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#logoBox {
	width: 173px;
	height: 147px;
	text-align: center;
}

#logoBox img {
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

#logoBox h1 {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	
	font-size: 17px;
	color: #004728;
}

#navTop {
	width: 760px;
	height: 34px;
	background-image: url(../images/navTop.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#nav {
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 30px;
	text-align: center;
}

#nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px; 
}

#nav a {
	float: left;
	margin: 0px;
	padding: 0px 46px 0px 46px;
	text-decoration: none;
	color: #006439;
}

#nav a:hover {
	color: #333333;
}

#content {
	margin: 20px 0px 20px 0px;
	width: 760px;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
}

#contentSub {
	margin: 20px 0px 20px 0px;
	width: 760px;
	background-image: url(../images/contentSub.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	padding: 0px 9px 0px 9px;
	width: 155px;
	text-align: right;
}

#left a {
	display: block;
	padding: 0px 25px 0px 5px;;
	width: 125px;
	color: #006439;
	text-decoration: none;
}

#left a:hover {
	background-image: url(../images/leftLinkArrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.javaLinks.on {
	background-image: url(../images/leftLinkArrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

.imgLeftPhone {
	margin-top: 70px;
}

#center {
	float: left;
	padding: 0px 28px 0px 13px;
	width: 348px;
	line-height: 16px;
}

#center h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#centerSub h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

#centerSub {
	float: left;
	padding: 0px 28px 0px 25px;
	width: 509px;
	line-height: 16px;
}

#right {
	float: right;
	padding: 100px 13px 0px 13px;
	width: 172px;
	background-image: url(../images/right.jpg);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 17px;
}

#right h1, h2, h3 {
	padding: 0px 0px 0px 20px;
	background-image: url(../images/leftLinkArrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-style: italic;
	color: #006439;
}

#right h1 {
	margin: -5px 0px 25px 0px;
	font-size: 16px;
}

#right h1 a {
	font-style: italic;
	color: #006439;
	text-decoration: none;
}

#right h1 a:hover {
	font-style: italic;
	color: #333333;
}

#right h2 {
	font-size: 14px;
}

#footer {
	width: 760px;
	background-color: #CCCCCC;
	font-size: 11px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#navBottom {
	margin-bottom: 5px;
	padding: 8px 0px 0px 0px;
	width: 760px;
	height: 22px;
	background-image: url(../images/navBottom.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#footerLeft {
	float: left;
	padding-left: 5px;
	width: 375px;
}

#footerRight {
	float: right;
	width: 380px;
	text-align: right;
}

.clear {
	clear: both;
}

a.linkReadMore {
	padding: 0px 20px 0px 0px;
	background-image: url(../images/leftLinkArrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
	color: #333333;
}