body {
	background-color: #999;
}
div {
	border: 1px solid Black;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}


div#header {
	width: 100%;
	height: 103px;
	background-color: black;
	border: 1px solid black;
}

div#header img 
{
	float: left;
}

div#header h6 
{
	text-align: right;
	color: black;
	font-size: 50%;
	font-family: Arial;
}

div#navigation 
{
	float: left;
	width: 100%;
	background-color: black;
	border: 1px solid black;
}

div#navigation ul
{
float:left;
width:100%;
padding:0;
margin:0;
}

div#navigation li 
{
	display: inline;
}



div#navigation a
{
float:left;
width:4em;
text-decoration:none;
color:white;
background-color:#333;
padding:0.2em 0.6em;
}

div#navigation a:hover
{
background-color:#FFC;
color: black;
}

div#announcement
{
	background-color: #FFFFCC;
	color: black;
	width: 100%;
	padding: 0;
	float:left;
}

div#announcement h1
{
	color: #000088;
	font-size: 130%;
}

div#announcement p
{
	color:black;
	font-size:1em;
}

div#content1 
{
	float:left;
	background-color: #CCC;
	color: #444444;
	width:125px;
	height: 1600px;
	border:none;
}

div#content1 a
{
	color:#008;
	text-decoration:none;
	padding-left:1em;
	padding-right:3em;
}

div#content1 a:hover
{
	width:125px;
	background-color:#FFC;
}

div#content1 ul
{
	list-style-type:none;
	margin: 0;
	float:left;
	padding:0;
	width:125px;
	padding-top:10px;
}

div#content1 li
{
	width:125px;
	padding-top:2px;
	padding-bottom:2px;
}



div#practice_changes 
{
	float: right;
	background-color: #CCC;
	color: #444444;
	height: 1600px;
	width: 200px;
	border:none;


}

div#practice_changes h1
{
	color: #008;
	font-size: 130%;
}
div#practice_changes h4
{
	font-weight: normal;
	font-size: 85%;
	text-decoration:none;
}

div#content3
{
	margin-left:126px;
	margin-right: 199px;
	padding-left: 20px;
	padding-right:20px;
	background-color: #CCC;
	color: #444444;
	height: 1600px;
	border:none;	
}

div#content3 h1
{
	color:#008;
	font-size:150%;
}

div#content3 h4
{
	font-size: 75%;
	text-decoration: none;
	font-weight: normal;
}

div#right_bar
{
	float: right;
	background-color: #CCC;
	color: #444444;
	height: 1600px;
	width: 200px;
	border:none;
	text size: 70%;

}

div#right_bar h1
{
	color: #008;
	font-size: 130%;
}

div#right_bar h2
{
	color: #008;
	font-size: 80%;
}
div#right_bar h4
{
	font-weight: normal;
	font-size: 65%;
	text-decoration:none;
}

div#content4
{
	margin-left:126px;
	padding-left: 20px;
	background-color: #CCC;
	color: #444444;
	height: 1600px;
	border:none;	
}

div#content4 h1
{
	color:#008;
	font-size:150%;
}

div#content4 h4
{
	font-size: 75%;
	text-decoration: none;
	font-weight: normal;
}



#cleardiv
{
	clear: both;
	height: 0px;
	border:none;
}
div#footer {
	clear: both;
	color: #444444;
	font-size: 60%;
	background-color: #CCC;
}