body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: verdana, tahoma, arial;
	background: url('images/sidetile.gif') repeat-y left #fff;
	color: #183C61;
}

a:link, a:visited, a:active {
	color: #183C61;
}

a:hover {
	color: #2776CD;
	text-decoration: none;
}

img {
	border: 0px;
}

h1 {
	margin: 32px 0px 3px 17px;
	color: #2776CD;
	font-size: 18px;
	background: url('images/headerdot.gif') repeat-x bottom;
}

h2 {
	font-size: 15px;
}

form {
	margin: 0px;
}

#main li {
	list-style: circle;
}

#header {
	background: url('images/toptile.jpg') repeat-x top #fff;
}

#leftside {
	width: 255px;
}

#main {
	height: auto;
	color: #183C61;
	font-size: 10pt;
	padding-top: 1px;
	padding-left: 0px;
}

.padding {
	padding: 15px 17px 0px 17px;
}

#premier {
	text-align: right;
	background: #5C7A98;
}

#breadcrumbs {
	padding: 2px 0px 4px 17px;
	font-size: 10px;
	color: #183C61;
	background: #DAE4EB;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color: #183C61;
}

#breadcrumbs a:hover {
	color: #2776CD;
	text-decoration: none;
}

#leftlinks a:link, #leftlinks a:visited, #leftlinks a:active {
	border: 1px solid #183C61;
	padding: 5px 0px 5px 30px;
	margin: 3px 20px 3px 20px;
	font-weight: bold;
	font-size: 8pt;
	display: block;
	background: url('images/side_bg.gif') no-repeat left #F5F5F5;
	text-decoration: none;
	color: #183C61;
}

#leftlinks a:hover {
	background: url('images/side_bg2.gif') no-repeat left #B21919;
	color: #fff;
}

#hometop {
	text-align: left;
	width: 170px;
	float: left;
	background: url('images/home_top.gif') no-repeat left top;
	padding-left: 7px;
}

#footer {
	padding-top: 13px;
	text-align: right;
	width: 100%;
	background: url('images/footertile.gif') repeat-x bottom;
	clear: both;
}

.lastupdated {
	font-size: 9px;
	text-align: right;
	width: 500px;
}

table {
	font-size: 7pt;
	border-collapse: collapse;
}

.shipping td, .shipping th {
	text-align: center;
	border: 1px solid #04203E;
	padding: 2px;
}

.shipping td {
	white-space:nowrap;
}

.shipping th {
	color: #fff;
	background: #04203E;
}

.tdrow1 {
	background: #fff;
}

.tdrow2 {
	background: #5C7A98;
	color: #fff;
}

#hidingdiv {
	position: absolute;
	display: block;
}

.newshead {
	font-weight: bold;
	padding: 3px;
	color: #fff;
	background: #5C7A98;
}

.newscontent {
	padding: 10px;
}

.newsend {
	text-align: right;
	font-weight: bold;
	font-size: 7pt;
	padding: 2px;
	color: #fff;
	background: #5C7A98;
}

.paddedcell {
	margin: 10px;
	padding: 10px;
	border: 1px solid #95ABBB;
	background: #F1F5F8;
}