@charset "UTF-8";
/* CSS Document */

<style type="text/css">


/*----------------------------------------------------------



GENERAL



----------------------------------------------------------*/

html{
height:101%;
margin-bottom:1px;
}


body {
	font: 100% Helvetica, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #339999;
	font-size: 10px;
		background-image: url(images/navigation/topshadow.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	display:table;
	width: 100%;
	
}


/*----------------------------------------------------------



Links



----------------------------------------------------------*/


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.clear {
clear: both;
}


/*----------------------------------------------------------



Pages



----------------------------------------------------------*/


#container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 30px auto;
	padding:0 10px;
	text-align: left;
	
	 /* this overrides the text-align: center on the body element. */

}

#headerright {
	width: 900px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	top: 0px;
}


 #boxtitle {
	width: 100%;
	height: 81px;
	padding: 25px 0 0 0;
	text-align:center;
}

  #boxnav {
	width: 180px;
	height: 240px;
	padding: 20px 0px 20px 0;
	float:left;
}
   #boxcontent {
	width: 660px;
	background-color: #FFFFFF;
	vertical-align: text-top;
	padding: 20px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;
	font-family: "Helvetica", "Helvetica Neue", "Helvetica Neue Light", "Helvetica Neue Bold Condensed", "Helvetica Neue Black Condensed";
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	font-style: normal;
	font-weight: lighter;
	text-align: justify;
	letter-spacing: 0px;
	word-spacing: 1px;
	float:left;
}

   #boxbottomnav {
	height: 14px;
	background-color: #FFFFFF;
	padding: 40px 0 20px 205px;
	font-family: "Helvetica", "Helvetica Neue", "Helvetica Neue Light", "Helvetica Neue Bold Condensed", "Helvetica Neue Black Condensed";
	font-size: 9px;
	color: #336666;
	font-style: normal;
	letter-spacing: 1px;
	text-align: left;
	word-spacing: 5px;
}


#boxbottomnav a:link {
	color: #336666;
	text-decoration: none;
}
#boxbottomnav a:visited {
	text-decoration: none;
	color: #336666;
}
#boxbottomnav a:hover {
	text-decoration: underline;
	color: #336666;
}
#boxbottomnav a:active {
	text-decoration: none;
	color: #3366666;
}





/*----------------------------------------------------------





ABOUT



----------------------------------------------------------*/


   #boxcontent_about {
	width: 460px;
	height: 420px;
	background-color: #FFFFFF;
	vertical-align: text-top;
	padding: 20px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;
	font-family: "Helvetica", "Helvetica Neue", "Helvetica Neue Light", "Helvetica Neue Bold Condensed", "Helvetica Neue Black Condensed";
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	letter-spacing: 0px;
	word-spacing: 1px;
	float:left;
}

   #boxphoto_about {
	width: 160px;
	height: 160px;
	background-color: #FFFFFF;
	vertical-align: text-top;
	padding: 20px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: thin;
	font-family: "Helvetica", "Helvetica Neue", "Helvetica Neue Light", "Helvetica Neue Bold Condensed", "Helvetica Neue Black Condensed";
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	font-style: normal;
	font-weight: lighter;
	text-align: justify;
	letter-spacing: 0px;
	word-spacing: 1px;
	float:left;
}




</style>

