/* ===================================================================================== */
/* general */

.bull {
  font-size:50%;
	vertical-align:middle;
}

body {
	font-family: "Trebuchet MS";
	font-size:80%;
	text-align:center; 
	margin:0;
	} 
	
.clearfloat {
	clear: both;
	font-size: 0.1em;
	height:3px;
	}
	
h1 {font-size:1.2em; color:#394394}

a:link {color:#394394; font-weight:bold}

a:visited {color:#394394; font-weight:bold}

a:hover {text-decoration:none}

a:active {text-decoration:none}

/* ===================================================================================== */
/* Content */

#container {
	width:760px;
	margin: auto;
	margin-top:30px; margin-bottom:30px
	}
	
#nav {margin-bottom:25px; font-weight:bold}

#nav a:link {text-decoration:none; color:#000000}

#nav a:visited {text-decoration:none; color:#000000}

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

#nav a:active {text-decoration:none; color:#394394}
	
#content {
	float:left;
	text-align:left;
	padding:10px 10px 10px 0;
}

/* box model hack start */
#content {
	width: 380px;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	width: 370px;
}
html>body #content {
  width: 370px;
}
/* box model hack end */

#content_wide {float:left; text-align:left; padding:10px 10px 10px 0}

/* box model hack start */
#content_wide {
	width: 500px;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	width: 490px;
}
html>body #content_wide {
  width: 490px;
}
/* box model hack end */


#news {
	background-color:#A4CBE2;
	float:right;
/*	text-align:right; */
	padding:10px 0 10px 10px;
/*	background-color: #0099CC; */
}

/* box model hack start */
#news {
	width: 320px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	width: 320px;
}
html>body #news {
  width: 320px;
}
/* box model hack end */

#latest_news {width:350px; background-image:url(/images/latest_news.gif); background-position:top left; background-repeat:no-repeat; padding:30px 0 10px 0; margin-top:10px; background-color:#A4CBE2; text-align:left}

#sidelinks {width:370px; padding:10px 0 10px 0; margin-top:10px; background-color:#A4CBE2; text-align:left}

#footer {font-size:0.8em; color:#394394}

a.footer_link:link {color:#394394; font-weight:normal; text-decoration:none}

a.footer_link:visited {color:#394394}

a.footer_link:hover {text-decoration:none}

a.footer_link:active {text-decoration:none}
