body
{
	font-family:verdana;
	background-color:#efefef;
	font-size:11px;
	color:#152245;
}
a{
	color:black;
}
div#contentHolder
{
	width:772px;
	height:360px;
	border:1px solid #333333;
	background-color:white;
	text-align:left;
	background-color:white;
	position:relative;
}
div#footer
{
	width:772px;
	text-align:center;
	border-top:1px solid black;
}

div#headerHolder
{
	width:750px;
	height:100px;
	margin:10px 10px 10px 10px;
	border:1px solid #666666;
	background-image:url('/images/header.jpg');
	position:relative;
}
div#bodyHolder
{
	width:750px;
	margin:10px 10px 10px 10px;
	position:relative;
}
h1#pageTitle{
	padding:2px 2px 2px 10px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #777777;
	font-size:12px;
	color:white;
	background-color:#374470;
}

div.boxHolder{
	width:242px;
	border:1px solid #777777;
	float:left;
	position:relative;
	margin-right:10px;
	margin-bottom:10px;
	height:220px;
}
div.boxHolderRight{
	width:240px;
	border:1px solid #777777;
	float:left;
	position:relative;
	margin-right:0px;
	height:220px;
}

div.boxHolder p{
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
}
div.boxHolderRight p{
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
}
b.notice{
	border-bottom:1px solid dotted black;
	font-weight:normal;
}