*{
margin: 0;
padding: 0;
}

body{
background-color: #666;
overflow:hidden;
}

#bg {
width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.image-bg {
width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#page {
   width: 100%;
   float: left;
   z-index: 2;
   position: relative;
}
#header {
   width: 100%;
   float: left;
}
#header-content {
   width: 100%;
}

#header-image{
margin-left:20px;
}


#container {
   width: 100%;
   float: left;
}

#left-sidebar {
   width: 200px;
   float: left;
   margin-top: 10px;
   padding-bottom: 20px;
}
#main-content {
   width: 100%;
   margin-right: -100%;
   float: left;
}

#content-item {
   margin-left: 200px;
   padding-bottom: 20px;
   text-align: center;
}
#sidebar-table {
}
#sidebar-column {
   width: 100%;
}
#sidebar-content {
   float: left;
   color: #fff;
   margin-left: 2px;
   width: 100%;
}

#silverlightControlHost {		
		width: 100%;
	    text-align:center;			
}

#footer{
	font-size: 8px;
	position: absolute;
	bottom:0px;
	float:left;
	width: 100%;
	text-align: center;	
	z-index:-1;
	background:gray;
	border-top: 1px solid #555;
}

#footer a, #footer a:visited{
	color: #333;
	padding-left: 8px;
	padding-right: 8px;
}

#footer a:hover{
	color: #dddddd;
	text-decoration: none;
}


a, a:visited{
	font-style: italic;
	text-decoration: none;
	color: #cbcbcb;
}

a:hover{
	color: #dddddd;
	text-decoration: none;
}

#stealth a, #stealth a:visited, #stealth a:hover{
	font-style: italic;
	text-decoration: none;
	color:#333;
}

h1{
	color:orange;
	font-family:Georgia;
	font-style:italic;
	font-size: 30px;
	margin-bottom: 10px;
}

h2{
	color:orange;
	font-family:Georgia;
	font-style:italic;
	font-size: 20px;
	margin-bottom: 8px;
}

h3{
	color:orange;
	font-family:Georgia;
	font-style:italic;
	font-size: 14px;
	margin-bottom: 4px;
}

.hr
{
	height: 0px;
	border-top: 1px dotted black;
	margin-top:8px;
	margin-bottom:8px;
}