﻿ @import url("layout.css");
body {
	background: #DEC7E7 url('../images/bgtop3.jpg') repeat-x left top;
	/*background-color: #DEC7E7;*/
	border-bottom: thin solid #ff1493;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
	/* container for entire page */
#container {
	border-top: thin solid #ff1493;
	margin-top: 56px; 
	background-color: #E4D2EC;
}
#masthead {
    background-color: #DEC7E7;
	width: 788px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	}
#navigation {
    background-color: #DEC7E7;
	width: 788px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	}
#page_content {
    background-color: #DEC7E7;
    position: relative;
	width: 788px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	background-color: #DEC7E7;
	position: relative;
	float: left;
	width: 395px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	/*vertical-align: bottom;*/
}
#sidebar {
    background-color: #DEC7E7; 
	float: right;
	width: 383px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;	
	}
#footer {
	background-color: #DEC7E7; /*clear: both;*/;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	margin-bottom: auto;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 0%;
	margin-left: 2%;
	float: right;
	padding-right: 15px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 128px;
}
#navigation a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090; 
	background-color: #404040;
	text-align: center;
}
#navigation a:hover {
	text-decoration: none;
	color: #810abc;
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {

	color: #455;
}
#content img {
	margin: 10px 20px;
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #000000;
	margin-top: 3px;
}
#sidebar img {
	border: 1px solid #808080;
	padding: 5px;
	margin: 10px 20px;
	float: left;
	vertical-align: middle;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
@media print{
	/* Start printer-friendly styles */
	/* Make container the full page width */
	#container{
	width:100%;
}
}


