/* CSS Document */

body{

	margin-top:20px;
	margin-bottom:70px;
margin-left: 0 auto;
margin-right: 0 auto;
}

#wrap {
width: 90%;
margin: 10px auto;
    }

html {
    margin:0;
    padding:0;
	background-color:#ffffff;
	color: #666666;    
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 180%;
}

#midsection {
	margin:0px 50px 100px 400px;
/*	padding:10px;*/
	}

#sidebar {
	position:absolute;
	top:100px;
	left:20px;
	width:325px;
	padding:10px;
	background-color:#eee;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;

    }
    
a:active{
	color:#666666;
	font-weight: bold;
	text-decoration: none;
}

a:link{
	color:#106a94;
	font-weight: bold;
	text-decoration:none;
}
a:visited{
	color:#106a94;
	font-weight: bold;
	text-decoration:none;
}
a:hover{
	color:#666666;
	font-weight: bold;
	text-decoration:none;
}

h1{
	font-family:Verdana Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 14px;
	font-weight: bold;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 15px;
	font-weight: bold;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-indent:0em;
	line-height: 14px;
	font-weight: bold;
}
h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:0em;
	line-height: 12px;
}

hr{
	border:0;
	width:100%;
	color:#e7e7e7;
	background-color:#e7e7e7;
	height:1px;
}

#footer{
	color: #666666;
	background-color: #ffffff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	letter-spacing: 3px;
	height: 16px;
	padding: 15px;
	
}

