* {
  margin: 0px;
  padding: 0px;
} 

body {
	background-color: #A4A498;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

#pageWrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#page {
	background-color: #FFFFFF;
	padding: 15px;
	width: 717px;
	float: left;
}


/* ******************** HEADER ************************ */


#header {
	width: 717px;
	
}

#header img {
    display: block;
}


/* ******************** MIDDLE ************************ */


/* Middle homepage */

#middleHome {
	margin-bottom: 7px;
	background-image: url(../images/bgrnd_home.gif);
	background-repeat: repeat-y;
}



#middleHome .column1 {
	float: left;
	width: 150px;
	padding-right: 7px;
}

#middleHome .column2 {
	float: left;
	width: 387px;
	padding-left: 8px;
	padding-right: 8px;
}

#middleHome .column3 {
	float: left;
	width: 150px;
	padding-left: 7px;
}


/* Middle content pages 2 column */

#middleInner {
	margin-bottom: 7px;
	background-image: url(../images/bgrnd_inner.gif);
	background-repeat: repeat-y;
}


#middleInner .column1 {
	float: left;
	width: 268px;
	padding-right: 8px;
}

#middleInner .column1 img {
	display:block;
}

#middleInner .column2 {
	float: left;
	width: 268px;
	padding-left: 8px;
	padding-right: 8px;
}

#middleInner .column3 {
	float: left;
	width: 150px;
	padding-left: 7px;
}


/* Middle content pages 1 column */

#middleInner2 {
	margin-bottom: 7px;
	background-image: url(../images/bgrnd_home.gif);
	background-repeat: repeat-y;
	width: 717px;
}


#middleInner2 .titleColumn {
    margin-left: 165px;
	width: 387px;
	margin-right: 8px;
	
}

#middleInner2 .column1 {
    float: left;
	width: 150px;
	padding-right: 7px;
}

#middleInner2 .column2 {
    float: left;
	width: 387px;
	padding-left: 8px;
	padding-right: 8px;
}

#middleInner2 .column3 {
    float: right;
	margin-left: 7px;
	width: 150px;
}



/* ******************** FOOTER ************************ */


#footer {
	background-color: #00718f;
	padding: 4px;
	width: 703px;
	color: #FFFFFF;
	text-align: center;
	
}

.footerColumn1 {
  width: 221px;
  float:left;
  padding-right: 2px;
  text-align:left;
  font-weight: normal;
}

.footerColumn2 {
  width: 188px;
  float:left;
  padding-left: 7px;
  padding-right: 7px;
  text-align:left;
  font-weight: normal;
}

.footerColumn3 {
  width: 123px;
  float:left;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px solid #4799AE;
  text-align:left;
  font-weight: normal;
}

.footerColumn4 {
  width: 133px;
  float:left;
  padding-left: 7px;
  text-align:left;
  font-weight: normal;
}



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

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

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

#footer a:hover {
	color: #00A75E;
	text-decoration:none;
}

/* ******************** MISC ************************ */


.floatLeft {
	float: left;
}

.clearBoth {
	clear: both;
	height: 1px;
}

.clearLeft {
	clear: left;
	height: 0px;
}

li {
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: square;
}


/* ******************** BOX STYLES ************************ */

.boxGreen {
	background-color: #00A75E;
    padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
    margin-bottom: 7px;

}

.boxGrey {
	background-color: #EAE9E6;
	 padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	margin-bottom: 7px;

}


.boxBlue {
	background-color: #00718f;
    padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
    margin-bottom: 7px;

}


/* ******************** NAV STYLES ************************ */


#navTop {
	background-color: #757561;
	padding: 5px;
	width: 707px;
	margin-top: 1px;
}

#navTop a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#navTop a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#navTop a:active {
	color: #FFFFFF;
	text-decoration:none;
}

#navTop a:hover {
	color: #00A75E;
	text-decoration:none;
}

#navTop a.selected:link {
	color: #00A75E;
	text-decoration:none;
}

#navTop a.selected:visited {
	color: #00A75E;
	text-decoration:none;
}





#navSub {
	background-color: #919181;
	padding: 5px;
	width: 673px;
	float: left;
	margin-bottom: 7px;
	margin-top: 1px;
}



#navSub a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#navSub a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#navSub a:active {
	color: #FFFFFF;
	text-decoration:none;
}

#navSub a:hover {
	color: #00718F;
	text-decoration:none;
}

#navSub a.selected:link {
	color: #00718F;
	text-decoration:none;
}

#navSub a.selected:visited {
	color: #00718F;
	text-decoration:none;
}




.navTopItem {
	width: auto;
	margin-right: 10px;
	display:inline;
	padding-left: 10px;
	background-image: url(../images/navtoparrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}


.navSubItem {
	width: auto;
	margin-right: 10px;
	display:inline;
}


#navSide {
	width: 23px;
	float: right;
	margin-top: 305px;
}

#navSide img {
    display: block;
}



/* ******************** TEXT STYLES ************************ */


p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.7em;
	margin-left: 0px;
}


.titleGreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #00A75E;
	font-weight: bold;
	font-size: 1.4em;
	background-image: url(../images/arrow_green.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.titleWhite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00A75E;
	font-weight: bold;
	font-size: 1.4em;
	background-image: url(../images/arrow_green.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}


h2 {
	color: #00A75E;
	font-weight: bold;
	font-size: 1.3em;
}

h3 {
	color: #00A75E;
	font-weight: bold;
	font-size: 1.1em;
}


#pageTitle {
/*	background-color: #cceecc;*/
}
#pageTitleLeft {
	float: left;
	width: 567px;
	background-color: #ffffff;
	padding-top: 8px;
	padding-bottom: 15px;
}

#pageTitleRight {
	float: left;
	width: 150px;
	background-color: #ffffff;
	padding-top: 8px;
	padding-bottom: 15px;
}


.subtitleGreen {
	color: #00A75E;
	font-weight: bold;
	font-size: 1.1em;
}

.subtitleBlue {
     color: #00718F;
	 font-weight: bold;
	font-size: 1.1em;
}

.subtitleWhite {
     color: #FFFFFF;
	 font-weight: bold;
	font-size: 1.1em;
}



.textGreen {
	color: #00A75E;
	font-weight: bold;
}

.textBlue {
     color: #00718F;
	 font-weight: bold;
}

.textWhite {
     color: #FFFFFF;
	 font-weight: bold;
}

ul, ol {
  padding-bottom: 0.7em;
}

/* ******************** LINK STYLES ************************ */


a:visited {
  color: #00A75E;
  text-decoration:none;
  font-weight: bold;
}

a:link {
  color: #00A75E;
  text-decoration:none;
  font-weight: bold;
}

a:active {
  color: #00A75E;
  text-decoration:none;
  font-weight: bold;
}

a:hover {
  color: #CCCCCC;
  text-decoration:none;
  font-weight: bold;
}



a.linkGreenArrow {
padding-right: 7px;
background-image:url(../images/link_arrow_green.gif);
background-repeat:no-repeat;
background-position:right bottom;
}

a.linkGreenArrow:visited {
  color: #00A75E;
  text-decoration:none;
  font-weight: bold;
}

a.linkGreenArrow:link {
  color: #00A75E;
  text-decoration:none;
  font-weight: bold;
}

a.linkGreenArrow:active {
  color: #00A75E;
  text-decoration:none;
  font-weight: bold;
}

a.linkGreenArrow:hover {
  color: #CCCCCC;
  text-decoration:none;
  font-weight: bold;
  background-image:url(../images/link_arrow_rollover.gif);
  background-repeat:no-repeat;
  background-position:right bottom;
}




a.linkGreenArrowBack {
padding-left: 7px;
background-image:url(../images/link_arrow_green_back.gif);
background-repeat:no-repeat;
background-position:left bottom;
}

a.linkGreenArrowBack:visited {
  color: #00A75E;
  text-decoration:none;
  font-weight: bold;
}

a.linkGreenArrowBack:link {
  color: #00A75E;
  text-decoration:none;
  font-weight: bold;
}

a.linkGreenArrowBack:active {
  color: #00A75E;
  text-decoration:none;
  font-weight: bold;
}

a.linkGreenArrowBack:hover {
  color: #CCCCCC;
  text-decoration:none;
  font-weight: bold;
  background-image:url(../images/link_arrow_grey_back.gif);
  background-repeat:no-repeat;
  background-position:left bottom;
}




a.linkBlueArrow {
padding-right: 7px;
background-image:url(../images/link_arrow_blue.gif);
background-repeat:no-repeat;
background-position:right bottom;
}


a.linkBlueArrow:visited {
   color: #00718F;
   text-decoration:none;
   font-weight: bold;
}

a.linkBlueArrow:link {
   color: #00718F;
   text-decoration:none;
   font-weight: bold;
}

a.linkBlueArrow:active {
   color: #00718F;
   text-decoration:none;
   font-weight: bold;
}

a.linkBlueArrow:hover {
   color: #CCCCCC;
   text-decoration:none;
   font-weight: bold;
   background-image:url(../images/link_arrow_rollover.gif);
   background-repeat:no-repeat;
   background-position:right bottom;
}


a.linkWhiteArrow {
padding-right: 7px;
background-image:url(../images/link_arrow_white.gif);
background-repeat:no-repeat;
background-position:right bottom;
}

a.linkWhiteArrow:visited {
   color: #FFFFFF;
   text-decoration:none;
   font-weight: bold;
}

a.linkWhiteArrow:link {
   color: #FFFFFF;
   text-decoration:none;
   font-weight: bold;
}

a.linkWhiteArrow:active {
   color: #FFFFFF;
   text-decoration:none;
   font-weight: bold;
}

a.linkWhiteArrow:hover {
   color: #CCCCCC;
   text-decoration:none;
   font-weight: bold;
   background-image:url(../images/link_arrow_rollover.gif);
   background-repeat:no-repeat;
   background-position:right bottom;
}


/* ******************** NEWS BOX  ************************ */


.newsItemPic {
	float: left;
    width: 156px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.newsItemPic img {
    display: block;
}

.newsItemText {
	float: left;
	width: 224px;
	margin-bottom: 7px;
}



/* ******************** SEARCH BOX  ************************ */


.searchbox  {

}

.searchboxfield {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: normal;
	color: #666666;
	width: 107px;
	border: 0;
	padding: 2px;
}

.searchboxbutton  {
    background-color:#00718F;
	border: 0;
    font-size: 1.1em;
	line-height: normal;
	color:#FFFFFF;
	cursor:pointer;
	width: 25px;
	height: 20px;
	padding: 2px;
}

.plainGreenInput {
	color: #FFFFFF;
	background-color: #00A75E;
	border-width: 0px 1px 1px 0px;
	border-color: #757561;
	border-style: solid;

	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	padding: 2px 5px 2px 5px;
}

.smallselect {
	font-size: 10px;
}

.caseFloatLeft {
	width: 560px;
	float: left;
}



/* ******************** FORM PAGE  ************************ */


.error {
  color:#CC0000;
 }
 
.column2 input {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: normal;
	color: #666666;
}

.column2 select {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: normal;
	color: #666666;
}

.submit_button  {
 /*   background-color:#00A75E;   */
/*    color: #FFFFFF;    */
}

.result {
	background-color: #00718F;
}