/* subnet.css */
/* css stylesheet for the subnet page */

a {color: #000000;}
a:visited {color:#000000;}
a:hover {color: #FFFFFF;}
a:active { color:#ff1212;}

a.sitemap { color: #4433ff }
a.sitemap:visited { color: #4433ff }
a.sitemap:hover { color: #9988ff }
a.sitemap:active { color: #ff1212 }

table
{
	border:1px black;
	border-style:solid;
}

h1 {
	font-size: 11px;
	color: #cccccc;
	text-transform:uppercase;
	background-color: #4080C0;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:5px 15px;
	margin:0 }

h2 {
	font-size:18px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0;}

img.download {vertical-align:middle;}

body {
	background-color: #4080C0;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0;
	margin:0;
}

/* ----------container to center layout-------------- */
/* --- this is essentially the background holding---- */
/* --the other containers below. No content goes here.*/
#container {
	width: 900px;
	margin-bottom: 10px;
	margin: 0 auto;
	background-color: #70B0F0;
}

/* ----------site header-------------- */
/* contains the site logo, and anything */
/* else I might want to put there.     */
#banner {
	background-color: #004080;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#banner img
{
	padding:10px 0px;
} 

/* ----------main content area--------------------- */
/* this is where the main content goes, in the center */
#content {
	background-color: #ffffff;
	padding: 5px;
	margin: 0 200px;
}
div#content {
	min-height:600px;
}

p, pre{
	padding: 5px 10px;
	margin:0px;
}

/* --------------left nav-------------- */
/* navigation column on the left        */
#left {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
/* ------------- ad area ------------- */
/* container for affiliate ads on the right */
#rbar {
	float: right;
	width: 200px;
	margin: 0;
	padding: 0;
}


/* -----------footer--------------------------- */
/* at the bottom of every page                   */     
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
}

#code {
	font-family: Courier;
	font-size: 10px;
	text-indent: 3em;
}

#errormsg {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-style: italic;
	color:#FF1122;
	padding:0;
	margin:0;
}

