/* This is how you make a comment in css. */

            /* Begin html tag specifications. */
body {
	background: url(./images/One.jpg) top left repeat-x;
	height: 100%;
    margin: 0px;
    font-family: sans-serif;
    }

h1 {
    font-variant: small-caps;
    font-weight: 700;
    font-size: 1.3em;
    font-family: times, serif;
    color: #ea7a8a;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-right: 25px;
    margin-left: 20px;
    text-align: left;
    font-style: italic;
    }

h2 {
    font-variant: small-caps;
    font-weight: 700;
    font-size: 1.1em;
    font-family: times, serif;
    color: #ea7a8a;
    letter-spacing: 1px;
    margin: 0;
	margin-left: 20px;
	padding: 0;
    }

h2 a {
    color: #ea7a8a;
    }

h3 {
    font-variant: small-caps;
    font-weight: 600;
	font-size: .9em;
    color: #ea7a8a;
    letter-spacing: 1.5px;
    margin-left: 35px;
    margin-right: 25px;
	margin-top: 12px;
	margin-bottom: 11px;
    font-family: times, serif;
	padding: 0;
	line-height: 0;
    }

h4 {
    font-variant: small-caps;
    font-weight: 600;
	font-size: .9em;
    color: #ea7a8a;
    letter-spacing: 1.5px;
    margin-left: 55px;
    margin-right: 25px;
	margin-top: 12px;
	margin-bottom: 12px;
    font-family: times, serif;
	padding: 0;
	font-style: italic;
	line-height:0;
	}

hr {
    height: 1px;
    width: 377px;
    background-color: #ea7a8a;
    color: #ea7a8a;
    border: none;
    margin: 0 auto 0;
   }

ul {
    list-style: none;
	#padding-left: 40px;
    }
            /* End html tag specifications. */

#definition {
    position: absolute;
    width: 525px;
    border: solid 1px black;
    padding: 5px;
    background-color: #ffffff;
    visibility: hidden;
    z-index: 100;
    font-family: sans-serif;
    font-size: .9em;
    }

#map {
    width: 515px;
    height: 500px;
    margin-left: 15px;
    border: solid 1px #ea7a8a;
    }
            /* Begin containers. */   
            /* Begin header containers. */
#header {
    height: 100%;
	width: 759px;
	background: url(./images/Two.jpg) top left no-repeat;
    }

#title {
    height: 168px;
	width: 759px;
	background: url(./images/Three.jpg) top left no-repeat;
    }
            /* End header containers. */    

            /* Begin background containers. */
#everything {
    position: relative;
    margin: 0 auto 0;
    height: 150%;
	width: 780px;
    border: none;
    text-align: justify;
	left: 0;
	background: url(./images/Two-a.jpg) top left repeat-y;
    }

			/* End background containers. */

            /* Begin menu containers. */
#verticalbox {
    float: left;
    width: 176px;
    margin-left: 12px;
    _margin-left: 2px;
    margin-right: 10px;
    margin-top: 13px;
    text-align: left;
    border: none;
    }
    
            /* Begin menu link specs. */
.menu1 {
    display: block;
    text-decoration: none;
    position: relative;
    min-width: 160px;
    font-size: .7em;
    font-weight: bold;
    #font-weight: normal;
    font-variant: small-caps;
    font-family: times, serif;
    letter-spacing: 1px;
    min-height: 16px;
    line-height: 15px;
	padding: 7px 0 7px 15px;
	margin-top: 10px;
    color: #000000;
	background: url(./images/6-button.jpg) 7px 0 no-repeat;
    }

.menu1:hover {
	background: url(./images/7-button.jpg) 7px 0 no-repeat;
	}

a.vcurrent {
    display: block;
    text-decoration: none;
    position: relative;
    min-width: 160px;
    font-size: .7em;
    font-weight: bold;
    #font-weight: normal;
    font-variant: small-caps;
    font-family: times, serif;
    letter-spacing: 1px;
    min-height: 16px;
    line-height: 15px;
	padding: 7px 0 7px 15px;
	margin-top: 10px;
    color: #000000;
	background: url(./images/7-button.jpg) 7px 0 no-repeat;
    }

.submenu {
    display: block;
    font-size: .7em;
    font-weight: bold;
    #font-weight: normal;
    font-family: serif;
    letter-spacing: 1px;
    min-height: 20px;
    line-height: 20px;
    min-width: 125px;
    margin-bottom: 2px;
    padding-left: 10px;
    margin-top: 2px;
	margin-left: 20px;
	margin-right: 11px;
    color: #000;
    text-decoration: none;
	background: #fff;
    }

a:hover.submenu {
    text-decoration: underline;
	background: #ea7a8a;
	}

a.svcurrent {
    display: block;
    font-size: .7em;
    font-weight: bold;
    #font-weight: normal;
    font-family: serif;
    letter-spacing: 1px;
    min-height: 20px;
    line-height: 20px;
    min-width: 125px;
    margin-bottom: 2px;
    padding-left: 10px;
    margin-top: 2px;
	margin-left: 20px;
	margin-right: 11px;
    color: #000;
    text-decoration: underline;
	background: #ea7a8a;
    }

.hide {
    display: none;
    }

.show{
    display: block;
    }
            /* End menu link specs. */
            /* End menu containers. */
            
            /* Begin content containers. */  
            /* Begin page title container. */        
#pgtitle {
    float: left;
    width: 530px;
    font-variant: small-caps;
    font-weight: 700;
    font-size: 1.2em;
    font-family: times, serif;
    color: #ea7a8a;
    letter-spacing: 1px;
    text-align: left;
    font-style: italic;
    margin-top: 3px;
	margin-left: 20px;
    }
            /* End page title container. */        

            /* Begin main content container. */        
    /* This are the only differences between the main.css and resource.css codes. */
#main {
    float: left;
    border: none;
    max-width: 550px;
    font-family: times, serif;
    padding-top: 0px;
    _padding-top: 15px;
    min-height: 495px;
    _height: 450px;
    }

#main .text {
    max-width: 525px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
    }
    /* End differences. */

#main .text a {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px #ea7a8a;
	}

#main .text a span {
    display: none;
    }

#main .text a:hover {
    background: none;
    }

#main .text a:hover span {
    display: block;
    position: absolute;
    left: 195px;
    width: 525px;
    border: solid 1px black;
    padding: 5px;
    margin: 10px; 
    z-index: 100;
    color: #000000;
    background: #ffffff;
    font: sans-serif;
    font-size: .9em;
    text-align: left;
    }

#main .h2text {
    max-width: 525px;
    margin-left: 25px;
    margin-right: 20px;
	margin-top: 0;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
	padding: 0;
    }

#main .h2text a {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px #ea7a8a;
	}

#main .h2text a span {
    display: none;
    }

#main .h2text a:hover {
    background: none;
    }

#main .h2text a:hover span {
    display: block;
    position: absolute;
    left: 195px;
    width: 525px;
    border: solid 1px black;
    padding: 5px;
    margin: 10px; 
    z-index: 100;
    color: #000000;
    background: #ffffff;
    font: sans-serif;
    font-size: .9em;
    text-align: left;
    }

#main .h2list ul {
    max-width: 525px;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
	margin: 0;
	}
	
#main .h2list li {
    max-width: 525px;
    margin: 0px 15px 5px 0px;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
	list-style: square outside;
	}

#main .h3text {
    max-width: 525px;
    margin-left: 55px;
    margin-right: 20px;
	margin-top: 0;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
	padding: 0;	
    }

#main .h3text a {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px #ea7a8a;
	}

#main .h3text a span {
    display: none;
    }

#main .h3text a:hover {
    background: none;
    }

#main .h3text a:hover span {
    display: block;
    position: absolute;
    left: 195px;
    width: 525px;
    border: solid 1px black;
    padding: 5px;
    margin: 10px; 
    z-index: 100;
    color: #000000;
    background: #ffffff;
    font: sans-serif;
    font-size: .9em;
    text-align: left;
    }

#main .h3list ul {
    max-width: 525px;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
	margin: 0;
	}
	
#main .h3list li {
    max-width: 525px;
    margin: 0px 30px 5px 0px;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
	list-style: square outside;
	}
	
#main .h4text {
    max-width: 525px;
    margin-left: 70px;
    margin-right: 20px;
	margin-top: 0;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
	padding: 0;	
    }

#main .h4text a {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px #ea7a8a;
	}

#main .h4text a span {
    display: none;
    }

#main .h4text a:hover {
    background: none;
    }

#main .h4text a:hover span {
    display: block;
    position: absolute;
    left: 195px;
    width: 525px;
    border: solid 1px black;
    padding: 5px;
    margin: 10px; 
    z-index: 100;
    color: #000000;
    background: #ffffff;
    font: sans-serif;
    font-size: .9em;
    text-align: left;
    }

#main .h4list ul {
    max-width: 525px;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
	margin: 0;
	}
	
#main .h4list li {
    max-width: 525px;
    margin: 0px 15px 5px 0px;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
	list-style: square outside;
	}
	
#main .nobullet li {
	list-style: none;
	}

.ph {
	width: 300px;
	padding-left: 15px;
	float: left;
	margin-top: 0;
	#margin-bottom: 15px;
	}

            /* Begin main link specs. */
#backnext	 {
	margin-right: 25px;
	}

#backnext a {
    float: right;
    color: black;
    text-decoration: none;
    font-weight: 600;
    padding-right: 5px;
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
    }

#backnext a:hover {
    color: #ea7a8a;
    }
    
#backnext a.current {
    color: #ea7a8a;
    }
            /* End main link specs. */

            /* Begin definition & header link specs. */  
#main .name {
    font-variant: small-caps;
    font-weight: 600;
	font-size: .9em;
    color: #ea7a8a;
    letter-spacing: 1.5px;
    margin-left: 20px;
    margin-right: 25px;
    }

#main .name a {
    color: #ea7a8a;
    }

#main .name a:hover {
    color: black;
    }
            /* End definition & header link specs. */  

            /* End main content container. */

#sidebar {
    float: left;
    border: none;
    max-width: 205px;
    height: 495px;
    margin-right: 5px;
    padding-top: 0px;
    _padding-top: 18px;
    }

#sidebar .text {
    font-family: sans-serif;
    font-size: .9em;
    line-height: 1.3em;
    }

#sidebar a {
    color: black;
    line-height: 23px;
    text-decoration: none;
    text-align: left;
    border-bottom: solid 1px #ea7a8a;
    font-family: sans-serif;
    font-size: .9em;
    }

#sidebar a:hover {
    color: #ea7a8a;
    text-align: left;
    }

#sidebar a:visited {
    color: #ea7a8a;
    text-align: left;
    }
            /* End content containers. */

            /* Begin footer container. */    
#footer {
    clear: both;
    padding-top: 15px;
	margin-left: 93px;
    margin-top: 15px;
    width: 755px;
    font-size: .8em;
    font-family: times, serif;
    font-weight: 900;
	line-height: 20px;
    letter-spacing: 1.1px;
    text-align: center;
    }

            /* Begin footer link specs. */
#footer a {
    text-decoration: none;
    font-variant: small-caps;
	font-weight: normal;
    color: black;
    border-left: 1px solid black;
    padding-left: 10px;
    padding-right: 5px;
    }

#footer .noleft {
    border-left: solid 0px;
    }
    
#footer a:hover {
    color: #ea7a8a;
    }
    
#footer a.current {
    color: #ea7a8a;
    font-weight: 900;
    }
            /* End footer link specs. */
            /* Begin Cheryl Terrel css. */
#spec {
	color: black;
	}

#spec a {
	color: black;
	text-decoration: none;
	border-bottom: solid 1px black;
	border-left: none;
	padding: 0px;
	}            

#spec a:hover {
	color: #6d0e7e;
	text-decoration: none;
	border-bottom: solid 1px #6d0e7e;
	border-left: none;
	padding: 0px;
	}            
            /* End Cheryl Terrel css. */
			/* End footer container. */
#update {
	clear: both;
	float: right;
	font-size: .9em;
	}
            /* End containers. */

.inputbutton {
    display: block;
    text-decoration: none;
    position: relative;
    min-width: 160px;
    font-size: .7em;
    font-weight: 600;
    font-variant: small-caps;
    font-family: times, serif;
    letter-spacing: 1px;
    min-height: 20px;
    line-height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    margin-bottom: 2px;
    color: #000000;
    border: solid 2px;
    border-right-color: #ea7a8a;
    border-bottom-color: #ea7a8a; 
    border-left: none;
    border-top: none;
    }

.inputbutton:hover {
    border: solid 2px;
    border-right: none;
    border-bottom: none; 
    border-left-color: #ea7a8a;
    border-top-color: #ea7a8a;
	}