html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#000000;
	height:100%;
	font-family:Lucida Grande, Verdana, Helvetica, sans-serif;
	font-size: 0.85em;
	min-width:910px;
	color:#ffffff;
}
a {
	color:#0076c0;
	// Charger blue
}
a:visited {
	color: #636a6f;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color:#ffffff;
}
h1 {
	margin-left:1em;
	padding-top:10px;
}
h1 a {
	color:#FFFFFF;
	text-decoration:none;
}
h1 a:visited {
	color:#FFFFFF;
}
h4, h5, h6 {
	margin:0;
}
#mast {
	padding:0;
	margin:0;
	background:url(/images/mast_background.gif) top left repeat-x;
}
#navigation {
	background:#0076c0 url(/images/nav_background.gif) top repeat-x;
}
#navigation ul {
	padding:0.25em;
	margin:0;
}
#navigation li {
	list-style-type:none;
	display:inline;
	margin:0;
}
#navigation li a {
	color:#ffffff;
	text-decoration:none;
	padding:0.25em 0.75em 0.25em 1em;
	border-left:#0076c0 1px solid;
}
#navigation li a:hover {
	background:#0076c0 url(/images/nav_background_hover.gif) top repeat-x;
}
#container {
	background:#383838 url(/images/submasts/default-bg.gif) top right no-repeat;
	color:#cdcdcd;
	margin:1em 2em;
}
#container_top_left {
	background:url(/images/container/curve-top-left.gif) top left no-repeat;
}
#container_top_left img {
	border:0;
}
#container_bottom_left {
	background:url(../images/container/curve-bottom-left.gif) bottom left no-repeat;
}
#container_top_right {
}
#container_bottom_right {
	background:url(/images/container/curve-bottom-right.gif) bottom right no-repeat;
}
#subnav {
	background:#484848;
	color:#ffffff;
	padding:0.25em 1em;
	margin:0;
	font-size: 0.9em;
}
#subnav ul {
	margin:0;
}
#subnav li {
	list-style-type:none;
	display:inline;
	margin-right:1em;
}
#subnav li a {
	color:#ffffff;
	text-decoration:none;
}
#subnav li a:hover {
	text-decoration:underline;
}
#content {
	background:#383838;
	margin:0.5em 2em;
}
#footer {
	text-align:center;
	font-size:0.8em;
	color:#383838;
	padding-bottom:0.5em;
}
#footer a {
	color:#383838;
	text-decoration:none;
}
