/* Universal style rule */

*{
margin: 0;
padding: 0;
/* Temporary borders */
/* border: dashed 1px #f00; */
}

body {
/*	background-color: #FFFFFF; */
/*	background-image: url(images/Satnwavs.jpg); */
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
width: 100%;
/* background-color: #ffffff; */
/* background-image: url(images/cobstone.GIF); */
/* Put 20px margin above the wrapper */
/* Set right and left to auto for centering */
margin: 0px auto;
background-color: #006699;
}

/********** Major layout divisions **********/
#branding{
/* For absolutely-positioned hyperlinks */
margin: 0px auto;
position:relative;
background-image: url(images/backgrnd-header3.jpg);
background-repeat:repeat-x;
/* background-color: #006699; */
text-align:center;
}

/* Fixes the mysterious image gap */
#branding img{
display:block;
}

#leftcolumn{
/* Remember, content and navbar left margin must
match this width */
width:12em;
float:left;
}

#rightcolumn{
width:12em;
float:right;

}

/* Navbar division */
#navbar{
  margin: 0px auto;
  background: url(images/menu-off.jpg) repeat-x;
 /* Left margin must match leftcolumn width */
 /*  margin-left:12em; */
 /*  width: 50em; */
  width: 850px;
  height:2em;

}


/* Remove bullets from ul in the navbar */
#navbar ul{
  margin-left: 15px;
  list-style-type:none;
}

/* List items in the navbar */
#navbar li{
   float:left;
   margin: 0px auto;	
  /* Required for drop-down menus */
  position:relative;
}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;
  color:#000;
  background: url(images/menu-off.jpg) repeat-x center;
  display:block;
  height:2.1em;
  width:7em;
  border-right: solid 1px #ddd;
  line-height:2em;
  text-align:center;
  outline-style:none;
}

/* Navbar hover, active, and current page links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background: url(images/menu-on.jpg) repeat-x center;
  color:#fff;
}

/* Drop-down menu styles */
/* Applies to drop-down menus in navbar */
#navbar li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
/*  border:solid 1px #000; */
  border:solid 1px #aaa;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
}

/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:1.6em;
  left:0;
}


/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
  background:#ccc; /* Removes background image */
  color:#000;
  text-align:left;
  display:block;
  width:10em;
  padding:0 0 0 1em;
  height:auto;
}

/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
  background: #aaa;
  color:#000;
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px;
  border-collapse:collapse;
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}

#content{
/* Left margin must match leftcolumn width */
/* margin-left:12em;
   margin-right:12em; */
	margin: 0px auto;   
	background-color:#fff;
	color:#000;
	padding:10px 20px;
	/* width: 45em; */
	width: 810px;
	border-style: double;
	border-color: #003399;

}

/* Applies to paragraphs in the content division */
#content p{
	line-height:1.5em;
	font-size: 12px;
}

/* Applies to all lists in the content division */
#content ul, #content ol{
	padding:10px 0 10px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
}

/* Styles h1, h2, and h3 style rules in the content

division */
#content h1, #content h2, #content h3{
font-family: Arial, Helvetica, sans-serif;
color:#000;
font-weight:normal;
/* font-style:italic;
 font-variant:small-caps; */

}

/* Size h1 headings in the content division */
#content h1{
font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
font-size:1.5em;
}
/* Size h3 headings in the content division */
#content h3{
font-size:1.25em;
font-style:normal;
}

#footer{
/* To be determined */
text-align:center;
font-size:12px;
font-weight: 300;
background-image:url(images/bottom.jpg);
color:#FFFFFF;
line-height: 4em;
}


/* Form Elements */

input {
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:18px;
}

select {
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
}

textarea {
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
}
	
.smallsubmit {
	background-color: #6D9DA7;
	border: 1px solid #4F7982;
	color: #FFFFFF;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: normal;
}

.submit {
	background-color: #6D9DA7;
	border: 1px #4F7982 solid;
	color: #FFFFFF;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}
/* End Form Elements */

.leftcolumn {
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	}
	
.rightcolumn {
	padding-left: 5px;
	line-height: 24px;
	background-color: #EEEEEE;
	}
.question {
	background-color: #EEEEEE;
	font-weight: bold;
	padding-right: 5px;
	line-height: 24px;
	vertical-align:middle;
	}
.bottomseo {
	font-size: 12px;
	color:#FFFFFF;
	 
}

.white-text {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	color: #FFFFFF;    
}

.white-text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	color: #FFFFFF;   
}
.white-text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration:none;
	color: #FFFFFF;   
}
.white-text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: underline;
	color: #FFFFFF;    
}

.white-text a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	text-decoration: none;
	color: #FFFFFF;    
}
#content ul li {
	font-size: 12px;
}
