@charset "UTF-8";
/* CSS Document */

h1 {
	color: #38B1E4;
}
a:link {
	color: #38B1E4;
	text-decoration: underline dotted 1px;
}
a:visited {
	color: #3399CC;
}
a:hover {
	color: #FFFFFF;
}
.sidebars p {
	background-color: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666666;
	padding: 10px;		
	}
#navlist {
margin-top: 40px;
}
#navlist li a {
	color: white;
	text-decoration: none;
	}
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
margin-right: 5px;
}
.header {
	background-image:  url(images/header_bg.jpg) no-repeat left top;
	}
.button {
   border-top: 1px solid #525252;
   background: #000000;
   background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#000000));
   background: -moz-linear-gradient(top, #2b2b2b, #000000);
   padding: 9px 18px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Molengo, Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #0091f2;
   background: #0091f2;
   color: #ffffff;
   }
.button:active {
   border-top-color: #85a8bf;
   background: #85a8bf;
   }

.footercopy {font-size: 10px}
