@charset "utf-8";
/* CSS Document */

body
{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

h2
{
	border-bottom:1px solid #CCCCCC;
	font-size:18px;
	margin-top:0px;
	color:#a90124;
	font-weight:bold;
}

h3
{
	font-size:14px;
	font-weight:bold;
	color:#333333;
}

a
{
	color:#a90124;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.menu
{
	float:left;
	width:188px;
	height:258px;
	margin-top:180px;
	margin-left:10px;
	color:#ffffff;
}

.menu ul
{
	margin-left:20px;
	padding:0px;
}

.menu li
{
	list-style:none;
	padding-top:0px;
	height:33px;
	width:152px;
	padding-left:0px;
	padding-top:8px;
}

.menu a
{
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding-left:20px;
}

.menu a:hover
{
	text-decoration:underline;
	color:#ffffff;
}

.selected
{
	background-image:url(/img/selected.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.selected a
{
	color:#000000;
}

.selected a:hover
{
	color:#000000;
}

.container
{
	background-color:#FFFFFF;
	width:716px;
	height:660px;
	margin:auto auto;
	background-image:url(/img/lakehead-bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}


.header
{
	margin:auto auto;
	padding:10px;
}

.centerimage
{
    text-align:center;
}

.content
{
	float:right;
	width:470px;
	margin-right:22px;
	margin-top:120px;
	padding:10px;
}

.footerpic
{
	text-align:center;
}

.footerpic img
{
	border-top:4px solid white;
	border-bottom:4px solid white;
}