
body{
	margin: 0;
	padding: 0;
	color: black;
	background-color: rgb(30,30,30);
	font-family: "arial", sans-serif;
	font-size: 12px;
}

body p, li, ol {
	line-height: 1.5em;
}

a:link {
	color: #B31313;
	font-weight: lighter;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
}

a:visited {
	color: #FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
}

a:hover {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 14px;
}

h1 {
	font-size: 20px;
	padding: 0px;
	margin: 8px 0px 5px 0px
}

#main{
	margin: auto;
	margin-top: 60px;
        margin-bottom: 15px;
	width: 900px;
	background-color: #FFFFFF;
	border: 1px solid #9A9A9A;
}

#menubar{
      margin-top: 2px;
}

#logo{
       margin-top: 40px;
}

#left{
       width: 410px;
       padding-bottom: 10px;
}

#locations{
        border: 3px solid black;
        padding: 5px;
        width: 250px;
        margin: auto;
}

#content{
        margin-top: 20px;
        margin-right: 30px;
        width: 450px;
        text-align: justify;
        float: right;
}

#footer{
        margin-right: 15px;
	clear: both;
	background-color: #FFF;
	text-align: right;	
	border-top: 1px solid #E7E7E7;	
	border-bottom: 1px solid #E7E7E7;
}

.topnavsub{
	float:left;
        height: 24px;
        padding: 0px;
        margin: 0px;
}

.topnavsub a {	
	background-color:#FF1822;
	margin:0px;
        font-weight: bold;
	color:#FFF;
	padding:20px;
	padding-top:3px;
	padding-bottom:7px;
	font-size:14px;
	border-right: 1px solid #000;
        border-bottom: 1px solid #000;
}

.topnavsub a:hover{
	background-color: #FFE787;
	color:#000;
}

.topnavsub a:active{
	background-color:#FFF;
	color:#B31313;
}


.topnavsel{	
        color: #000;
        float:left;
        height: 24px;
        margin-top: 1px;
        font-weight: bold;
}

.topnavsel a{
	background-color:#FFF;
	color: #000;
	padding:10px;
	padding-top:4px;
	padding-bottom:9px;
	font-size:14px;
}

.topnavsel a:visited{
        color: #000;
}

.red{
       color: #FF1822;
       font-size: 110%;
       font-weight: bold;
}
