body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #DCE3E5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.shiftcontainer{
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
	width: 200px;
}

.shadowcontainer{
width: 255px; /* container width*/
background-color: #9A9D9E;
}

.shadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: white;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	background-image: url(../images/bg_textbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 12px;
}



.cshiftcontainer{
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
	width: 250px;
}

.cshadowcontainer{
width: 240px; /* container width*/
background-color: #9A9D9E;
}

.cshadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: white;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	background-image: url(../images/bg_textbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 12px;
}



.bigshadowcontainer{
	width: 620px; /* container width*/
	background-color: #9A9D9E;
}

.bigshadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: white;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 530px;
	width: 620px;
	background-image: url(../images/bg_textbox.jpg);

}

.pbigshadowcontainer .innerdiv{
	/* Add container height here if desired */
background-color: white;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: gray;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 540px;
	width: 59px;
	background-image: url(../images/bg_textbox.jpg);

}

.pbigshiftcontainer {
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
	width: 359px;
}


#middle {
	width: 255px;
	float: left;
}
#right {
	float: right;
	width: 365px;
}
.pbigshadowcontainer {
	width: 359px; /* container width*/
	background-color: #9A9D9E;
}

#main {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#imagebox {
	background-color: #FFFFFF;
	height: 530px;
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(../images/bg_textbox.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 5px;
}
.pagetitle {
	margin-bottom: 6px;
}
.subnav {
	margin-bottom: 2px;
}
.imagetext {
	margin-left: 6px;
	margin-right: 6px;
	height: 95px;
}
.imagetitle {
	font-weight: bold;
	color: #559609;
	margin-bottom: 4px;
}
#greybox {
	width: 927px;
	background-color: #CCCCCC;
	background-image: url(../images/bgbox.jpg);
	margin-top: 10px;
	height: 590px;
	margin-bottom: 5px;
}
#contentright {
	float: right;
	width: 622px;
	height: 547px;
	padding-right: 15px;
}
#contentleft {
	height: 547px;
	width: 265px;
	float: left;
	padding-left: 15px;
}
a:link {
	color: #7E7F7F;
	text-decoration: none;
}
a:hover {
	color: #89F010;
	text-decoration: underline;
}
.imglarge {
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.imgnav {
	text-align: right;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-top: 3px;
}
#logo {
	float: left;
	margin-right: 100px;
}
#navigation {
	float: right;
}
.bigshiftcontainer {
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
	width: 625px;
}
#iframebg {
	height: 447px;
	width: 642px;
	background-image: url(../images/bg_iframe.jpg);
	background-repeat: repeat-x;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:visited:hover {
	color: #89F010;
	text-decoration: underline;
}
.titleorientation {
	font-weight: bold;
	text-transform: uppercase;
	color: #7E7F7F;
}
.linkstext {
	margin-left: 10px;
	margin-right: 10px;
	height: 95px;
	margin-top: 10px;
}
