/* 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-color: #EBEFF5;
	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 #0066CC;
}
/* 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: 80px;
}
#header img {
	border: none;
	margin-top: 2px;
}
#logobox {
	float: left; 
	width: 200px; 
	text-align:center; 
	font-size: 80%; 
	color:#3366CC;
}
#searchbox {
	float:right; 
	width: 450px; 
	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: 4px;
	padding: 0;
	text-align: center;
}
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;
}
.menu p {
	margin: 5px; 
}
.menu a {
	color: #3366cc;
	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:160px;
	background: #ffffff;
	clear: both;
}

#rightcolumn {
	float:right;
	width:160px;
	background: #ffffff;
}

/* float the content and set its width */
#content {
	float:left;
	width:570px;
	background:#ffffff;
	padding-left:15px;
/*	font-size: 90%;  */
}
#homepagecontent {
	float:left;
	width:424px;
	background:#ffffff;
	padding-left:5px;
/*	font-size: 90%;  */
}

.homecenterbox {
	width: 422px; 
	margin: 4px 1px 1px 1px; 
 	padding: 6px 0 0 0;
	border: 1px solid #BF9660;
	clear:both;
}

.homecenterbox p {
	padding: 0 8px;
}

.homecenteralertbox {
	float:left;
	width: 420px; 
	margin-top: 5px; 
	padding-top: 2px;
 	padding: 0;
	height:100%;
	clear: both;
	border: none; 
	border: solid 4px #CC6666;
	background-color:#CC6666; 
	color:#FFFFFF;
	text-align:center; 
}

.homecenteralertbox a {
	color:#FFFFFF; 
	font-size:110%;
	font-weight:bold;
}
.homecenteralertbox p {
	padding: 6px 6px 0 6px; 
}

.homecenteralertleft {
	width: 207px; 
	height: 100%;
	margin: 0; 
 	padding: 0;
	float: left;
	text-align: center; 
	background-color: #FFFFFF;
	color:#000000;
	font-size: 90%;
/*	border: solid 3px #CC6666;	*/

}

.homecenteralertleft p {
	padding: 5px;
	margin: 0;
	text-align:left;
}
.homecenteralertleft a {
	color:blue; 
	font-size:100%;
	font-weight:600;
}
.homecenteralertright {
	float: right;
	width: 207px; 
	height:100%;
	margin: 0; 
 	padding: 0;
	text-align: center; 
	background-color: #FFFFFF;
	color:#000000;
	font-size: 90%;
/*	border: solid 3px #CC6666;	*/
}

.homecenteralertright p {
	padding: 5px;
	margin: 0;
	text-align:left;
}
.homecenteralertright a {
	color:blue; 
	font-size:100%;
	font-weight:600;
}

#container3 {
    float:left;
    width:100%;
}
#container2 {
    float:left;
    width:100%;
}

#subscribebox {
padding:5px; margin-top: 20px;
}
#aboutbox {
 clear: both;
 padding: 10px;
 border: 0px solid #ccc;
 height: 160px;
 margin: 40px 0 0 0;
 background-image: url(/images/sat02b.png);
 background-position: bottom right;
 background-repeat: no-repeat;
}
#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;
*/	}

.supers {
	vertical-align: baseline;
	font-size: 0.85em;
	position: relative;
	top: -0.4em;
}

