@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}
html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #d7d7d7;
	margin: 0;
	padding: 0px;
}

h1 {
	color: #d71203;
	font-size: 24px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 14px;
	margin: 15px 0 0 0;
}

h3 {
	font-size: 10pt;
}

p {
	margin: 5px 0;
}

td {
	vertical-align: top;
	padding-top: 5px;
}

td.width205 { width: 205px; }

a, a:visited {
	color: #d71203;
}

#outer-container {
	background-image: url(/images/top-strip.png);
	background-repeat: repeat-x;
}

#container {
	margin: 0 auto;
	width: 926px;
}
#nav-container {
	width: 926px;
	margin: 0 auto;
	background-image: url(/images/top-glow.png);
	background-repeat: no-repeat;
}
#header {
	height: 80px;
}
#content-area {
	width: 900px;
	margin: 0 auto;
}
/* Main Content */
#content {
	font-size: 10pt;
	float: left;
	margin: 20px 0 0 20px;
	background-image: url(/images/watermark.png);
	background-repeat:no-repeat;
	background-position: center;
	width: 500px;
	min-height: 500px;
}


	/* Rounded tables */

.rounded {
	background-color: #bbb;
	/*border: 1px solid #999;*/
}

	/* data tables */
.datatable {
	margin-top: 25px;
}
	/* left site navigation */
#left-nav-main, #left-nav-subs {
	width: 150px;
	padding: 0px;
	margin: 20px 0 0 0;
	float: left;
}
#left-nav-main li {
	list-style: none;
	width: 150px;
	height: 18px;
	padding: 5px 0;
	border-bottom: 1px solid #7e7e7e;
}

#left-nav-main li.top, #left-nav-subs li.top {
	border-top: 1px solid #7e7e7e;
}

#left-nav-main li a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
	width: 150px;
	background-image: url(/images/left-nav-bull.png);
	background-repeat: no-repeat;
}

#left-nav-main li a:hover {
	color: #af0f02;
}

/* Right Column */
#right-column {
	float: right;
	width: 210px;
	margin-left: 15px;
}

h3.blog-title {
	background-image: url(/images/blog-icon.png);
	color: #d71203;
}

#right-column h3 {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Misc classes */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.center {
	text-align: center;
}

/* code sub-domain pages */
	/* left nav */
#left-nav-subs li {
	list-style: none;
	margin-left: 10px;
	font-size: 14px;
}
#left-nav-subs li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	padding-left: 20px;
	width: 150px;
	background-image: url(/images/left-nav-bull.png);
	background-repeat: no-repeat;
}
#left-nav-subs li ul {
	margin: 0px;
	padding: 0px;
}
