body	{
	color: #333;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
	background: #93b1bd  url(background.jpg) repeat;
	font-family: trebuchet, "lucida sans unicode", lucida, verdana, arial, lucida, helvetica, sans-serif;
	border-top: 6px solid #1b6160;
	font-size: 62.5%;
}
#maincontainer {
	background-color: #fff;
	border-left: 1px solid #b7dbda;
	border-right: 1px solid #b7dbda;
	border-bottom: 1px solid #b7dbda;
	border-top: 6px solid #1b6160;
	margin: 10px auto;
	font-size: 1.2em;
	padding: 0;
	width: 740px;
} 

#innercontainer {
	width: 730px;
	/*border-left: 1px solid #b7dbda;
	border-right: 1px solid #b7dbda;
	border-bottom: 1px solid #b7dbda;*/
	border: 1px solid #b7dbda;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	background-color: #f5fcfc;
	text-align: left;
} 

#footer {
	width: 730px;
	border: 1px solid #b7dbda;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	background-color: #f5fcfc;
	text-align: left;
	height: 30px;
	clear: both;
}
#header {
	border-bottom: #1b6160 3px solid;
	margin: 0px;
	background-color: #fff;
}
#header img {
	border: 0;
}
#tabnav {
	background-color: #fff;
}

#tabnav ul {
	height: 35px;
	margin: 0px;
	padding-left: 5px;
	background: url(tab_bottom.gif) repeat-x bottom;	
}

#tabnav li {
	margin: 0px; 
	padding: 0px;
  	display: inline;
  	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #d6e5e2;
	line-height: 14px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	margin-right: 4px;
	text-decoration: none;
	border-left: 1px solid #b7dbda;
	border-right: 1px solid #b7dbda;
	color: #333;
	height: 35px;
}

#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #f5fcfc;
	background-color: #f5fcfc;
	color: #000;
}

#tabnav a:hover {
	background-color: #f5fcfc;
}

#content {
	width: 545px;
	margin: 10px 0 10px 175px;
	padding: 0;
	/*border: #000 solid 1px;*/
}


#content h1 {
	font-size: 130%;
	color: #3d8d84;
	font-family: Georgia, "Times new roman", serif;
	font-weight: bold;
	background:  url(puce.gif) no-repeat left;;
	margin: 0 0 15px 0;
	padding: 13px 0px 4px 15px;
	
}
#content h3{
	color: #333;
	font-family: Georgia, "Times new roman", serif;
	font-weight: bold;
	font-size: 110%;
	margin: 15px 0 10px 0;
}

#content h4{
	color: #333;
	font-family: Georgia, "Times new roman", serif;
	font-weight: bold;
	font-size: 100%;
	margin: 10px 0 5px 0;
}
#content h5{
	color: #333;
	font-family: Georgia, "Times new roman", serif;
	font-weight: bold;
	font-size: 90%;
	margin: 20px 0 5px 0;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #3d8d84;
	border-bottom: #3d8d84 dashed 1px;
}
#content a:hover {
	background-color: #3d8d84;
	color: #f5fcfc;	
	border-bottom: none
}
/*#maincontent h5.dart {
	font-size: 1.2em;
	color: #418a81;
	font-family: Georgia, "Times new roman", serif;
	padding: 3px 0 4px 15px;
	font-weight: bold;
	background: url(bullet3.gif) no-repeat left;
}*/

.clearer {
	clear: both;
}
#entry h1 {
	font-size: 130%;
	color: #3d8d84;
	font-family: Georgia, "Times new roman", serif;
	font-weight: bold;
	background:  url(puce.gif) no-repeat left;;
	margin: 0 0 15px 0;
	padding: 13px 0px 4px 15px;
}	
/* left menu */
#navcontainer {
	width: 165px;
	margin: 10px 0 0 5px;
	float: left;
}
#navcontainer h1 {
	background-color: #7bb2ad;
	color: #fff;
	font-size: 100%;
	width: 150px;
	margin: 0;
	padding: 3px 5px;
	border-width: 1px;
	border-color: #eaffff #aaab9c #ccc #d6e5e2;
	border-style: solid;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer a {
	display: block;
	width: 150px;
	padding: 3px 5px;
	border-width: 1px;
	border-color: #eaffff #aaab9c #ccc #d6e5e2;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background-color: #D6E5E2;
}
#navcontainer a:hover {
	color: #333;
	background-color: #E5F5F2;
	border-color: #aaab9c #ddd #ddd #ccc;
}

#navcontainer a.active {
	color: #333;
	background-color: #E5F5F2;
	border-color: #aaab9c #ccc #ddd #ccc;
}

/*other list*/
ul.otherList li a {
	color: #333;
	text-decoration: none;
	list-style-type: decimal;
}


ul.otherList li a:hover {
	text-decoration: underline;
	/*font-weight: bold;*/ 
}

ul.otherList li {
	list-style-type: circle;
	list-style-position: outside;
}

#normal {
	font-weight: normal;
}
/*link list*/
#linkList {
	font-weight: bold;
}

.simpleList{
	list-style-type: none;
	list-style-position: outside;
}

ul#linkList li a {
	font-weight: normal;
	text-decoration: none;
	list-style-type: decimal;
}

ul#linkList li a:hover {
	text-decoration: underline;
}

#linkList li {
	list-style-type: circle;
	list-style-position: outside;
}

/*photos*/
.stylesPhoto {
	margin: 25px 0 10px 5px;
	padding: 5px; 
	width: 200px;
	float: left;
	background-color: #fff;
	height: 268px;
	display: inline;
	border: #D5EDEC solid 1px;
}

.stylesDesc {
	float: left;
	background-color: #e7f7f7;
	height: 275px;
	width: 310px;
	/*padding: 0 5px 5px 10px;*/
	margin: 25px 0 10px 0;

	/*padding: 10px 0 10px 0;*/
	padding: 0 7px 5px 0;
}
.stylesDesc p {	
	/*margin: 0 10px 10px 10px;	*/
	margin: 0 0 10px 10px;
	padding: 0;
	line-height: 1.25em;
	text-align: justify;
}

.divPartnerImg
{
	float: left;
	display: inline;
	height: 80px;
	width: 200px;
	background-color: #fff;
	margin-bottom: 25px;
	border-style: solid;
	border-width: 1px;
	border-bottom: #D5EDEC;
	border-right: #D5EDEC;
	border-top: #D5EDEC;
	border-left: #fff;
}

.divPartner
{
	float: left;
	height: 80px;
	width: 290px;
	background-color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 12px;
	padding-left: 10px;
	border-style: solid;
	border-width: 1px;
	border-bottom: #D5EDEC;
	border-left: #D5EDEC;
	border-top: #D5EDEC;
	border-right: #fff;
}

.divSmallIcon{
	float: left;
	background-color: #fff;
	width: 150px;
	height: 59px;
	margin: 5px 0 10px 15px;
	border-color: #E0F0F1;
	border-style: solid;
	border-width: 1px;
}


.para {
	background-color: #e7f7f7;
	width: 530px;
	margin: 0 0 10px 0;
	/*padding: 10px 0 10px 0;*/
	padding: 10px 7px 5px 0;
}
.mappara {
	background-color: #e7f7f7;
	width: 695px;
	margin: 0 0 10px 10px;
	/*padding: 10px 0 10px 0;*/
	padding: 10px 7px 5px 0;
}
.mappara p {	
	/*margin: 0 10px 10px 10px;	*/
	margin: 0 0 10px 10px;
	padding: 0;
	line-height: 1.25em;
	text-align: justify;
}
.para p {	
	/*margin: 0 10px 10px 10px;	*/
	margin: 0 0 10px 10px;
	padding: 0;
	line-height: 1.25em;
	text-align: justify;
}
.para ul {
	/*margin: 0 0 10px 25px;*/
	margin: 0 0 10px 22px;
	padding: 0;
}
.para li {
	list-style-type: circle;
	margin: 0 0 5px 0;
}

.para img{
	border-style: solid;
	border-width: 5px;
	border-color: #f5fcfc;
	float: right;
	margin: 5px;
	padding: 0;
}
.paraStyle {
	background-color: #e7f7f7;
	width: 530px;
	margin: 0 0 10px 0;
	/*padding: 10px 0 10px 0;*/
	padding: 10px 7px 5px 0;
}
.paraStyle ul {
	list-style-type : none;
	margin-left : 0.5cm;
	padding-left : 0;
}
.paraStyle ul li {
	background: url(left_bull.gif) no-repeat 0 0;
	/*margin-left : -1.1em;*/
	/*padding-left : 1em;*/
	padding: 0 0 6px 15px;
	font-size: 100%;
	font-weight: bold;
}
.paraStyle ul li ul {
	list-style-type : none;
	/*margin-left : 0.5cm;*/
	padding-left : 0;
	margin: 5px 0 0 5px;
	
}
.paraStyle ul li ul li{
	background: url(sitemapdocbullet.gif) no-repeat 0 0;
	padding: 0 0 6px 15px;
	margin: 5px 0 0 0;
	font-size: 100%;
	font-weight: normal;
}

.TitleStyle{
	color: #174849;
	font-size: 1.4em;
	font-family: Georgia, "Times new roman", serif;
	font-weight: bold;
	line-height: 18px;
	/*background: url(puce.gif) no-repeat left;;
	margin: 0.75em 10px 0 0px;
	padding: 20px 0px 4px 15px;*/
}

.TitleStyle a{
	/*font-size: 1.3em;*/
	color: #174849;
	font-family: Georgia, "Times new roman", serif;
	/*font-weight: bold;*/
	text-decoration: none;
}

.TileStyle a.hover{
	color: #3CB1B2;
	text-decoration: underline;
}

#index {
	margin: 0px;
	border-bottom: #E0F0F1 1px solid;
}
.box {
float: left;

	margin: 0 0 10px 0;
	padding: 0;
	width: 530px;
	height: 83px;
	background-color: #fff;
	border:  solid #D5EDEC 1px;
	display: inline;
}
.box p {
	font-size: 12px;
	font-weight: bold;
	margin: 20px 10px 10px 10px;
}

.box img {
	float: right;
	border: none;
	margin: 12px 10px 2px 10px;
	padding: 0;
}
.searchResults {
	color: #666;
	background-color: #FFF;
	border: #D5EDEC solid 1px;
	width: 530px;
	/*height: 85px;*/
	padding: 5px;
	margin: 2px 0 0 0;	
}
.searchResults h4 {
	padding: 0 0 0 100px;
}
.searchResults p {
	margin: 0 0 0 100px;
}
.searchResults img {
	border: #D5EDEC solid 1px;
	float: left;
	margin: 5px;
}
.bubble {
	 width: 200px;
	 background-color: #f5fcfc;
	 padding: 2px 5px 5px 5px;
	 text-align: left;
}
.bubble img {
	border: 1px solid #def;
	margin: 0 0 5px 0;
}
.bubble h6 {
	margin: 0;
	font-weight: bold;
	font-size: 100%;
	padding: 0;
}
.bubble a:link, .bubble a:visited {
	text-decoration: none;
	color: #3d8d84;
	border-bottom: #3d8d84 dashed 1px;
}
.bubble a:hover {
	background-color: #3d8d84;
	color: #f5fcfc;	
	border-bottom: none
}
.plaqueImg {
	border: #D5EDEC solid 1px;
	float: right;
	margin: 5px 10px;
	display: inline;
}

#right_footer{
	/*float: left;
	margin: 0;
	/*height: 40px;*/
	width: 100%;
	background-color: #f5fcfc;
	display: inline;

}
/*Right Sub-Menu starts*/
ul#rightfooter_menu {
	list-style-type: none;
	margin: 5px 135px 0 10px;
	padding: 0;
	float: left;
	white-space: nowrap;
	width: 350px;
}
#rightfooter_menu li{
	display: inline;
	font-weight: normal;
	margin: 0;
	/*border-left: solid 2px #000000;*/
	padding: 0;
}
#rightfooter_menu a:link, #rightfooter_menu a:visited {
	text-decoration: none;
	color: #3d8d84;
	border-bottom: #3d8d84 dashed 1px;
}
#rightfooter_menu a:hover {
	background-color: #3d8d84;
	color: #f5fcfc;	
	border-bottom: none
}

/* W3C links */
.w3cbutton4 {
  margin: 7px 0 0 10px;
  width: 9em;
  font-family: helvetica,arial,sans-serif;
  font-size: 85%;
  font-weight: bold;
  float: left;
}
.w3cbutton4 a {
  display: block;
  width: 100%;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton4 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.w3cbutton4 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
.w3cbutton4 span.spec {
  padding: 0 0.4em;
  background-color: #fc6;
  color: #000;
}
.back {
	text-align: center;
}

