﻿@import url("layout.css");
body {
	font-family: Verdana;
	font-size: 0.8em;
	background-color: white;
}
#container {
	width: 512px;
	height:500px;
	margin-left:10px;
	margin-top:10px;
	border-right:1px;
	border-right-style:solid;
	border-right-coloer:black;
}
#masthead {
	text-align: left;
	color: white;
	width: 320px;
	height:72px;
	margin:0px;
	padding:0px;
	padding-top:1px;
	padding-bottom:1px;
	padding-left: 12px;
	background-image:url('../images/top.png');
	background-repeat:no-repeat;
	background-color: none;
}
#navigation {

	float: left;
	width: 120px;
	height:500px;
	margin-bottom:0px;
	padding-bottom:auto;
	border-right: 1px;
	border-right-color:CCCCCC;
	border-right-style:solid;
	background-color: #fff;
	list-style-type:none;
}
#rightpane {

	float: left;
	width: auto;
	height: 470px;
	margin-bottom:10px;
	border-left: 1px;
	border-left-color:CCCCCC;
	border-left-style:solid;
	background-color: #fff;
}

#content {
	float: left;
	width: 360px;
	height: 500px;
	max-height:500px;
	padding-top:0px;
	padding:0;
	padding-right:10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:0px;
	background-color: #fff;
	overflow:auto;
	
}
#footer {
	text-align: left;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h4{
	color: black;
	font-family: "Verdana";	
	font-size:x-large;
	font-weight:Bolder;
	text-transform:uppercase;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 1px;
	background-image:url('../images/button.png');
	background-repeat: no-repeat;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image:url('../images/markedbutton.png');
	background-repeat: no-repeat;
}
#navigation p {
	font-family:Verdana;
	font-size:xx-small;
}
/* Content Styles */
h6 {
	color: #000000;
}
h5 {
	color: #000000;
}
h3 {
	color: #000000;
}
h2 {
	color: #000000;
}
#content h1 {
	color: #000000;
}
#content h4 {
	font-family:Verdana;
	font-size:small;
	text-transform:uppercase;
	font-weight:bold;
	margin:auto;
	color: #000000;
}
#content p{
	font-family:Verdana;
	font-size:x-small;
	text-align:left;
	color: #000000;
}
#content img {
	padding: 0px;
}
#content td {
	font-family:Verdana;
	font-size:x-small;
	text-transform:capitalize;
}
#content a {
	font-family:Verdana;
	font-size:x-small;
	text-transform:capitalize;
}
#content ul {
	font-family:Verdana;
	font-size:x-small;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	font-family: Verdana;
	font-size:x-small;
	font-weight: bold;
	padding:3px;
	text-transform: uppercase;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	font-family: Verdana;
	font-size:x-small;
	font-weight: bold;
	padding:3px;
	text-transform: uppercase;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}