/* Remove the padding and set the margin what we want.  Different 
   browsers set different values so I like to force my own values */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(/images/bggrad01.jpg) 0% 0% repeat-x fixed;
	background-color: #E9EDF5;
	color: #000000;
	margin: 0;
	padding: 0.5em;		/* remove this to stretch the layout 
						across the screen edge-to-edge */
}
#wrapper {
	width:760px;
	margin:0px auto 10px auto;
	background:#ffffff;
	border: solid 1px #003399;
}
/* Just makes the text in the header centered */
#header {
	border-style: none;
	background: url(/images/sat01b.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
/*	height: 125px; */
}
#header img {
	border: none;
	margin-top: 2px;
}
#logobox {
	float: left; 
	width: 420px; 
	text-align:center; 
	font-size: 80%; 
	color:#3366CC;
	margin: 5px 0 0 0;
}
#searchbox {
	float:right; 
	width: 320px; 
	text-align: 
	right; 
	margin: 10px 10px 0 0;
}
/* Make the header text the size we want */
h1 {
	margin: 10px 0 0 0;
	padding: 5px 5px 5px 5px;
	font-size: 110%;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font-size:100%;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
hr {
	margin: 2px;
}
/* Make the menu float to one side and set the width to 200px
   I could use float right to make the menu apear on the other 
   size of the content or move it in the html to after the content */
.menu {
/*	background: #BFD4FF; */
	background: #D4DCEC; 
}
.menu p {
	margin: 5px; 
}
.menu a {
	color: #3366cc;
	color: #003399;
	text-decoration: none;
}
.menu a:hover {
	text-decoration: underline;
}
.menulink {
	border-top: #FFFFFF solid 1px; 
	padding:4px; 
	font-weight:800;
}
.menulink-sub {
	margin-left: 15px;
	padding-left: 15px;
}
.menulink-last {
	border-top: #FFFFFF solid 1px; 
	padding:4px; 
	font-weight:800;
}
.menulink-first {
	padding:4px; 
	font-weight:800;
}
a.selected {
	text-decoration:none;
	color:#000000;
}
#leftcolumn {
	float:left;
	width:145px;
	background: #ffffff;
	clear: both;
}

#rightcolumn {
	float:right;
	width:160px;
	background: #ffffff;
}

/* float the content and set its width */
#content {
	float:left;
	width:588px;
	background:#ffffff;
	padding-left:12px;
/*	font-size: 90%;  */
}
#homepagecontent {
	float:left;
	width:427px;
	background:#ffffff;
	padding-left:12px;
/*	font-size: 90%;  */
}
#homepagecontent h1 { 
	font-size: 100%;
}
.hometopbox {
	width:404px; 
	margin: 0; 
	padding: 6px 2px 4px 2px; 
	border: none;
/*	border: 1px solid #003399; */
	clear:both;
	background-image: url(/images/homepage-bg02.jpg); 
	background-repeat:no-repeat;
}
.homecenterbox {
	width:392px; 
	margin: 0; 
	padding: 8px; 
	border: 1px solid #003399;
	clear:both;
}
#subscribebox {
padding:5px; margin-top: 20px;
}
#aboutbox {
 clear: both;
 padding: 10px;
 border: 0px solid #ccc;
/* height: 160px; */
 margin: 40px 0 0 0;
}
#aboutbox p {
	margin: 10px 100px 10px 100px;
}
#aboutbox h1 {
	margin: 10px 100px 10px 100px;
}
/* I like the text in the footer centered and clear:both clears the 
   floats, other wise the go out size the wrapper div */
#footer {
	clear:both;
	text-align:center;
	padding: 10px;
	margin: 20px 0 0 0;
/*	font-size: 90%;*/
}
.button {
	padding: 0 1px 0 1px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

.row0
{
	color: #000000;
	background-color: #DDEEFF;
}

.row1 {
	color: #000000;
	background-color: #FFFFFF;
}

a {
/*		color:#141;
	font-weight:900;  */
}
p,#output {
/*		margin-left:10px;
	margin-right:10px;
*/	}
