
/*
        C S S   S t y  l e   S h e e t   F o r   M i l l b r o o k   I D A 
_________________________________________________________

*/




/*   Body and site structure  */
/*______________________*/

body {
	background:#1861A4 url('../images/interface_body_bg.png');
	color:white;
	font-family: verdana,arial,helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

#container{
	background:url('../images/interface_bg.png') 0 0 repeat-y;
	width:777px;
	margin:0 auto;
}

#header{
	width:777px;
	height:146px;
	margin:0 auto;
	text-align: left;
}

#message {
	padding: 120px 0px 0px 22px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
}

#footer{
	background:url('../images/interface_footer.png') 0 0 no-repeat;
	width:777px;
	height:40px;
	margin:0 auto;
	color:black;
	line-height:25px;
}

#content{
	width:565px;
	float:right;
	color:black;
	text-align:left;
	margin:5px 3px 0px 0px;
	padding:0px 20px 10px 0px;
}

#announcements{
  padding: 4px;
	border: 1px solid #ccc;
	background: #D1E1EF;
}



/*            Link colors          */
/*______________________*/

a	{color:navy; font-weight:bold; text-decoration:underline;}
a:hover	{color:navy; font-weight:bold; text-decoration:none;}




/*           Navigation           */
/*______________________*/

#nav{
	position:relative;
	left:+10px;
	background:url('../images/interface_nav_top.png') 0 0 repeat-y;
	width:166px;
	float:left;
}

#nav a {
	text-align:left;
	padding:3px;
	padding-left:7px;
	margin-left:3px;
	margin-right:4px;
	color:black;
	display:block;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana;
	font-size:13px;
}

#nav a:hover {
	background: #1861A4;
	color:white;
}


#nav_bottom{
	background:url('../images/interface_nav_bottom.png') 0 0 no-repeat;
	width:166px;
	height:43px;
}




/*            Classes              */
/*______________________*/


.ClearFloats{
	clear:both;
}

h2 {
	font-weight:bold;
	font-size:15px;
	margin:0px;
	padding:0px;
}

