﻿@import url('layout.css');

#container {
	width: 100%;
	margin-top: 10px;
}
	
#page_content {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#masthead {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 3px;
}
#navigation {
	margin: 0px auto 0px auto;
	width: 700;
	clear: both;
	overflow: hidden;
	clear: both;
}

/* Navigation Styles */
#navigation ul {
	width: 100%;
	margin: 0 auto 5px auto;
	padding: 0;
	overflow: hidden;
}
#navigation li {
	border: thin solid #FF99FF;
	margin: 5px;
	float: left;
	background-color: #808080;
	list-style-type: none;
	text-align: center;
}
#navigation a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	font-weight: bold;
	font-size: x-small;
}
#navigation a:hover {
	text-decoration: none;
	color: #80869B;
	background-color: #ccc;
}

/*Sidbars and Content */

#R-Content {
	border-width: medium;
	border-color: #6699FF;
	padding: 5px;
	margin: 5px;
	float: right;
	width: 475px;
	font-size: small;
	background-color: #FFFFFF;
	border-top-style: outset;
	border-right-style: outset;
	height: 400px;
	overflow: scroll;
}
#footer {
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	width: auto;
	padding: 0px 0px 15px 0px;
	border: medium groove #FFFF99;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-left: 5px;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: none;
}
#footer a {
	color: #CCFFFF;
	text-decoration: none;
}
#L-Sidebar {
	border-width: medium;
	border-color: #6699FF;
	padding: 5px;
	margin: 5px;
	float: left;
	width: 175px;
	background-color: #FFFFFF;
	border-top-style: outset;
	border-left-style: outset;
	font-size: small;
	height: 400px;
	overflow: scroll;
}
#centertext {
	text-align: center;
	font-size: x-small;
}
#smalltext {
	font-size: x-small;
}
#bottom {
	padding: 0px 0px 10px 0px;
	margin: 3px;
	line-height: 50px;
}
h1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FFFFFF;
}
h4 {
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
