html, body, div, p, p1, h1, h2, h3, h4, h5, h6, h7, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, d, c, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

/* 'Jello Mold' page construction technique based on http://www.positioniseverything.net/articles/jello.html */

body {
	margin: 0;
	padding: 0 0px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
	color:#ffffff;
}

h1, h2, h3, h4, h5, h6, h7 {color:#727299;}
/*h1, h2, h3, h4, h5, h6 {color:#E6673A;} */

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 0.1em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
h7 {
	font-size: 1.2em;
}
p  {
    margin: 0em 0;
    line-height:1.4;
    font-size: 1.0em;
}
d {
	margin: 0em 0;
    line-height:2.0;
    font-size: 1.5em;
}

a {
	text-decoration:underline;
	color:#CC0000;
	line-height:2.0;
	font-size: 1.0em;
}

c {
	text-decoration:underline;
	color:#CC0000;
	line-height:1.5;
	font-size: 1em;
}
a:hover {text-decoration:none;}

#main 
{
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height: 540px;
	background-color:#000000;
}

#wrapper { 
	float:left;
	background-color:transparent;
} 

#leftcolumn{
	float:left;
	width:152px;
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#000000;
	font-size:0.9em;
	background-position:0 40px;
	background-repeat:no-repeat;

}

html>body #leftcolumn{margin-right:0;}

#leftbarcontainer {
	padding:4em 0.5em;
	background-color:#000000;

}
#subnav {
	padding-bottom:1em;
	overflow:hidden;
}

#subnav a {}

#subnav a:hover {text-decoration:underline;}

.leftbaritem {padding:2em 0.5em;}

#rightcolumn{
	float:right;
	width:300px;	
	margin-left:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#000000;
	background-position:0 40px;
	background-repeat:no-repeat;
	font-size:0.9em;
}

html>body #rightcolumn{margin-left:0;}

#rightcoltop{	
	height:20px;
	text-align:left;
	font-size:0.70em;
	color:#ffffff;
	position: absolute;
}

#rightcoltop a {color:#ffffff;}

#rightbarcontainer 
{
	padding:0em 0.5em;
	background-color:transparent;
}

.rightbaritem{padding:1em 0.5em;}

#centercolumn{
	height:1%;	
	float: none;
	margin:0px;	
	background-color:#000000;
	background-repeat:repeat-x;
	background-position:0% 0%;
	position: relative;

}
html>body #centercolumn {
	height:90px;
	margin-left:0px;
	margin-right:0px;
}

#centercoltop{
	height:0px;
	background-color:#000000;
}

html>body #centercoltop {height:50px; background-color:#000000;}

#mainnav {	
	height:5px;
	background-color:#000000;
	font-size:1em;
	background-repeat:repeat-x;
	background-position:bottom left;
	
}

#mainnav a {color:#FFFFFF;}

#mainnav a:hover{	}

#mainnav table {text-align:right;}

#mainnav .item {
	padding:1px 1em;
	border-top:5px solid #727299;
	font-weight:bold;
	color:#000000;
}

html>body #mainnav .item {padding:1px 0.5em;}

#mainnav .hover{}

#mainnav .selected {
	border-top:3px solid #FFFFFF;
	color:#FFFFFF;
	background-color:#000000;
}
#header {
	height:90px;
	border-width:1px;
	background-color:#000000;
	}
#maincontent {
	padding:0em 0px;
	background-color:transparent;
}
#maincontent .teaser {
	margin:-0.7em 0;
	color:Navy;
}

#maincontent table tr td {padding: 0em 0em;}

#maincontent fieldset {	
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ffffff;
}

#maincontent legend {
	color:#cc0000;
	background-color:#000000;
	}

* html #maincontent legend {padding:0.5em;}

#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

html>body #maincontent .txtBox{font-size:1.2em;}

#maincontent .txtBox {background-color:#DCDEE0;}
    
#maincontent .txtBox:focus {background-color:#DCDEE0;}

.txtBox {
    border: 1px solid #FFFFFF;
    font-size:1em;
    background-color:#FFFFFF;
}
.label 
{
	font-size:0.9em;
}
.button {
    color:#ffffff;
    background-color:#cc0000;
    font-size:0.7em;
    border:solid 1px #727299;
}    
.imgfloatright {
    float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}
div.readmore {
	text-align:right;
}
#footer{
    height:30px;
    border-top:#FFFFFF;
    border-width:1px;
   	font-size:0.6em;
   	padding:50px 0 0;
}

#footer2{
    height:200px;
    border-top:#FFFFFF;
    border-width:1px;
   	font-size:0.6em;
   	padding:8em 2em;
}

.column 
{
	width:152px;
	float:left;
	background-color:#000000;
	font-size:0.9em;
	background-repeat:no-repeat;
	text-align:left;
	}

.column2 
{
	width:152px;
	float:left;
	background-color:#000000;
	font-size:0.9em;
	background-repeat:no-repeat;
	text-align:left;
	}
	
.rightcolumn 
{
	width:300px;
	float:left;
	background-color:#000000;
	font-size:1em;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:0px;
	border-left:5px solid #727299;
	position:relative; left: -5px;
	}
	
.center 
{
	width:660px;
	float:left;
	background-color:#000000;
	border-right:5px solid #727299;
}

.center3 
{
	width:980px;
	float:left;
	background-color:#000000;
}

.chatroom
{
	width:200px;
	background-color:#000000;
}

.center2
{
	width:980px;
	float:left;
	background-color:#ffffff;
}

.video
{
	width:960;
	height:685;
	text-align:center;
}

.caps 
{
	width:980px;
	float:left;
	background-color:#FFFFFF;
}

.column div {padding:120px 0px}

.rightcolumn div {padding:0px 0px}

.center div {padding:0px}

#footer a {padding:0 0.5em;}

#footer2 a {padding:0 0.5em;}

@media print {	
	body {
		margin:0;
		padding:0;
		font-size:10pt;
		line-height:12pt;
		background:#FFFFFF !important;
	}
	#wrapper {
		border:none;
		background:none;
	}	
	a {
		color:#666666; 
		text-decoration:underline;
	}

	#leftcolumn, #rightcolumn, #maincontent h2:before {display:none;}	
	
	#centercolumn {
		width:100%;
		margin:0 !important;
		background:none;
	}
	#centercoltop {
		height:50px;
		background:none;
	}
	#header {
		margin:0; 
		border:none;
		height:auto;
		background:none;
	}	
	
	/*Turn off the transparent gif logo as it looks rather unsightly on paper. */
	#header img {display:none;}
	
	#maincontent {
		margin:0; 
		border:none;
		background:none;
	}
	
	#maincontent .teaser {font-style:italic;}
	
	#maincontent fieldset {border:none;}
	
	#maincontent .txtBox {background:none;}
}


