/* global */

body {
	margin: 0 auto 60px 0;
	padding: 0;
	background: #6699ff;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: center;
}

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:active { text-decoration: underline; }
a:hover { text-decoration: none; }

a.nav { color: #003366; text-decoration: none; }
a.nav:link { text-decoration: none; }
a.nav:visited { text-decoration: none; }
a.nav:active { text-decoration: none; }
a.nav:hover { color: #ff6600; text-decoration: none; }

img {
	border: 0;
}

/* header */

#header {
	width: 635px;
	height: 110px;
	margin: 0px auto;
	padding: 0 0 0 5px;
	background: #87a9ee;
}

#header div.nav {
	float: left;
	height: 21px;
	margin: 0 25px 0 0;
	padding: 5px 0 0 11px;
	background: url('../images/top8x21.gif') no-repeat;
	font-weight: bold;
}

img.top {
	width: 8px;
	height: 21px;
	padding: 0 3px 0 0;
}

#header div.logo {
	float: right;
}

img.logo219x91 {
	width: 219px;
	height: 91px;
}

/* nav */

#nav {
	width: 640px;
	margin: 0 auto;
	background: #6789d0;
	font-weight: bold;
}

ul.nav {
	margin: 0;
	padding: 3px 0;
}

ul.nav li {
	display: inline;
	list-style-type: none;
	padding: 0 30px;
}

/* content */

/* two column layout */

.container {
	width: 640px;
	margin: 0 auto;
	background: #fff;
}

#primary {
	float: left;
	width: 460px;
	background: #003366;
}

#primary .content {
	position: relative;
	left: 180px;
	width: 420px;
	padding: 20px 20px 10px 20px;
	background: #e1ebff;
	text-align: left;
}

#primary h1 {
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 14px;
}

#secondary {
	float: right;
	width: 180px;
	background: #fff;
}

#secondary .content {
	position: relative;
	left: -460px;
	width: 140px;
	padding: 20px;
	background: #003366;
	color: #fff;
	text-align: left;
}

#secondary a.secondary { color: #fff; }

#secondary h1 {
	margin: 20px 0 0 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #ff6600;
	font-weight: bold;
}

div.content ul {
	margin-top: 0;
}

div.content p {
	margin: 0;
	padding: 0 0 10px 0;
}

div.content p.heading {
	margin-top: 15px;
	font-weight: bold;
}

/* footer */

#footer {
	clear: both;
	width: 640px;
	margin: 0px auto;
	padding: 5px 0;
	background: #87a9ee;
	font-size: 9px;
	font-weight: bold;
}

/* */

img.xml36x14 {
	width: 36px;
	height: 14px;
}

img.ical36x14 {
	width: 36px;
	height: 14px;
}
