/*----------------- Defaults --------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #EBEBEB;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 50px;
	margin-top: 20px;
}
#frontpage-header_ {
}
#frontpage-photo_ {
	width:603px;
	vertical-align: top;
}
#frontpage-footer_ {
	background-color: #FFFFFF;
}
.frontpage-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #EBEBEB;
	margin-left: 70px;
	list-style-image: url(../images/frontpage_bullet.gif);
	margin-top: 10px;
	margin-right: 20px;
}
.frontpage-list a:link {
	color: #EBEBEB;
	text-decoration: none;
}
.frontpage-list a:visited {
	color: #EBEBEB;
	text-decoration: none;
}
.frontpage-list a:hover {
	color: #EBEBEB;
	text-decoration: underline;
}

/*------------------- Containers ----------------------*/

#wrap {
	margin: 0 auto;
	background-color: #326F9A;
	border-top: 0;
	text-align: left;
	width:800px;
}

/*----------------- Content areas ---------------------*/

#frontpage-menu_ {
	width:196px;
	height:355px;
	background-color:#326F9A;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
}
#frontpage-whatsnew_ {
	width:603px;
	height:180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #154A70;
}
#frontpage-rightculumn {
	position:relative;
	float:right;
}
