
body {
margin: 0;
padding: 0;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
color: #000000;
background: #ffffff;
}
			/*TITLE BAR*/
#top {
height: 118px;
background: #90ACDB url(images/LogoBlack.jpg) no-repeat 15px 3px;
margin-top: 0;
}

#top h1 {
font-size: 16px;
color: #ffffff;
font-style: italic;
font-weight: bold;
padding: 85px 7px 0px 280px;
}


			/*BANNER*/


#header {
height: 198px;
background: #666 url(images/img3.jpg) no-repeat;
margin:0;
border-bottom : 2px solid #CCCCCC;
}
			/* TOP MENU */
#menu {
width:100%;
height: 38px;
background: #90ACDB;
line-height:normal;
border-bottom: 3px solid #CCCCCC;
}

#menu ul {
margin:0;
padding: 13px 0 0 5px;
list-style:none;
}

#menu li {
display:inline;
margin:0;
padding:0;
}

#menu a {
float:left;
background:url(images/tableft6.gif) no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}

#menu a span {
float:left;
display:block;
background:url(images/tabright6.gif) no-repeat right top;
padding: 5px 15px 4px 6px;
color:#FFF;
font-size: 13px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {
color:#FFF;
}

#menu a:hover {
background-position:0% -42px;
}

#menu a:hover span {
background-position:100% -42px;
}

			/*3 COLUMNS*/
#gutter {
clear: both;
float: left;
width: 2%;
height: 1px;
}

#col1 {
float: left;
width: 65%;
margin-left: 3%;
background: #ffffff;
margin-bottom: 10px;
}

.question {
padding: 10px 0px 0px 4px;
font-size : 14px;
color : #000000;
font-weight: bold;
font-style: italic;
background :transparent;
}

#col2 {
float: left;
width: 25%;
margin-left: 3%;
background-color: #ffffff;
margin-bottom: 10px;
}

#col2 h1 {
margin: 0;
padding : 10px 0 0 0px;
font-size : 16px;
color : #3B790D;
background : inherit;
}


			/*BOTTOM*/
#bottom {
border-top: 3px solid #eee;
height:200px;
clear:both;
color: #000;
background: #677278;
}

#bottom a {
color : #eee;
background : transparent;
text-decoration : none;
}

#bottom a:hover {
color : #484452;
text-decoration : none;
}

			/*LIST*/
.list3,.list3center {
float: left;
width: 28%;
margin-left : 10px;
}
.list3center {
margin: 0 6%;
}
			/*FOOTER*/
#footer {
border-top: 1px solid #bbb;
clear: both;
padding:5px;
background: #596A87;
color:#eee;
text-align: center;
}
#footer a {
background: inherit;
color: #D5D9B4;
}
#footer a:hover {
background: inherit;
color: #333;
}

/* end of footer */

/* Start of Footnote */

#footnote {
clear: both;
padding: 10px 0px 20px 0px;
background: inherit;
font-weight: bold;
font-style: italic;
color:#3B790D;
text-align: center;
}

#footnote a {
background: inherit;
text-decoration: underline;
color: blue;
}

#footnote a:hover {
background: inherit;
color: #3B790D;
}

/* end of footnote */

/** fonts **/

h1 {
margin: 0;
padding : 10px 0px 0px 4px;
font-size : 20px;
color : #3B790D;
background : inherit;
}

h2 {
padding: 10px 0px 0px 4px;
font-size : 18px;
color : #3B790D;
background :transparent;
}

h3 {
padding: 10px 0px 0px 4px;
font-size : 16px;
text-transform: uppercase;
color : #3B790D;
background : inherit;
}

h4 {
padding : 10px 0px 0px 4px;
font-size : 14px;
letter-spacing: 2px;
text-transform: uppercase;
color : #3B790D;
background : inherit;
}

p {
line-height: 120%;
margin-left: 7px;
margin-right: 7px;
}

p.banner
{
font-size: 16px;
color: #ffffff;
font-style: italic;
font-weight: bold;
margin-left: 280px;
margin-right: 7px;
margin-top: 80px;
}

p.extra
{
font-size: 14px;
font-weight: bold;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #677278;
}
			/*LINKS*/
a:link {
color : blue;
background : transparent;
text-decoration : underline;
}

a:visited {
color : red;
background : transparent;
text-decoration : underline;
}

a:hover {
color : #A75825;
text-decoration : underline;
}

li {
list-style-image: url(images/arrow.jpg);
padding-left: 3px;
}

a img {
border : 0;
}

img.left {
border: 0;
margin-right: 20px;
float: left;
}

img.right {
border: 0;
margin-left: 20px;
margin-right: 20px;
float: right;
}
			/*CLASS*/
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}

.senior {
position: absolute; 
top:25px; 
left:748px;
}