/* Default Stylesheet */

																/* >>> ELEMENTS <<< */

* {
margin: 0;
padding: 0;
}
body {
background-color: #ff2e00;
border: thick;
}


																/* >>> CONTAINERS <<< */
div#main{
color: #333;
background-color: #f5f5f5;
font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
font-size: 75%;
text-align: center;
}
div#print {
display: none;
}
div#container {
width: 90%;
margin: 10px auto;
text-align: left;
}
div#header-wrap {
margin: 8px 0;
}
div#header-in {
padding: 10px;
color: inherit;
background-color: #fff;
border: solid #eee;
border-width: 0 2px 2px 0;
clear:	both;
}
div#content-wrap {	
}
div#center {
float:left;
width: 70%;
margin: 0 10px 0 0;
color: inherit;
background-color: #fff;
border: solid #eee;
border-width: 0 2px 2px 0;
}
div#center-in {
padding: 20px;
font-size: 100%;
}
div#right {
float: right;
width: 20%;
color: inherit;
background-color: #fff;
border: solid #eee;
border-width: 0 2px 2px 0;
}
div#right-in {
padding: 1px;
				}
div#footer-wrap {
clear: both;
}
div#footer-in {
}


																/* >>> SUB CONTAINERS <<< */
div.box {
float: right;
width: 210px;
margin: 20px 0;
padding: 10px;
color: inherit;
background-color: #f5f5f5;
border: 1px solid #eee;
text-align: center;
}
div.left {
float: left;
margin: 20px 19px 20px 0;
}
div.right {
}
																/* >>> LISTS <<< */
ul#nav-right {
margin: 20px;
list-style: none;
}
ul#nav-right li {	
}
ul#nav-right li a {
display: block;
width: 138px;
padding: 5px 10px;
color: #666;
background-color: inherit;
text-decoration: none;
border-bottom: 1px solid #eee;
}
ul#nav-right li a:hover {
color: #666;
background-color: #F1F7FF;
border-bottom: 1px solid #E3EFFF;
}
ul#nav-inline {
margin: 30px;
list-style: square inside;
}
ul#nav-inline li a {
color: #4494FF;
padding: 5px 0px 5px 0px;
}
ul#nav-inline li a:hover {
color: #666;
background-color: inherit;
border-bottom: 1px solid #F1F7FF;
}
ul#nav-top {
float: right;
padding: 1px 0;
list-style: none;
}
ul#nav-top li {
display: inline;
}
ul#nav-top li a {
margin: 0 8px;
color: #888;
background-color: inherit;
font-size: 90%;
text-decoration: none;
border-bottom: 1px solid #eee;
}
ul#nav-top li a:hover {
color: #4494FF;
background-color: inherit;
border-bottom: 1px solid #F1F7FF;
}
ul#nav-footer {
margin: 0 210px 0 0;
padding: 0 2px;
color: #333;
background-color: inherit;
font-size: 80%;
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: #333;
background-color: inherit;
}
ul#nav-footer li a:hover {
color: #fff;
background-color: inherit;
}
ul.list {
margin: 20px 30px;
font-size: 100%;
line-height: 17px;
}





																/* >>> TYPOGRAPHY <<< */
*.x {
display: none;
}
div#header-wrap h1 {
padding: 10px;
font-size: 200%;
	}
div#center h2 {
margin: 0 0 5px 0;
font-size: 150%;
}
div#right h2 {
margin: 20px 20px 5px 20px;
font-size: 100%;
}
div#center p {
margin: 5px 0 5px 0;
color: #444;
background-color: inherit;
font-size: 110%;
line-height: 18px;
}
div#center img {
padding: 5px 5px 5px 5px;
}
div#right p {
	margin: 0 20px 5px 20px;
	color: #666;
	background-color: inherit;
	font-size: 90%;
	}
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;
		}





																/* >>> FORMS <<< */
* { }





																/* >>> END <<< */