/* 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;
height: 200px;
}
div#header-left {float: left;}
div#header-right {float: right;}
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;
}
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;
}
ul#nav-inline li a:hover {
color: #666;
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; }
#header-wrap h1 { padding: 20px; font-size: 200%; }
#header-wrap h2 { padding: 30px; font-size: 180%; }
div#center h2 { margin: 2px 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;}
blockquote { margin: 20px; padding: 5px; font-style: small-caps; border: 1px dotted #f5f5f5; background-color: #f5f5f5; }

ul.topmenu { margin:0;padding:0; text-align:center;float: right; background-color: inherit; width: 100%;}
ul.topmenu li { display:inline;text-align:center;margin-right:2em; }
ul.topmenu li a { color:#fff;font:bold 14px verdana;text-decoration:none;line-height: 1.3em; }
ul.topmenu li a:hover { color:#ffc300; }

																/* >>> FORMS <<< */
* { }

/* >>> END <<< */
