﻿@import url(layout.css);
body {
    color: black;
    font-size: 13px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    background-color: #000000;
    text-align: center;
}
#container {
    background-color: #FFFFFF;
    width: 900px;
    margin: auto auto auto auto;
    border-top: 0;
    border-right: 1px solid #b7b7b7;
    border-bottom: 0;
    border-left: 1px solid #b7b7b7;
    background-image: url('../LineRoad.png');
    background-repeat: no-repeat;
    height: 750px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -375px;
}
#masthead {
    text-align: right;
    width: auto;
    height: 90px;
    margin-top: 10px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 871px;
	margin: 0;
	padding: 0 15px;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
    text-align: center;
    background-color: #545454;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
    position: absolute;
    left: 0px;
}
/* Styles for Masthead */
#masthead img {
	position: relative;
}
#masthead p {
	font-size: xx-large;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	width: 750px;
	border-top-color: #000000;
	border-top-style: double;
	border-bottom-color: #000000;
	border-bottom-style: double;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
    color: #fff;
    text-decoration: none;
    display: block;
    border: 1px solid #c9c9c9;
    margin-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 2px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
	width: 100%;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
