﻿@import url('../not%20using/layout.css');
* {
	margin:0;
	padding:o;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

#container {
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #358;
	background-color: #fff;
}
#masthead {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
#navigation {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	font-size:14px;
}
#page_content {
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-bottom: 10px;
}
#content {
	position: relative;
	float: left;
	width: 490px;
	padding-top: 7px;
	padding-bottom: 10px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 280px;
	padding-top: 7px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
#wide {
	clear: both;
	width: 795px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}

/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #9900cc;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #660099;
	display: inline;
	margin-top: 5px;
	margin-left: 25px;
	padding-bottom: 10px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #3399ff;
	background-color: #ccff99;
}
#navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #99ccff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
}

#content img {
	padding: 5px;
	border: 1px solid #000000;
}
#wide img {
	padding: 5px;
	border: 1px solid #000000;
}

p {
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 5px;
}

/* Sidebar Styles */
#sidebar img {
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #000000;
}
/* Footer Styles */
#footer p {
	font-size: 12px;
	color: #3399ff;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #9933ff;
	text-decoration: underline;
}
#footer a:hover {
	color: #3399ff;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #9900cc;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}