﻿body {
	background: #d5d5d5;
	background-image: url(images/background.gif);
    background-repeat: repeat-x;	
    margin: 0;
	padding: 0;
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}
a {
    color: white;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    border: none;
}
img a {
    border: none;
}
ul {
    font-size: 9pt;
    font-family: 9pt;
}
sup {
    font-size: 7pt;
    line-height: 1pt;
}
#mainWrap {
    width: 950px;
    margin: auto;
}
#navbar {
    margin-left: 150px;
}
#navbar ul { 
    list-style: none; 
    margin: 0; 
    position: absolute;
    top: 165px;
}
#navbar li { 
    float: left; 
}
#navbar li a, #navbar li a em { 
    display: none; 
}
#navbar li a { 
    display: block; 
    height: 25px; 
    margin-right: 50px;   
}
#navbar li a:hover { 
    display: block; 
    background-position: 0 -25px; 
    height: 25px; 
}
#navbar li a:active { 
    display: block; 
    background-position: 0 -50px;
    height: 25px; 
}
#navbar li#home a, #navbar li#home a:hover { 
    background-image: url(images/menu_home.gif); 
    width: 50px; 
}
#navbar li#what a, #navbar li#what a:hover { 
    background-image: url(images/menu_what.gif); 
    width: 110px;
}
#navbar li#find a, #navbar li#find a:hover { 
    background-image: url(images/menu_find.gif); 
    width: 65px;
}
#navbar li#contact a, #navbar li#contact a:hover { 
    background-image: url(images/menu_contact.gif); 
    width: 85px;
}
#navbar li#faqs a, #navbar li#faqs a:hover { 
    background-image: url(images/menu_faqs.gif); 
    width: 50px;
}
#contentWarp {
    width: 950px;
    position: absolute;
    top: 200px;
}
#triTop {
    background-image: url(images/tri_top.jpg);
    height: 35px;
}
#triCenter {
    background-image: url(images/tri_center.gif);
}
#triBottom {
    background-image: url(images/tri_bottom.jpg);
    height: 20px;
}
#headingTL {
    width: 140px;
    margin-left: 2px;
    margin-top: 15px;
    text-align: right;
    color: white;
    float: left; 
}
#headingTR {
    width: 140px;
    margin-right: 5px;
    margin-top: 15px;
    text-align: left;
    color: white;
    float: right; 
}
#headingL {
    width: 136px;
    height: 25px;
    margin-top: 35px;
    margin-bottom: 20px;
    margin-left: 7px;
    padding-right: 4px;
    background-image: url(images/heading.gif);
    font-size: 10pt;
    line-height: 25px;
}
#headingR {
    width: 140px;
    height: 25px;
    margin-top: 35px;
    margin-bottom: 20px;
    text-indent: 5px;
    background-image: url(images/heading.gif);
    font-size: 10pt;
    line-height: 25px;
}
#homeNewsTop {
    background-image: url(images/homeNewsTop.png);
    height: 10px;
    width: 590px;
}
#homeNewsMid {
    background-image: url(images/homeNewsMid.png);
    width: 560px;
    padding: 5px 15px 5px 15px;
}
#homeNewsMid .heading {
    font-size: 11pt;
    color: #A12F13;
}
#homeNewsMid .content {
    padding: 15px 15px 0 15px;
}
#homeNewsBottom {
    background-image: url(images/homeNewsBottom.png);
    height: 10px;
    width: 590px;
}
#form {
    margin-left: 5px;
    text-indent: 0px;
}
#create {
    float: right;
    margin-right: 10px;
    font-size: 8pt;
    margin-top: 10px;
    width: 130px;
    text-align: right;
}
input.button {
    background-image: url(images/button.gif);
    border: none;
    width: 60px;
    height: 20px;
    color: #666666;
    margin-right: 7px;
}
input.loginButton {
    background-image: url(images/button.gif);
    border: none;
    width: 60px;
    height: 20px;
    color: #666666;
    float: right;
    margin-right: 7px;
}
#columnLeft {
    margin-top: 20px;
    color: white;
    width: 138px;
    font-size: 9pt;
    text-align: right;
    float: left;
}
#columnCenter {
    margin-left: 40px;
    width: 570px;
    float: left;
}
#columnCenter a {
    color: #666666;
    text-decoration: underline;
}
#columnCenter a:hover {
    color: black;
}
#columnCenterContent {
    margin-left: 30px;
    margin-bottom: 40px;
    width: 540px;
}    
#columnRight {
    margin-top: 20px;
    margin-left: 49px;
    /*text-indent: 10px;*/
    color: white;
    width: 142px;
    font-size: 9pt;
    text-align: left;
    float: left;
}
.title {
    color: white;
    font-family: "Times New Roman", serif;
    font-size: 16pt;
    letter-spacing: 4px;
    background-image: url(images/title_center.gif);
    background-repeat: repeat-x;
    line-height: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
}
#titleLeft {
    background-image: url(images/title_left.gif);   
    height: 45px;
    width: 10px;
    float: left;
}
#titleRight {
    background-image: url(images/title_right.gif);   
    height: 80px;
    width: 10px;
    float: left;
    background-repeat: no-repeat;
}
#footerWrap {
   background-image: url(images/footer.jpg); 
   width: 950px;
   height: 45px;
   margin-bottom: 10px;
}
#footer {
    float: left;
    width: 295px;
    text-align: right;
    line-height: 45px;
}
#footer a {
    text-decoration: none;
    color: #666666;
}
#footer a:hover {
    text-decoration: underline;
}
#faqList {
    text-indent: 0px;
    margin-left: 13px;
    line-height: 15pt;
}
.yellow {
    color: #666666;
    font-family: "Times New Roman", serif;
    font-size: 14pt;
    letter-spacing: 2px;
    background-image: url(images/yellow_center.gif);
    background-repeat: repeat-x;
    line-height: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
}
#yellowLeft {
    background-image: url(images/yellow_left.gif);   
    height: 30px;
    width: 10px;
    float: left;
}
#yellowRight {
    background-image: url(images/yellow_right.gif);   
    height: 30px;
    width: 10px;
    float: left;
    background-repeat: no-repeat;
}
#question {
    color: #1A2C75;
    margin-bottom: 15px;
    margin-top: 10px;
}
#info {
    float: left;
    margin-left: 15px;
    width: 55pt;
    font-style: italic;
}
#hours {
    float: left;
    width: 150pt;
    margin-left: 15px;
}
#map {
    margin-left: 115px;
    margin-bottom: 25px;
    margin-top: 15px;
}
#quote {
    margin-left: 50px;
    margin-top: 10px;
    width: 425px;
    font-style: italic;
}
#signature {
    margin-top: 7px;
    font-style: normal;
}
hr {
    border: 2;
    width: 60%;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;
}
#date {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-style: italic;  
}
#leftButton a{
    float: left;
    margin-left: 15px;
    background-image: url(images/button.gif);
    width: 60px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    text-decoration: none;
}
#rightButton a{
    float: right;
    background-image: url(images/button.gif);
    width: 60px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    text-decoration: none;
}
#bigLink {

    margin-top: 30px;
    height: 25px;
    clear: both;
}
#bigLink a {
    color: #666666;
    text-decoration: none;
}
#bigLink a:hover {
    color: #FFFFFF;
}
#border {
    border: 1px;
    border-style: solid;
    padding: 15px;
}
.act {
    background-color: #DBDBDB;
}
#formsmall {
    width: 135px;
    float: left;
}
#formmed {
    width: 200px;
    float: left;
}
#formlarge {
    width: 335px;
    float: left;
}
#spacer {
    width: 140px;
    float: left;
    line-height: 16pt;
}
#bigspacer {
    width: 290px;
    float: left;
    line-height: 16pt;
}
table.scores {
    width: 535px;
	border-width: 1px;
	border-style: outset;
	border-color: gray;
    border-collapse: collapse;
    text-align: center;
}
table.scores td {
	border-width: 1px;
	border-style: outset;
	border-color: gray;
}
#warning {
    color: #BD3917;
    font-weight: bold;
    margin-bottom: 15px;
}
.disclaim {
    font-size: 6pt;
    padding: 20px 0 0 20px;
    clear: both;
}

#columnLeft ul{ 
    list-style: none; 
    margin: 0; 
	padding:0;
}

#columnLeft li{
	text-align:right;
	margin: 0 0 10px;
}

#columnRight ul{ 
    list-style: none; 
    margin: 0 0 0 10px; 
	padding:0;
}

#columnRight li{
	text-align:left;
	margin: 0 0 10px;
} 
#vocabdrill {
	font-family: verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	margin-left:10px;
}
#leftmarg {
	margin-left:100px;	
}
.stylevbhdr {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
}
.stylevbfinal {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: large;
	font-weight: bold;
	color: blue;
	margin-left:10px;
}
.hrstyle {
	color:red;
	height:3px;
	width:100%;
}
.styleblue {
	
	color:blue;
}
.style1 {
	font-size: large;
	font-weight: bold;
}

