@charset "UTF-8";
/* CSS Document */

html {
overflow-y: scroll; 
}

body {
background-color: #cccccc;
background-image:url(../images/background/backgrade.png);
background-repeat: repeat-x; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
margin: 0 auto;
padding-top: 10px;
padding-bottom:10px;
}

.container {
background-color: #999;
overflow: hidden;
}

* html .container {
height: 1%;
}

a {
	color: #CCCCCC;
	text-decoration: none; 
}

a:hover {
 	color: #9E003A;
	text-decoration: none; 
}

hr {
	color:#CCCCCC;
 background-color:#CCCCCC;
 height:1px;
	margin-right:3em;
}


#headerSlogan {
text-align:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style:italic;
font-size: 20px;
color: #CCCCCC;
padding-right:2em;
}

#contactInfo {
padding-right:3em;
font-family:Verdana;
font-size:12px;
text-align:right;
color: #CCCCCC;
}

#principles {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFFFFF;
padding-right:6em;
}

#outerTable {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
	border-collapse: collapse;
}

#outerTable TD{background: #000;}

#navcontainer
{
background-color:#616161;
margin-bottom: 1em;
overflow: hidden;
width=400px;
margin-left:auto;
margin-bottom:auto;
}

#navlist
{
font-size:13px;
list-style-type: none;
margin: 0;
padding: 2px;
height:1.2em;
}

#navlist li
{
border-left: 1px solid #000;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#navlist a
{
color: #000;
text-decoration: none; 
}

#navlist a:hover
{
color: #8b0000;
text-decoration: none; 
}

h2 {
border-bottom:1px solid #9e0039;
border-top:1px solid #9e0039;
color:#CCCCCC;
font-size:100%;
font-weight:normal;
letter-spacing:0.15em;
padding-bottom:6px;
padding-left:5px;
padding-right:2em;
padding-top:6px;
text-transform:capitalize;
}

h3 {
color:#9e0039;
font-size:100%;
font-weight:normal;
letter-spacing:0.15em;
text-transform:capitalize;
}

h4{
color:#9e0039;
text-transform:capitalize;
}

#mapText{
color: #000000;
}

#instructions {
font-size: 10px;
 color:#666666;
 padding-left:10px;
}
#mapTextSmall{
color:#6699CC;
font-size:12px;
}

#outerTable .topleft {
background-color: transparent;
background-image: url(../images/tborder/topleft-corner.gif);
background-repeat: no-repeat;
height: 12px;
}
#outerTable .topright {
background-color: transparent;
background-image:url(../images/tborder/topright-corner.gif);
background-repeat: no-repeat;
background-position: top right;
height: 12px;
}
#outerTable .bottomleft {
background-color: transparent;
background-image: url(../images/tborder/bottomleft-corner.gif);
background-repeat: no-repeat;
background-position: bottom left;
height: 12px;
}
#outerTable .bottomright {
background-color: transparent;
background-image: url(../images/tborder/bottomright-corner.gif);
background-repeat: no-repeat;
background-position: bottom right;
height: 12px;
}

#copyright {
padding-top:1em;
padding-left:3em;
font-style:italic;
}

#leftNav {
top:2em;
padding-top:2em;
left:2em;
padding-right:35em;
}

#rightNav {
height:2em;
	right:2em;
	padding-right:35em;
}
