body{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
}

#sidebar a{
	text-decoration:none;
}

#sidebar a:hover{
	text-decoration:underline;
}


.webstandards{
/* Hide from IE-Mac \*/
	display:none;
/* End hide */
}
p{
	display:block;
	margin-top:0px;
	clear:both;
}



#page{
	/* this makes it work in IE */
	position: relative;
	top:10px;
	margin:0px auto;
	display:block;
	clear:both;
	width: 800px;
	
	text-align:left;
	background-color:#ffffff;
	

}

html>body #page{
	voice-family: "\"}\""; 
	voice-family: inherit;
	left:50%;
	margin-left:-400px;
	float:left;
}

#head{
	
	display:block;
	height:170px;
	float:left;
	width:100%;
	color:white;
	
	
}
#head #headText{
	display:none;
}


/*
#navbar{
	border:1px solid black;
	border-bottom:0;
	display:block;
	float:left;
	text-align:center;
	width:100%;
		margin-right:-2px;
	margin-left:-1px;
	
	border-bottom:1px solid black;
}
#navbar .item{
	color:black;
	float:left;
	display:block;
	margin-left:0px;
	font-size:12px;
	font-weight:bold;
	width:33%;
}

#navbar .item a{
	color:white;
	text-decoration:none;

}

#navbar .item a:hover{
	color:#CCCCCC;
}
*/
#middle{
	width:100%;
	padding:0px;
	margin:0px;
	display:block;
	margin-right:-2px;
	margin-left:-1px;
	border:1px solid #000000;
	border-top:0px none;
}
html>body #middle{
	float:left;
}


#sidebar{

	display:block;
	padding-top:10px;
	width:200px;
	float:left;
	
}

.box{
	margin:0px;
	margin-bottom:10px;
	margin-left:5px;
	padding:0px;
	float:left;
	display:block;
	width:96%;
    
	border: 1px solid black;
}

.box ul{
	list-style:none;
	margin:0px;
	padding-left:5px;
}

.box ul li{
	margin-bottom:5px;

}

.title{
	
	color:white;
	font-weight:bold;
}

.content{
	margin-left:2%;
	margin-right:2%;
	width:96%;
	
}




#main{
	display:block;
	padding-top:10px;
	float:left;
	width:595px;
	/* border-left:1px solid black; */
	background-color:white;
	
}


#footer{
	display:block;
	width:100%;
	clear:both;
	border-top:1px solid black;
	text-align:center;
}

html>body #footer{
	voice-family: "\"}\""; 
	voice-family: inherit;
	float:left;
}

/* Fonts */

.rightjustified{
	text-align:right;
	display:block;
}


#twoColLeft{
	display:block;
	width:50%;
	height:100%;
	float:left;
	overflow:auto;
	
}

#twoColRight{
	margin-left:4%;
	display:block;
	width:44%;
	height:100%;
	float:right;

	
}

h4{
	font-size:12px;
	font-weight:bold;
}