html { background: #0D304C url("../images/bg_tile.jpg") repeat-x; }

body {
	width: 980px;
	margin: 0 0 20px;
	padding: 0;
	color: #D3E7F8;
	font: 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p, h2, h3, h4 {
	margin: 0 0 .8em;
	padding: 0;
}

h2, h3, h4, ul#tabs li a {
	color: #FFF;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, sans-serif;
}

h2 {
	font-size: 23px;
	font-weight: normal;
}

h4 {
	font-size: 13px;
	margin-bottom: .3em;
}

a {
	color: #B1D1EC;
	text-decoration: underline;
	outline: none;
}

a:hover { text-decoration: none; }

img { border: none; }

#header {
	height: 470px;
	background: url("../images/header.jpg") no-repeat;
}

#header h1, #header h2 { display: none }

#left {
	float: left;
	width: 720px;
	background-image: url("../images/content_tile.gif");
}

#left div.copy {
	height: 860px;
	padding: 0 16px 16px 46px;
	background: url("../images/content_bg.jpg") no-repeat;
}

#left div.copy ul#tabs {
	margin: 0 0 .8em;
	padding: 1.6em 0 0;
	list-style: none;
}

#left div.copy ul#tabs li {
	margin: 0;
	padding: 0;
	display: inline;
}

#left div.copy ul#tabs li a {
	margin-right: 14px;
	padding: 6px 10px;
	font-size: 15px;
	background-color: #333;
	border: #44525E 1px solid;
	text-decoration: none;
}

#left div.copy ul#tabs li a:hover {
	background-color: #444;
	border-color: #447AA6;
}

#left div.copy ul#tabs li a.active { background-color: #444; }

#left div.copy p.intro { font-style: italic; }

#left div.copy h3 {
	padding: .8em 0 .3em;
	margin-bottom: .4em;
	font-size: 16px;
	border-bottom: #44525E 1px solid;
}

#left div.copy ul {
	list-style-image: url("../images/bullet.gif");
	#list-style: none;
	#list-style-image: url("../images/bullet_ie.gif");
}

#left img.left {
	float: left;
	margin: 2px 8px 4px 0;
}

#left img.right {
	float: right;
	margin: 2px 0 4px 8px;
}

#left img.border {
	padding: 5px;
	background-color: #0A263D;
	border: #44525E 1px solid;
}

#right {
	float: left;
	width: 260px;
	background: #0A263D url("../images/sidebar_bg.jpg") no-repeat;
}

#right a {
	padding-left: 6px;
	text-decoration: none;
}

#right #bottom_cap {
	height: 16px;
	background-image: url("../images/bottom_cap.gif");
}

#right div.copy {
	padding: 0 16px;
	color: #BAC4CD;
	font-size: 12px;
	line-height: 17px;
}

#right div.copy h3 { font-size: 16px; }

#right div.copy p.last { margin-bottom: 0; }

p#footer {
	clear: left;
	color: #153C5A;
	text-align: center;
}


