﻿@import url("layout.css");
body {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 0.9em;
	color: #000;
	background-color: #709ad1;
}
#container {
	width: 950px;
	margin: 0 auto;
	background-color: #e1ffe9;
}
#page_content {
	width: 950px;
	margin: 0 auto;
	background: #E1FFE9;
		
}
#masthead {
	text-align: right;
	min-height: 100%;
	max-height: 100%;
	width: 810px;
	height: 130px;
	background-color: #c6e2ff;
	float: right;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
#masthead em {
	font-size:xx-large;
	color: #003399;
	font-style: normal;
	font-weight: bold;
}
#logo {
	width: 129px;
	height: 120px;	
	font-family: "Palatino Linotype", "Times New Roman", serif;
	background-image: url('../images/logobg.gif');
	background-repeat: no-repeat;
	border: 5px #003399 solid;
	float: left;
}
.largetext {
	text-align:center;
	margin-top:5px;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 250%;
	font-weight: bold;
	color: #003399;
}
.smalltext {
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: small;
	font-weight: bold;
	color: #003399;
}
#sidebar {
	float: left;
	width: 164px;
	background-color: #E1FFE9;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	width: 755px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	float: right;
	
}
#pagebuttons {
	float: left;
	
}
#pagebuttons ul {
	list-style: none;
	margin: 0;
	padding: 0.4em;
	
	
}
#pagebuttons li {
	display: inline;
	
}
#pagebuttons a {
	font-weight: bold;
	text-decoration: none;	
	color: #307153;
	padding: 0.2em 1em 0.2em 1em;
	margin-right: 0.4em;
	background-color: #A7DAB8;
	border-left: 1px solid #e1ffe9;
	border-top: 1px solid #e1ffe9;
	border-right: 1px solid #307153;
	border-bottom: 1px solid #307153;
}
#pagebuttons a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #A7DAB8;
	border-right: 1px solid #e1ffe9;
	border-bottom: 1px solid #e1ffe9;
	background-color: #307153;
}
#pagebuttons0 {
	float: left;
	
}
#pagebuttons0 ul {
	list-style: none;
	margin: 0;
	padding: 0.4em;
	
	
}
#pagebuttons0 li {
	display: inline;
	
}
#pagebuttons0 a {
	font-weight: bold;
	text-decoration: none;	
	color: #307153;
	padding: 0.2em 1em 0.2em 1em;
	margin-right: 0.4em;
	background-color: #A7DAB8;
	border-left: 1px solid #e1ffe9;
	border-top: 1px solid #e1ffe9;
	border-right: 1px solid #307153;
	border-bottom: 1px solid #307153;
}
#pagebuttons0 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #A7DAB8;
	border-right: 1px solid #e1ffe9;
	border-bottom: 1px solid #e1ffe9;
	background-color: #307153;
}
#pagebuttons1 {
	float: left;
	
}
#pagebuttons1 ul {
	list-style: none;
	margin: 0;
	padding: 0.4em;
	
	
}
#pagebuttons1 li {
	display: inline;
	
}
#pagebuttons1 a {
	font-weight: bold;
	text-decoration: none;	
	color: #307153;
	padding: 0.2em 1em 0.2em 1em;
	margin-right: 0.4em;
	background-color: #A7DAB8;
	border-left: 1px solid #e1ffe9;
	border-top: 1px solid #e1ffe9;
	border-right: 1px solid #307153;
	border-bottom: 1px solid #307153;
}
#pagebuttons1 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #A7DAB8;
	border-right: 1px solid #e1ffe9;
	border-bottom: 1px solid #e1ffe9;
	background-color: #307153;
}

#systemlist {
	font-weight: bold;
	list-style: square;
	list-style-position: inside;
}

.extreme {
	background-color: #FFFFCC;
	border: 2px solid #000000;
	text-align: center;
}
.performance {
	background-color:#FFFFCC;
	border: 2px solid #000000;
	text-align: center;
}
.professional {
	background-color:#FFFFCC;
	border: 2px solid #000000;
	text-align: center;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 950px;
	background-color: #c6e2ff;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #307153;
	display: block;
	padding: 5px;
	background-color: #A7DAB8;
	border-left: 1px solid #e1ffe9;
	border-top: 1px solid #e1ffe9;
	border-right: 1px solid #307153;
	border-bottom: 1px solid #307153;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #A7DAB8;
	border-right: 1px solid #e1ffe9;
	border-bottom: 1px solid #e1ffe9;
	background-color: #307153;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}