body{
margin: 20px 0 0 0;
padding:0;
line-height: 1.5em;
background-color: #4172BA;
font: 1.0em "Century Gothic", Arial, sans-serif;
}

body.flash{
text-align: center;
vertical-align: middle;
}


#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}




#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
margin-top: 40px;
background: #4172BA url('images/bg.gif') no-repeat center top;
height: 100%;
}

#contentcolumn_lg{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
margin-top: 40px;
background: #4172BA url('images/bg_lg.gif') no-repeat center top;
height: 100%;
}

#contentcolumn_exlg{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
margin-top: 40px;
background: #4172BA url('images/bg_exlg.gif') no-repeat center top;
height: 100%;
}

#contentcolumn_med{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
margin-top: 40px;
background: #4172BA url('images/bg_med.gif') no-repeat center top;
height: 100%;
}

#contentcolumn_sm{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
margin-top: 40px;
background: #4172BA url('images/bg_sm.gif') no-repeat center top;
height: 100%;
}



.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.contentinnertube{
margin: 0 20px 20px 20px;
padding-top: 10px
}

span {
display: none;
}

a {
color: #000;
}

a.skip {
font: 0.8em/1.6em "Century Gothic", Arial, sans-serif;
color: #95AFD7;
}

h2{
display: block;
padding: 10px 0 10px 0;
font-size: 1.2em;
}

h3 {
display: block;
font-weight: bold;
font-style: italic;
font-size: 1.0em;
}

h4 {
display: block;
font-weight: bold;
font-style: italic;
font-size: 1.1em;
}

p.cite{
text-align: right;
font-size: 0.8em;
}

#center{
text-align: center;
}

#list_center{
margin-left: 180px;
}

.contentinnertube ul {
line-height: 1.5em;
font: 1.0em "Century Gothic", Arial, sans-serif;
margin-left: -22px;
}

.contentinnertube ul li {
	padding-bottom: 10px;
}


img {
float: right;
padding: 16px 0 8px 16px;
}




#leftcolumn{
float: left;
width: 220px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
}

#leftcolumn h1{
background: #4172BA url('images/logo.jpg') no-repeat left top;
width: 170px;
height: 107px;
margin-left: 10px;
margin-top: 45px;
}


#navcontainer ul
{
list-style-type: none;
text-align: left;
line-height: 2em;
margin-left: -26px;
margin-top: 30px;
}

#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
text-decoration: none;
color: #FFF;
}

#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #FFCD00;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #FFCD00;
}


#content {
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
border-top: 1px solid #FFF;
margin-top: -15px;
padding: 0px;
font-size: 0.9em;
}

#topnavlist
{
padding: 3px 0 2px 0;
margin-left: 0;
}

#topnavlist li
{
list-style: none;
margin: 0;
display: inline;
}

#topnavlist li a
{
padding: 3px 0.5em;
margin-left: 0px;
border: 1px solid #FFCD00;
border-bottom: none;
background: #4172BA;
text-decoration: none;
}

#topnavlist li a:link { color: #FFCD00; }
#topnavlist li a:visited { color: #FFCD00; }

#topnavlist li a:hover
{
color: #FFF;
background: #4172BA;
border-color: #FFF;
}

#topnavlist li a#toptab
{
background: #4172BA;
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
border-top: 1px solid #FFF;
border-bottom: 1px solid #4172BA;
color: #FFF;
}


/*------------Forms-------*/



form.network{
	width: 548px;
}

form.mailing{
	width: 380px;
}


form legend {
	font-size: 1.3em;
	color: #678FC2;
	font-weight: bold;
	padding-bottom: 10px;
}

form fieldset {
	padding: 0px;
	margin: 0px;
}

form dt {
	float: left;
	width: 250px;
	margin-right: 20px;
}

form.mailing dt {
	float: left;
	width: 110px;
	margin-right: 20px;
}

form dd {
	margin: 5px;
	padding-bottom: 0px;
	text-align: left;
}

form dd.btn {
	text-align: right;
}

.button{
	font-size: 1em;
}

form textarea, form input {
	font: 1.0em "Century Gothic", Arial, sans-serif;
}


