/* CSS Document */


body,
html{
	margin:0;
	padding:0;
	}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
	}
/* position:absolute for all browsers - the whole page scrolls */
#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:50px;
		}
/* position:fixed for modern browsers - header and footer do not scroll */
body>#headerwrap {
	position:fixed;
	}
	
	
	
#header {
	height:50px;
	width:720px;
	margin:0 auto;
	
	}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:50px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:16px;
	padding-bottom:50px;
	text-decoration:none;
	}
/* set left margin for modern browsers */
body>#middlewrap {
	margin-left:0;
	}
#middle {
	width:720px;
	margin:0 auto;
	}
#sidebar {
	width:180px;
	float:left;
	
	}
#content {
	padding:0 10px;
	margin-left:180px;
	}
/* no positioning for IE5/Win - the whole page scrolls */
#footerwrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
	}
body>#footerwrap {
	position:fixed;
	}

#footer {
	height:50px;
	width:720px;
	margin:0 auto;
	}

/* Styling rules to make this demo page look nice. */
body,
html{
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	color:#000066;
	background:#66CCFF;
	text-decoration:none;
	}
#header,
#footer {
	background:#333;
	color:#eee;
	}
#middle,
#sidebar {
	background:#0099FF;
	}
#content {
	background:#eeeeee;
	}
h1,
h2, h3 {
	padding:0;
	margin:0;
	}
#sidebar h2 {
	padding-left:5px;
	}
	
	
#footer h2 {
	text-align:center;
	padding:0;
	margin:0;
	}
#footer p {
	margin:0;
	padding:0;
	text-align:center;
	}
	
	
#footer a:link{
	color:#eeeeee;
	text-decoration:none;
	}
	
#footer a:hover{
	color:#eeeeee;
	font-weight:normal;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Verdana;
	}

a:link{
	color:#000066;
	text-decoration:none;
	}
	
a:hover{
	color:#eeeeee;
	text-decoration:none;
	}
	
h1 {
	font-size:1.4em;
	text-align:center;
	padding-top:5px;
	}
h2 {
	font-size:1.2em;
	padding-top:1em;
	margin-top:0;
	}
	
h3{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	padding-top:0px;
	margin-top:0;
	}
	
p {
	margin-bottom:20px;
	font-size:12px;
	line-height:14px;
	}
pre {
	font-size:0.9em;
	line-height:1.4em;
	}
ul {
	font-size:12px;
	line-height:22px;
	font-weight:bold;
	list-style-type:none;
	color: #000066;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	}
ul2 {
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	list-style-type:none;
	color: #000066;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	}
	
    </style>
<!--[if IE 6]>
<link rel="stylesheet" href="ie6.css" type="text/css">
<![endif]a {
}
a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color:#000066;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	text-decoration: none;
	
	a.blue:hover{
	
	color:#000066;
	text-decoration:none;
	}
}
#image{
float: left;
}

#logo{
clear:right;
margin-left:30px;
margin-top: 15px;
}
-->