﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	margin: 0 auto; /** This way uses less lines of code and does the same thing **/
	/** background-color:#FFFFFF; -- background-color is deprecated - use background: #fff; */
	padding: 0px;
	width: 960px;
}
#masthead {
	background-color: #ffffff;
}
#navigation {
	background-color: #dccdc;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 960px;
<!--
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
-->
    border-top-width: 0px;
    border-top-color: #FFFFFF;
}
#column_l {
	position: relative;
	margin: 0 700px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
	left: 0px;
	top: 0px;
	width: 700px
}
#column_r {
	float: none;
	width: 240px;
	padding-right:1px;
	margin: 0;
	padding: 1px;
<!--
	background-color: #cdc9c9;
-->
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #ffffff;
	padding-bottom: 5px;
	width: 735px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: rgb(100, 198, 194);
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
p {
    font-family:Verdana;
    font-size:small;
    color: rgb(FF, FF, FF);
}
li {
  color: black; /* bullet color */
  margin-left:12px;
  *margin-left:0px;
  _margin-left:/**/ 0px; /* IE 5.5 only */
  _margin-left/**/: 0px; /* IE 5.0 only */
  _margin-left/**/:/**/0px; /* IE 6.0 only */  
}



/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}

#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #0000cd;
	text-decoration: underline;
	border: none;
	font-weight: bold;	
}

a:visited {
	color: #6495ed;
	text-decoration: underline;
	font-weight: normal;	
}
