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

body{
	padding:40px 0 0 0;
}
/*body a:focus {
	-moz-outline-style: none;
}*/
#container{
	width:802px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;	
	position:relative;
}
#content{
	height:600px;
	border:1px solid #666666;
	color:#333333;
	position:relative;
}
#bannerBox{
	position:relative;
	height:167px;
	background-image:url(../Images/mic_background2.JPG);
	background-repeat:no-repeat;
}
#bannerBox img{
	border:none;
}
#bannerLogo{
	padding:8px 0 0 6px;
}
#bannerLinks{
	position:absolute;
	top:-23px;
	right:0px;
	text-align:right;
	padding:0 0 0 0px;
	width: 225px;
}
#bannerLinks a{
	color:#333333;
	font-size:12px;
	text-decoration:none;
	margin:0 0px 0 16px;
	font-weight:800;
}
#bannerLinks a:hover{
	color:#0066FF;
}
h1{
	color:#EEEEEE;
	font-variant:small-caps;
	font-size:14px;
	margin: 4px 0 10px 0;
	text-align:left;
}
h2{
	color:#333333;
	font-size:14px;
	font-variant:small-caps;
	margin:8px 0 0 0;
}
p{
	margin:8px 0 0 0;
	font-size:12px;
	text-align:justify;
}
p.italic{
	font-style:italic;
	margin:2px 0 20px 20px;
}
.box{
	position:relative;
	width:380px; /*IE <=6.0 width*/
	background-image:url(../Images/small_bar.jpg);
	background-repeat:no-repeat;
	padding:0 14px 0 14px;
	voice-family: "\"} \"";
	voice-family:inherit;
	width:352px; /*everything else width*/
}

#leftBox{
	float:left;
	display:inline;
}
#rightBox{
	float:right;
	display:inline;
}
#wideBox{
	margin:20px 0 0 0;
	float:left;
	width:800px;
	background-image:url(../Images/large_bar.jpg);
	text-align:center;
	display:inline;
	voice-family: "\"} \"";
	voice-family:inherit;
	width:772px;
}	
a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	border:none;
}
a:hover{
	color:#0066FF;
	text-decoration:none;
}
#footer{
	position:absolute;
	top:604px;
	margin:4px 0 0 0;
	width:100%;
	color:#333333;
	font-size:12px;
	text-align:center;
	clear:both;
}
#footer a{
	color:#333333;
}
#footer a:hover{
	color:#0066FF;
	text-decoration:none;
}
#siteBy{
	position:absolute;
	right:0px;
	top: 0px;
}
#photosBy{
	position:absolute;
	left:0;
	top:0px;
	color:#999999;
	font-size:10px;
	text-align:left;
}
#photosBy a{
	color:#999999;
	font-size:11px;
}
#photosBy a:hover{
	color:#666666;
}


