body{
	margin: 0;
	padding: 0;
	font-family: helvetic, arial, sans-serif;
	color: #fff;
	font-size: medium;
	background-color: #efefef;
}
p{
	color: #666;
	font-size: 12px;
}
a:link { color: #666; text-decoration: underline; cursor: pointer; }
a:visited { color: #666; text-decoration: underline; cursor: pointer; }
a:hover { color: silver; background-color: #666; text-decoration: underline; cursor: pointer; }
#header{ margin:0; background-color: #76839a; height:130px; width:100%; text-align:right; vertical-align:middle; position: fixed; top: 0; left: 0; }

#header img{
	float:left;
	width:226px;
	height:37px;
}
#imagestrip {
	clear:both;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 80px;
	background-image: url(../images/banner.jpg);
	background-repeat: repeat-x;

}
.address { font-size: 12px; font-weight: 400; float:right; width:20%; vertical-align:middle; margin:5px 20px 0 0; }
ul.leftCol { font-size: 14px; font-weight: 400; list-style: none; margin-top: 0; }

li { font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 0; padding-top: 0; color: #666; font-size: 12px; }

h2 {
	font-size: 14px;
	font-weight: normal;
	background-color: #76839a;
	padding:0 10px 0 5px; 
	margin: 0;
}

h3
{ font-size: 14px; background-color: #76839a; margin: 0; }
h4
{
	font-size: 12px;
	font-weight: bold;
	color: #76839a;
	margin:5px 0 5px 10px;
}


dt
{
	background-color: #fff;
	color: #666;
	font-size: 12px;
	padding-left: 5px;
	margin: 0 0 0 5px;
}

dd
{
	background-color: #fff;
	color: #666;
	font-size: 12px;
	padding-left: 5px;
	margin: 0 0 10px 5px;
}
.name_of { font-size: 14px; font-weight: 700; background-color: #76839a; }
.type_of
{ font-size: 14px; font-weight: 100; font-style: italic; background-color: #76839a; padding-left: 60px; }
*html .type_of { font-size: 14px; font-style: italic; font-weight: 100; background-color: #76839a; position: static; right: 200px; width: 380px; padding-left: 40px; }
.footer { background-color: #76839a; padding: 3px 10px 3px 0; margin-bottom: 20px; text-align: right; font-size: 12px; }
.footer a{
	color: #fff;
	text-decoration: underline;
}

a.whites:link /*For the white colored text links*/{ color: white; text-decoration: none; cursor: pointer; }
a.whites:visited /*For the white colored text links*/{ color: white; text-decoration: none; cursor: pointer; }
a.whites:hover /*For the white colored text links*/{ color: #333; background-color: white; text-decoration: underline; border-color: black; border-width: 2px; cursor: pointer; }
ul.leftCol li a{
	color:#666;
	text-decoration:none;
}
ul.leftCol li a:hover{
	color:#efefef;
	text-decoration:underline;
}

h3.leftCol a{
	color:#fff;
	text-decoration:none;
}
h3.leftCol a:hover{
	color:#333;
	text-decoration:none;
}
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: solid 1px #ccc;
}

.toggleborder img{ margin-right: 10px; margin-bottom: 4px; border-color: #76839a; border-width: 6px; }
.toggleborder:hover img { border-color: #dcdcdc #202020 #202020 #dcdcdc; border-width: 6px; }
.toggleborder:active img { border-width: 6px; border-color: #b40022 #f66969 #f66969 #b40022; }
.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}

