body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #EEE;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.wrap {
	width: 1024px;
	margin: auto;
}
.container {
	width: 800px;
	margin: auto;
}
.banner {
	height: 60px;
	background-image: url(images/bannerLogo.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 800px;
}
.logo {
	float: right;
}
.masthead {
}
.main {
	float: left;
	width: 600px;
	margin-top: 15px;
	background-color: #333;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.entry {
	float: left;
	width: 605px;
	clear: left;
	padding-bottom: 15px;
}
.entry img {
	float: left;
	border: 2px solid #CCC;
	margin-right: 15px;
	clear: left;
}
.image-caption {
	float: left;
	clear: left;
	background-color: #CCC;
	color: #333;
	font-size: 0.7em;
	letter-spacing: 0.2em;
	width: 254px;
	line-height: 1.5em;
}
h2 {
	display: inline;
	font-size: 1.8em;
	line-height: 1em;
	font-weight: lighter;
	color: #FFF;
}
.entry h3 {
	font-size: 0.8em;
	color: #FFF;
	line-height: 0.1em;
}
.entry a  {
	color: #06F;
}
.entry  p{
	font-size: .8em;
	line-height: 1.5em;
	color: #FFF;
}
.subsidiary {
	float: right;
	width: 150px;
	margin-top: 15px;
	text-align: center;
}
.subsidiary p {
	line-height: 1.2em;
	margin-top: 5px;
	font-size: .7em;
}
.subsidiary img {
	margin: 0px;
}
.footer {
	clear: both;
	font-size: 0.7em;
	text-align: center;
	padding-top: 30px;
}
.subsidiary tr td input {
	width: 145px;
}
.subsidiary form p input {
	width: 145px;
}
.subsidiary form table tr td {
	font-size: .8em;
}
.footer a {
	color: #CCC;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	padding-left: 10px;
	
	
	
}

#nav li {
	float: left;
	width: 7em;
	
}
#nav #top {
	float: left;
	width: 7em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	color: #FFF;
	
}

#nav li ul {
	position: absolute;
	width: 7em;
	left: -999em;
}

#nav li:hover ul {
	
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	
	left: auto;
	background-image: url(images/darken.png);
}

#top a:hover {
	
	color: #000;
	background-color: #FFFFFF;
}
h1 {
	margin-top: 0.8em;
	font-weight: lighter;
	font-size: 2em;
	color: #FFFFFF;
}
.entry table {
	font-size: 0.8em;
	margin-bottom: 15px;
}
#noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.entry ul li {
	font-size: .8em;
	list-style-position: inside;
}
.subsidiary form input {
	width: 145px;
}
.subsidiary a {
	color: #06F;
}
#bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 20px;
}
#dhtmltooltip{
	position: absolute;
	width: 350px;
	border: 1px solid #000;
	padding: 7px;
	background-color: #FF9;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	line-height: 1.5em;
}
