body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-image: url(_graphics/bg-page.gif);
	background-repeat: repeat;
}

* {
	margin: 0;
	padding: 0;
}

a { color: #005288; }
a:visited { color: #005288; }
a:hover { color: #939598; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     frame
*/
div#frame {
	background-image: url(_graphics/bg-frame.gif);
	background-repeat: repeat-y;
	width: 920px;
	margin: 0 auto;
	padding: 0 5px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     masthead
*/
div#masthead table {
	border-collapse: collapse;
	border-bottom: 1px solid #005288;
}
div#masthead td {
	padding-left: 10px;
	padding-right: 5px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     flash
*/
div#flash {
	background-color: #005288;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	height: 245px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     nav
*/
div#nav {
	background-color: #005288;
	border-top: 4px solid #939598;
	border-bottom: 1px solid #005288;
	height: 33px;
	font-size: 13px;
	line-height: 0;
	width: 920px;
}

#mainNav, #mainNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#mainNav a {
	display: block;
}

#mainNav li {
	float: left;
}

#mainNav li:hover, #mainNav li.sfhover {
	position: static;
}

#mainNav li ul {
	position: absolute;
	width: 100px;
	left: -999em;
}

#mainNav li:hover ul, #mainNav li.sfhover ul {
	left: auto;
}

#mainNav li li {
	border-bottom: 1px solid #FFFFFF;
	z-index: 1000;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     text formatting standards
*/
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #005288;
	line-height: 1.2;
	margin: 0.8em 0 1em 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #005288;
	line-height: 1.2;
	margin: 0.8em 0 0.5em 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #005288;
	line-height: 1.2;
	margin: 0.8em 0 0.5em 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0.8em 0 0.5em 0;
	border-bottom: 1px solid #000000;
}

p, ul, ol, td {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

ul {
	margin-left: 2.0em;
	list-style: disc;
}

ol {
	margin-left: 3em;
}

div#content_3col td, div#content_2col_right td, div#content_2col_left td {
	border-bottom: 1px solid #69A9DB;
	padding: 3px;
}

form.ccc {
	margin-top: 1.5em;
}
form.ccc fieldset {
	margin-bottom: 1.5em;
	border: 1px solid #005A9C;
	padding: 5px;
}
form.ccc legend {
	padding: 2px 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #005A9C;
	font-weight: bold;
	margin-bottom: 0.5em;
	border: 1px solid #005A9C;
}
form.ccc label {
	display: block;
	width: 180px;
	text-align: right;
	float: left;
	margin-right: 10px;
}
form.ccc div {
	clear: both;
	margin-bottom: 0.5em;
}
form.ccc fieldset fieldset {
	border: 1px solid #666666;
}
form.ccc fieldset fieldset legend {
	color: #666666;
	border: 0;
}
form.ccc label.force {
	margin-left: 190px;
	float: none;
	text-align: left;
	width: 440px;
}
form.ccc input, form.ccc textarea, form.ccc select {
	background-color: #CCDEEB;
	font-family: Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
}
form.ccc .force input {
	background-color: #FFFFFF;
	margin-top: 0.3em;
}
form.ccc div.double label, form.ccc div.double input, form.ccc div.double textarea {
	width: auto;
	float: none;
	text-align: left;
	margin-bottom: 0.3em;
	margin-left: 10px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     content
*/
div#content_3col {
	background-image: url(_graphics/bg-content-3col.gif);
	padding-top: 18px;
}

div#content_2col_right {
	background-image: url(_graphics/bg-content-2col-right.gif);
	padding-top: 18px;
}

div#content_2col_left {
	background-image: url(_graphics/bg-content-2col-left.gif);
	padding-top: 18px;
}

div#content_1col {
	width: 870px;
	padding: 18px 22px;
}

div#main_3col {
	width: 390px;
	padding: 0 22px;
	margin: 0 1px;
	float: left;
}

div#main_3col table {
	width: 390px;
	border-collapse: collapse;
	margin: 0 0 1em 0;
}

div#main_2col {
	width: 632px;
	padding: 0 23px;
	float: left;
}

div#main_2col table {
	width: 632px;
	border-collapse: collapse;
	margin: 0 0 1em 0;
}

div#main_webtv {
	width: 400px;
	padding: 0 18px;
	float: left;
}

div#main_webtv h1 {
	font-size: 14px;
	font-weight: bold;
	color: #005288;
	line-height: 1.2;
	margin: 0.8em 0 0.2em 0;
	border-bottom: 1px solid #333333;
}

div#main_webtv h2 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0.5em 0;
}

div#sb_left, div#sb_right {
	width: 222px;
	padding: 0 10px;
	float: left;
}

div#content_foot {
	clear: both;
	height: 1px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     footer
*/
div#footer {
	border-top: 1px solid #69A9DB;
	padding: 1em 20px;
	text-align: center;
	font-size: 10px;
	clear: both;
}

div#footer p {
	margin-bottom: 1em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     miscellaneous
*/
div.sponsorSmall {
	width: 210px;
	padding: 15px 5px 5px 5px;
	border: 1px solid #005288;
	background-image: url(_graphics/sponsored-by.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 1em;
}

div.sponsorTech {
	width: 210px;
	padding: 15px 5px 5px 5px;
	border: 1px solid #005288;
	background-image: url(_graphics/sponsored-technology.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 1em;
}

hr {
	color: #69A9DB;
	background-color: #69A9DB;
	height: 1px;
	border: 0;
	margin: 0.5em 0;
	clear: both;
}

p.hanging {
	padding-left: 45px;
	text-indent: -45px;
}

div#main_2col tr:hover, div#main_3col tr:hover {
	background-color: #DDDDDD;
}

table.archive {
	border-collapse: collapse;
	border-top: 1px solid #69A9DB;
}

table.archive tr:hover {
	background-color: #DDDDDD;
}

table.archive td {
	background-color: #FFFFFF;
	padding: 5px 2px 5px 2px;
}	

table.archive p.arc_title {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	line-height: 1.3;
}

table.archive p.arc_date {
	font-size: 9px;
	margin: 0;
}

ul.spaced li {
	margin-bottom: 1.0em;
}

p.code {
	margin-left: 3em;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     mingle
*/
div#mingle {
	position: absolute;
	margin-left: -7px;
	margin-top: 4px;
}

div#mingle tr:hover {
	background-color: #FFFFFF;
}

div#mingle td {
	border: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

#flcontent img {
	margin-left: 473px;
	margin-top: -117px;
	position: absolute;
	z-index: 2;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -     podcasts
*/
div.pc {
	clear: both;
	width: 100%;
	padding: 5px;
}

div.pc h2 {
	float: left;
	width: 470px;
	margin: 0;
}

p.pc_date {
	float: right;
	margin: 0;
}

div.pc_mug {
	clear: both;
	float: left;
	width: 95px;
	border-top: 1px solid #939598;
	padding-top: 5px;
	margin-bottom: 1.5em;
}

div.pc_main {
	float: left;
	width: 360px;
	border-top: 1px solid #939598;
	padding-top: 5px;
	padding-right: 15px;
	margin-bottom: 1.5em;
}

div.pc_sponsor {
	float: left;
	width: 150px;
	padding: 15px 5px 5px 5px;
	border: 1px solid #939598;
	background-image: url(_graphics/sponsored-by-grey.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 1em;
}

.small {
	font-size: 9px;
	color: #666666;
}

div.pcnav, div.pcnavNow {
	width: 200px;
	background-color: #005288;
	font-weight: bold;
	border-bottom: 5px solid #FFFFFF;
}

div.pcnav a, div.pcnavNow a {
	padding: 8px;
	display: block;
	width: 184px;
	color: #FFFFFF;
	text-decoration: none;
}

div.pcnav a:hover, div.pcnavNow a:hover {
	background-color: #939598;
}

div.pcnavNow {
	background-color: #939598;
}

div.pcnavNow a {
	color: #000000;
}