body, html {
	font: .95em Arial,sans-serif;
	color: #141414;
	background-color: White;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#homenav{
	font-size: 0.8em;
	padding: 2px;
	background-color: #F0F8FF;
	border-bottom: 1px solid Silver;
	height: 12px;
}
#right{
	float: right;
}
#left{
	float: left;
}
#header {
	height: 110px;
	border-bottom: 2px solid Black;
	clear: both;
	background-repeat: no-repeat;
}
#banner{
	height: 31px;
	background-image: url(../b-img/banner-people.jpg);
	background-repeat: repeat-x;
}
#menu	{
	height: 20px;
	background: #F0F8FF;
	padding: 4px 2px 4px 2px;
	border-bottom: 1px solid Silver;
	border-top: 2px solid Black;
	z-index: 1;
	position: relative;
}
#nav, #nav ul,#leftcontent #subnav, #leftcontent #subnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav li {
	float: left;
	font-size: 14px;
	width: 104px; 
}
#nav li ul { 
		position : absolute;
		width: 10em;
		left: -999em;
}
.navhi a {
	width: 104px;
	display: block;
	color: Black;
	text-decoration: none;
	background-color: white;
	border: 1px solid Silver;
	padding: 1px 0px 1px 0px;
	text-align: center;
}
.navlow a {
	width: 150px;
	display: block;
	color: Black;
	text-decoration: none;
	background-color: #F0F8FF;
	border: 1px solid Silver;
	padding: 1px 1px 1px 5px;
	text-align: left;
}
.navhi a:hover, #leftcontent #subnav .subnav a:hover {
	color: Navy;
	background-color: #F0F8FF;
	left: auto;
}
.navlow a:hover {
	color: Navy;
	background-color: #ADD8E6;
	left: auto;
}	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#righttop{
	width: 150px;
	margin-top: 10px;
	width: 150px;
	position: absolute;
	top:195px;
	right:5px;

}
#rightcontent {
	position: absolute;
	top: 239px;
	right: 5px;
	width: 138px;
	background: #F0F8FF; 
	border-left: 2px dotted Silver;
	padding: 0px 5px 0px 5px; 
	clear: right;
	border-top: 1px solid Silver;
	word-break: normal;
	word-wrap: break-word;
}

#leftcontent {
	margin-bottom: 0px;
	text-align: left;
	vertical-align: top;
	padding: 10px 20px 5px 10px;
	word-break: normal;
	word-wrap: break-word;
	margin-right: 155px;
	top: 239px;
}
p {
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;

}
#leftcontent img {
	margin-right: 10px;
	border: 0px;
}
#bottomcontent a,
#bottomcontent a:visited,
#leftcontent a,
#leftcontent a:visited,
#rightcontent a,
#rightcontent a:visited,
#homenav a,
#homenav a:visited {
	color: Blue;
}
#leftcontent a:hover,#homenav a:hover,#rightcontent a:hover,#bottomcontent  a:hover{
	color: Maroon;
}
.quote{
	word-break: normal;
	word-wrap: break-word;
	overflow: auto;
	width: 120px;
	font: .8em Arial,sans-serif;
	clear: both;
}	
#bottomcontent {
	background: #fff; /*text-align : center;*/
	font: .9em Arial,sans-serif;
	padding-top: .1em;
	padding-bottom: .1em;
	clear: both;
	border-top: 1px solid Silver;
	margin-top: 46px;
}
.read{
	display: none;
}
#galcontent {
	margin-bottom: 0px;
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	word-break: normal;
	word-wrap: break-word;
	overflow: auto;
	width: 78%;
	z-index: auto;
	position: absolute;
}
#leftcontent #subnav .subnav a {
	width: 70px;
	display: block;
	color: Black;
	text-decoration: none;
	background-color: white;
	border: 1px solid Silver;
	padding: 1px 1px 1px 2px;
	text-align: center;
}
#leftcontent #subnav li{
	float: left;
	font-size: 12px;
	width: 70;
}
form {margin:0;} 
/*select,option{
	background-color: #F0F8FF;
	width : 85px;
	border : 1px solid maroon;
}*/
textarea,input {
	background-color: #F0F8FF;
	font: .95em Arial,sans-serif;
	border : 1px solid maroon;
	margin:0;
}
.form{
	vertical-align: top;
	left: auto;
	text-align: left;
	top: auto;
}
h1 {
  	font:  1.8em;
   font-weight: bold;
}
h2 {
   font: 1.6em;
	font-weight: bold;
}
h3 {
     font: 1.4em;
     font-weight: bold;
}

h4{
	font: 1.2em;
	font-weight: bold;
}
h5{
	font: 1em;
   font-weight: bold;	
}
hr{
	height: 1px;
	color: Blue;
}
.red{	color: Red;}
.navy{ color: navy;}
.blue{ color: blue;}
.maroon{ color: maroon;}
.teal{ color: Teal;}
.gray{ color: #2F4F4F;}
.bold{ font-weight: bold;}
.larger{ font-size: larger;}