/* CSS Document */

Body {
	background-color: #B1C4E3;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	margin-top: 10px;
	}
a {
	text-decoration: underline;
	color: #D1062C;
	}
a:hover {
	color: #454545;
	text-decoration: underline;
	}
ul {
	margin: 0px;
	padding-top: 5px;
	}
li {
	list-style-type: none;

	padding-bottom: 8px;
	padding-left: 10px;
        background-image: url("images/dot.gif"); 
	background-position: 0 6;
	background-repeat: no-repeat
	}
#heading {
	font-size: 17px;
	text-transform: lowercase;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	color: #46679C;
	margin-bottom: 10px;
	}
.welcome {
	font-size: 25px;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 0px 0px 0px;
	color: #46679C;
	margin-bottom: 10px;
	}
#content {
	border-left: 1px solid #00214A;
	border-right: 1px solid #00214A;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	font-size: 8px;
	}
#content h2 {
	margin: 0px;
	padding: 5px 5px 5px 0px;
	font-size: 14px;
}
#quote_container {
	margin: 30px 10px 10px 10px;
}
#quote {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	padding: 5px 10px 0px 15px;
}
#author {
	font-size: 10px;
	color: #7E7E7E;
	padding: 10px 10px 5px 30px;	
	text-transform: uppercase;
}
.first_time {
	color: #46679C;
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-top: 0px;
	}
.first_time a, first_time a.visited {
	text-decoration: underline;
	color: #D1062C;
	}
.first_time a:hover {
	color: #454545;
	text-decoration: underline;
	}
#page_content {
	padding: 5px 13px 25px 25px;
	font-size: 17px;
	line-height: 20px;	
	}
.footer {
	color: #333333;
	font-size: 10px;
	line-height: 18px;
	padding: 5px;
	border-right: 1px solid #00214A;
	border-bottom: 1px solid #00214A;
	border-left: 1px solid #00214A;
	}
.footnote {
	color: #A8A8A8;
	font-size: 10px;
	padding: 5px 0px 5px 25px;
	}
/* Data Tables */

.data {
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 0px 0px 0px 25px;
	}

.dataTitle {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	}
.dataHeader {
	color: #E8E8E8;
	font-size: 13px;
	background-color: #748DBA;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	}
.dataRow {
	font-size: 12px;
	padding: 10px;
	}
/* CSS for Drop Down Menus */

   #menubar {
        position:absolute;
        left:70px;
        top:81px;
        width:750px;
        background-color:transparent;
        border:none;
        padding:2px;
        padding-top: 3px;
	font-size: 11px;
	text-transform: uppercase;
    }
    #menubar a {
        color:#00214A;
        letter-spacing:1px;
        margin:1px;
        padding-left:5px;
        padding-right:5px;
        text-decoration:none;
    }
    #menubar a:hover {
        color: #CDCDCD;
        border-left:1px solid #00214A;
        border-right:1px solid #00214A;
        margin:0px;
        background-color:#385C9C;
        border-bottom: 2px solid #385C9C;
        border-top: 2px solid #385C9C;
    }
    #menubar a.active {
        color: #CDCDCD;
        border-left:1px solid #00214A;
        border-right:1px solid #00214A;
        margin:0px;
        background-color:#385C9C;
        border-bottom: 2px solid #385C9C;
        border-top: 2px solid #385C9C;
    }
    .menu .options {
        margin-right:1px;
        margin-bottom:1px;
        border-left:1px solid #00214A;
        border-right:1px solid #00214A;
        border-bottom:1px solid #00214A;
	background-color:#D2D5DC;
        color:#313131;
        text-decoration:none;
	font-size: 10px;
	text-transform: uppercase;	
    }
    .menu a {
        background-image: url("images/arrow.gif");
        background-repeat: no-repeat;
        background-position: 3px 50%;
        color:#313131;
        display:block;
        text-decoration:none;
        background-color:transparent;
	font-size: 10px;
	text-transform: uppercase; padding-left:8px; padding-right:10px; padding-top:2px; padding-bottom:4px
    }
    .menu a:hover {
        background-image: url("images/arrow_hover.gif");
        background-repeat: no-repeat;
        background-position: 3px 50%;
        background-color:#385C9C;
        color:#CDCDCD;
        text-decoration:none
    }
      
    .menu .sub_nav a {
        background-image: url("images/arrow.gif");
        background-repeat: no-repeat;
        background-position: 13px 50%;
        color:#313131;
        display:block;
        text-decoration:none;
        background-color:transparent;
	font-size: 10px;
	text-transform: uppercase; padding-left:18px; padding-right:10px; padding-top:2px; padding-bottom:4px
    }
    .menu .sub_nav a:hover {
        background-image: url("images/arrow_hover.gif");
        background-repeat: no-repeat;
        background-position: 13px 50%;
        background-color:#385C9C;
        color:#CDCDCD;
        text-decoration:none
    }
    .sub_heading {
    color: #9D9D9D; 
    background-image: url("images/arrow.gif"); 
    background-repeat: no-repeat; 
    background-position: 3px 50%; padding-left:8px; padding-right:10px; padding-top:2px; padding-bottom:4px
    }    
