/* CSS Document */

<!--
* {
	float: none;
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
/* IE 5.5/6 png transparency */
.png { 
behavior: url(/css/iepngfix.htc);
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.right {
	float: right;
	}
.left {
	float: left;
}
ul {
    padding-left:1.5em;
    margin-left:0;
}
p {
	padding-top: 0px;
	padding-bottom: 7px;
}
#maincontainer {
	width: 817px;
}
#top {
	height: 20px;
	line-height: 20px;
	text-align: right;
	color: #fff;
	padding-right: 20px;
	font-size: 10px;
}
#top a, #top a:link, #top a:hover, #top a:active, #top a:visited{
	color: #fff;
	text-decoration: none;
}
.homelink {
	padding-right:20px; 
	padding-left:15px;
	background: url(../images/icon_home.gif) left top no-repeat;
}
.contactlink {
	padding-left:15px;
	background: url(../images/icon_contact.gif) left top no-repeat;
}
#nav {
	height: 30px;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li {
	display: block;
	line-height: 20px;
	border-right: 1px solid #FFF;
	padding: 5px;
	width: 105px;
	float: left;	
	color: #fff;
}
#nav ul li a, #nav ul li a:link, #nav ul li a:visited, #nav ul li a:active, #nav ul li a:hover  {
	font-weight: bold;
	text-decoration:none;	
	color: #fff;
}
#nav ul li.last {
	border-right: none;
}

.box {
	display: block;
	padding-bottom: 15px;
}

.mainbox_top {
	background: transparent url(../images/box-top.png) no-repeat top left;
	height:22px;
	display:block;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/box-top.png');
}
.mainbox_body {
	text-align:left;
	position: relative;
	background: transparent url(../images/box-bg.png) repeat-y left;
	min-height: 135px;
	_height: 135px;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/box-bg.png');
}
.bodycopy_body {
	text-align:left;
	position: relative;
	background: transparent url(../images/box-bg.png) repeat-y left;
	min-height: 135px;
	_height: 135px;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/box-bg.png');
	float:left;
}
.mainbox_inner {
	display:block;
	position:absolute;
	top: -7px;
	left: 15px;
}
.bodycopy_inner {
	display:block;
	position:relative;
	padding: 5px 5px 20px 5px;
}
.mainbox_bottom {
	clear:both;
	background: transparent url(../images/box-bottom.png) no-repeat bottom left;
	display:block;
	height:22px;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='images/box-bottom.png');
}
#bodycontent {
	clear:both;
	float:left;
	display: block;
}
#leftcol {
	float:right;
	width: 194px;
	padding: 0px;
	padding-right: 20px;
	display:inline;
}
.box {
	display: block;
	margin:5px;
	padding: 5px;
	background: #DFEBFF;
	border: 1px solid #001673;
	margin-bottom: 15px;
	width: 180px;
}
#rightcol {
	float:left;
	width: 555px;
	padding-top: 0px;
	padding-left: 16px;
	padding-right: 20px;
	text-align: left;
}
#footer {
	clear:both;
	height: 20px;
	line-height: 20px;
	text-align: right;
	color: #fff;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
}
#footer a, #footer a:link, #footer a:hover, #footer a:active #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #003366;
	padding-bottom: 15px;
}
h2 {
	font-size: 16px;
	color: #003366;
	padding-bottom: 7px;
}
.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
-->