/* CSS Document */
body {
	background: #fff;
	font: 15px/ 2em "Tahoma";
	/*
	,"Lucida Sans Unicode",geneva,verdana,sans-serif;
	*/
	margin: 0;
	color: #666;
	padding-top: 20px;
	border: 0px solid #eee;
}

html {
	border: 0px solid #f6f6f6;
	border-left: 0px solid #f6f6f6;
	border-right: 0px solid #f6f6f6;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

#footer {
	padding: 20px 50px;
	margin-top: 50px;
	clear: both;
	border-top: 2px solid #eee;
	font: 80% Tahoma;
	line-height: 25px;
}

#footer a {
	color: #999;
}

#footer .validate {
	float: right;
}

/*
table {
	padding:10px;
	border:1px solid #eee;
}

th {
	color:#6CCC26;
	border-bottom:1px solid #eee;
	padding:5px;
}

td {
	padding:5px;
	text-align:center;
	background:#fafafa;
}
*/
#container {
	margin: 0 auto;
}

#content img {
	background: #fff;
	padding-right: 5px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li a {
	color: #444;
	font: 80% Tahoma;
	text-decoration: none;
}

#sidebar ul li a span {
	color: #ccc;
}

#sidebar ul li a:hover span {
	color: #333;
}

#sidebar p {
	font: 80% Tahoma;
	line-height: 24px;
	margin: 10px 0 20px 0;
}

#sidebar ul li {
	background: #fafafa;
	margin: 1px 0 0 0;
	padding: 5px;
}

#sidebar h3 {
	font: 120% Tahoma;
	margin: 5px 0;
	color: #222;
}

#content {
	/*margin-right: 70px;
	margin-left: 20px;
	margin-bottom: 50px;*/
}

#sidebar {
	margin-left: 75%;
	border-left: 1px solid #eee;
	padding-left: 30px;
}

.articleinfo {
	font: 80% Tahoma;
	border-top: 1px solid #eee;
	color: #999;
	padding: 20px 0;
}

.articleinfo a {
	color: #6CCC26;
}

.articleinfo a:hover {
	text-decoration: none;
}

#content h3 {
	margin: 20px 0;
}

blockquote {
	background: #f6f6f6;
	padding: 0 10px;
	border: 1px solid #eee;
	font: 100% Tahoma;
}

#content p {
	line-height: 30px;
	margin: 20px 0;
	word-spacing: 2px;
}

#content h2 {
	font: 190% Tahoma;
	margin-top: 45px;
}

#content h2 a {
	color: #333;
	text-decoration: none;
}

.pagenum {
	color: blue;
	font-style: italic;
	font-weight: bold
}

#header {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0;
}

#header .right {
	float: right;
}

#header h1 {
	font: 290% Tahoma;
	letter-spacing: -2px;
	margin-bottom: 5px;
	margin-left: 30px;
}

#header h1 a {
	color: #000;
	text-decoration: none;
}

#header h1 a span {
	color: #ccc;
}

#header h1 a:hover span {
	color: #A3E800;
}

#header h3 {
	font: 80% Tahoma;
	color: #999;
	display: inline;
	margin-left: 35px;
}

ul#nav {
/*	background: #0072BC;*/
	background: #dddddd;
	padding: 10px;
	font-size: 80%;
	border-top: 3px solid #E9E9E9;
	font-weight: bold;
	word-spacing: 2px;
	margin: 0 0 0 0;
}

ul#nav li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

ul#nav li a {
	padding: 10px 14px;
	color: #000;
	text-decoration: none;
	font-size: 120%;
}

ul#nav li a:hover {
	background: #aed8f3;
	color: #333;
	border-right: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
}

ul#nav li a.active {
	background: #fff;
	color: #333;
	border-right: 2px solid #6CCC26;
	border-bottom: 2px solid #6CCC26;
}

ul#nav2 {
	background: #62a25f;
	padding: 10px 0 10px 0;
	font-size: 80%;
	border-top: 3px solid #E9E9E9;
	border-bottom: 3px solid #E9E9E9;
	font-weight: bold;
	word-spacing: 2px;
	margin: 0 0 0 0;
}

ul#nav2 li {
	display: inline;
	list-style: none;
	margin-right: 10px;
}

ul#nav2 li a {
	padding: 10px 14px;
	color: #fff;
	text-decoration: none;
	font-size: 120%;
}

ul#nav2 li a:hover {
	background: #aed843;
	color: #333;
}

ul#nav2 li a.active {
	background: #fff;
	color: #333;
	border-right: 2px solid #6CCC26;
	border-bottom: 2px solid #6CCC26;
}

p.about {
	border-top: 3px solid #6CCC26;
	border-bottom: 3px solid #6CCC26;
	color: #fff;
	background: #8EDF53;
	padding: 10px;
}

p.about a {
	color: #fff;
}

/* Stratos Flashes */
ul.stratos_flashes {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.stratos_flashes li {
	margin: 4px 12px 4px 12px;
	padding: 4px;
	font-size: 1.1em;
	font-weight: bold;
}

li.stratos_flash_success {
	color: #006600;
	border: solid green 1px;
	background-color: #bbffbb;
}

li.stratos_flash_error {
	color: #660000;
	border: solid red 1px;
	background-color: #ffccdd;
}

li.stratos_flash_warning {
	color: #ff6611;
	border: solid orange 1px;
	background-color: #ffff90;
}

li.stratos_flash_notice {
	color: #ff6611;
	border: solid orange 1px;
	background-color: #ffff90;
}

li.stratos_flash_default {
	color: black;
	border: solid black 1px;
	background-color: #ddd;
	font: 120% normal small Tahoma;
	font-style: none;
	font-size: 16px;
}

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sddm {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sddm li a:hover {
	background: #49A3FF
}

.sddm#m1 {
	right: 40px;
	top: 210px;
	background: #eaeaea;
	position: absolute;
	visibility: hidden;
	border: 1px solid #5970B2;
	text-align: right;
	direction: rtl;
}

.sddm#m1 a {
	font-size: 100%;
	display: block;
	white-space: nowrap;
	color: #422;
	border-bottom: 1px groove #eee;
	padding: 10px 14px;
}

.sddm#m1 a span {
	font-size: 120%;
}

.sddm#m1 a:hover {
	background: #445577;
	color: #FFF;
	border-right: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash+div[adblocktab=true] {
	display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

a {
	font: normal 11px Tahoma;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
	color: #363636;
}

a:hover {
	background: transparent;
	color: #363636;
}

.aep_ovrl {
	background-color: black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 120%;
	z-index: 99;
}

.aep_ww {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.aep_win {
	position: absolute;
	width: 50%;
	height: 30%;
	left: 25%;
	top: 25%;
	text-align: left;
}

.aep_w {
	background-color: white;
	padding: 3px;
	border: 1px solid black;
	background-color: #EEE;
}

.aep_t {
	color: white;
	margin: 0 0 2px 3px;
	font-family: Tahoma;
	font-size: 10pt;
}

.aep_text {
	width: 100%;
}

.aep_w span {
	font-family: Tahoma;
	font-size: 10pt;
}

.aep_w div {
	text-align: right;
	margin-top: 5px;
}

#aep_ovrl {
	background-color: black;
	-moz-opacity: 0.7;
	opacity: 0.7;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
}

#aep_ww {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#aep_win {
	text-align: left;
	position: absolute;
	width: 50%;
	height: 30%;
	left: 25%;
	top: 25%;
}

#aep_w {
	background-color: white;
	padding: 3px;
	border: 1px solid black;
	background-color: #EEE;
}

#aep_t {
	color: white;
	margin: 0 0 2px 3px;
	font-family: Tahoma;
	font-size: 10pt;
}

#aep_text {
	width: 100%;
}

#aep_w span {
	font-family: Tahoma;
	font-size: 10pt;
}

#aep_w div {
	text-align: right;
	margin-top: 5px;
}

<!--
[if lte IE 7]> <style type ="text/css">#aep_ovrl {
	position: absolute;
	filter: alpha(opacity = 70);
	top: expression(eval(document . body . scrollTop) );
	width: expression(eval(document . body . clientWidth) );
}

#aep_ww {
	position: absolute;
	top: expression(eval(document . body . scrollTop) );
}

.aep_ovrl {
	position: absolute;
	filter: alpha(opacity = 70);
	top: expression(eval(document . body . scrollTop) );
	width: expression(eval(document . body . clientWidth) );
}

.aep_ww {
	position: absolute;
	top: expression(eval(document . body . scrollTop) );
}
</style>
<![endif]
-->
