﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 1024px;
	background-color: #FFFFFF;
	position: relative;
	height: 100%;
}
#masthead {
	margin: 0px;
	padding: 0px;
	width: 1024px;
	position: inherit;
	height: 100px;
	color: #BFDBFF;
	font-weight: bold;
	font-size: small;
	background-image: url('../putersandnet/p2010.gif');
}
#navigation {
	background-image: url('../putersandnet/btn.gif');
	position: relative;
}
#page_content {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: 100%;
}
#column_l {
	position: relative;
	margin: 0px 323px 0px 0px;
	padding: 10px;
	background-color: #fff;
	float: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	height: auto;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
}
#column_r {
	padding: 10px;
	float: right;
	width: 300px;
	margin: 0px;
	position: relative;
	right: 0px;
	top: 0px;
	text-decoration: none;
	height: auto;
	font-size: medium;
}
#column_l_2 {
	padding: 10px;
	margin: 0px;
	position: relative;
	width: 165px;
	height: auto;
	top: 0px;
	right: 0px;
	float: left;
	font-size: medium;
}
#footer {
	background-image: url('../putersandnet/footer1.gif');
	height: 100px;
	width: 1024px;
}
/* Styles for Masthead */
#masthead img {
	margin: 0;
	padding: 0;
}
#masthead p {
	padding: 5px;
	margin: 5px;
	font-size: medium;
	text-align: center;
	font-weight: normal;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #CCE1F2;
	font-weight: bold;
	font-size: small;
	background-image: url('../putersandnet/drkble.png');
}
#navigation a:hover {
	color: #012E4C;
	text-decoration: none;
	background-image: url('../putersandnet/white.png');
}
/* Styles for Content */
h1 {
	font-size: medium;
	color: #687077;
}
h2 {
	font-size: medium;
	color: #25437B;
}
h3 {
	font-size: medium;
	color: #687077;
}
h4 {
	font-size: medium;
	color: #687077;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #687077;
}
/* Styles for Footer */
#footer p {
	font-size: small;
	text-align: center;
	color: #000000;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #5B99E2;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #687077;
	text-decoration: none;
}
a:hover {
	color: #5B99E2;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

