/* Default Stylesheet */

/* >>> ELEMENTS <<< */

* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	background-color: #1A1A1A;
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	text-align: center;
}
a img {
	border: none;
}
img#header {
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: left;
}
/* >>> CONTAINERS <<< */

div#print {
	display: none;
}
div#container {
	width: 890px;
	margin: 30px auto;
	text-align: left;
}
div#header-wrap {
	margin: 8px 0;
}
div#header-in {
	padding: 10px 30px 20px 140px;
	color: #FFF;
}
div#content-wrap {

}
div#center {
	width: 750px;
	margin: 0 0 0 125px;
	color: inherit;
	background-color: #fff;
	border: none;
}
div#center-in {
	clear: both;
	padding: 20px;
}
div#left {
	float: left;
	width: 80px;
	color: #FFFFFF;
	border: none;
}
div#left-in {
	padding: 1px;
}
div#footer-wrap {
	clear: both;
}
div#footer-in {
	padding: 10px;
}
/* >>> SUB CONTAINERS <<< */
* { }
/* >>> LISTS <<< */
ul#nav-left {
	margin: 20px;
	list-style: none;
}
ul#nav-left li {

}
ul#nav-left li a {
	display: block;
	width: 65px;
	padding: 5px 10px;
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
	text-align:right;
}
ul#nav-left li a:hover {
	color: #666;
	background-color: #F1F7FF;
	border-bottom: 1px solid #E3EFFF;
}
div#nav-top {
	float: right;
	padding: 1px 0;
	list-style: none;
}
ul#nav-footer {
	margin: 0 0 0 130px;
	padding: 0 2px;
	color: #FFF;
	background-color: inherit;
	font-size: 10px;
	list-style: none;
	text-align: right;
}
ul#nav-footer li {
	display: inline;
}
ul#nav-footer li.left {
	float: left;
}
ul#nav-footer li a {
	margin: 0 3px;
	color: #FFF;
	background-color: inherit;
}
ul#nav-footer li a:hover {
	color: #333;
	background-color: inherit;
}
ul.list, ol.list {
	margin: 20px 30px;
	font-size: 100%;
	line-height: 20px;
}
/* >>> CURRENT PAGE MARKINGS <<< */
li.currentpage-footer a{
        border-bottom: 1px dashed #ae0a34;
}

li.currentpage-header a{
        border-right: 5px solid #ae0a34;
}
/* >>> TYPOGRAPHY <<< */
*.x {
	display: none;
}
blockquote {
	line-height: 1.4em;
	font-family: georgia;
}
div#header-wrap h1 {
	padding: 10px;
	font-size: 200%;
}
div#center h2 {
	margin: 20px 0 5px 0;
	font-size: 150%;
}
div#left h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
}
div#center p {
	margin: 5px 0 5px 0;
	color: #444;
	background-color: inherit;
	font-size: 100%;
	line-height: 18px;
}
div#left p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 100%;
}
p a, ul.list a {
	color: #4494FF;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #F1F7FF;
}
p a:hover, ul.list a:hover {
	color: #333;
	background-color: inherit;
	border-bottom: 1px solid #eee;
}
.highlight {
	background-color: #ffc;
	padding: 20px;
	border: 1px solid #000;
}
strong {
	font-weight: normal;
	background: #ffc;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
/* >>> FORMS <<< */
* { }
fieldset { border:0;margin:0;padding:0; }
label { display:block; }
input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }	
/* >>> END <<< */
