﻿body {
	background:#003fa8;
	margin:0;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#000;
}

a:hover {
	color:#000;
}

#nav {
	background:url(siteart/navbg.gif) repeat-x;
	height:44px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	float:left;
}

#nav li a {
	text-decoration:none;
	font-size:11px;
	color:#fff;
	text-transform:capitalize;
	border-right:1px #003389 solid;
	border-left:1px #003fa8 solid;
	padding:14px 11px;
	display:block;
}

#nav li a:hover {
	color:#ffde00;
}

#main {
	background:url(siteart/mainbg.gif) repeat-x top #fff;
	padding:10px 17px 10px 10px;
	vertical-align:top;
}

#mid-bg {
	background: url('../siteart/mid.gif') no-repeat center top;
	width: 1000px;
	height: 178px;
	border-bottom:1px #ffc600 solid;
}

#starburst {
	background: url('../siteart/plm-starburst.png') no-repeat center center;
	height: 162px;
	width: 162px;
	float: right;
	margin: 10px 36px 0 0;
}
#starburst a:link,
#starburst a:visited {
	display: block;
	height: 162px;
	width: 162px;
}

h1 {
	font-size:20px;
	font-weight:normal;
	color:#003fa8;
	display:block;
	margin-bottom:5px;
}

#sidebar {
	vertical-align:top;
	padding:10px;
	background:#e6e6e6;
	border-left:1px #dfdfdf solid;
	width:215px;
	font-size:14px;
}

#logos {
	border:1px #f7f7f7 solid;
	padding:10px;
	text-align:center;
	display:block;
}

#logos img {
	border:0;
	margin:0 30px;
}

.slide {
	padding:10px 0;
}
