@charset "utf-8";
/* CSS Document */

div#template {
	text-align: left;
	width: 695px;
	background-color: white;
}

div#menu {
	height: 35px;
	
	overflow: hidden;

	background-color: #0f57a1;
	border-bottom: solid 1px #0c4885;
}

div#menu ul {
	padding: 6px 0px 4px 0px;
	margin: 0px;
}

div#menu li {
	list-style: none;

	float: left;
	
	padding: 2px 16px 2px 16px;
	
	background-image:url(../images/menu_separator.gif);
	background-position: right;
	background-repeat: no-repeat;
}

div#menu a {
	color: white;
	font-weight: bold;
}

div#menu a:hover {
	color: yellow;
}

img#header {
	border-top: solid 1px #072a4d;
}

div#content {
	padding: 16px 16px 24px 16px;
}

div#column_left {
	float: left;
	width: 320px;
}

div#column_right {
	float: right;
	width: 320px;
}

div#clear {
	clear: both;
}

div#portal {
	padding: 0px 0px 24px 16px;
}

div#footer {
	color: white;
	line-height: 1.6em;
	
	padding: 8px 0px 8px 16px;

	background-color: #b60000;
}

div#footer a {
	color: white;
}