/*layout*/
body 
{
    margin-top:30px;

}
#sizer
{
	width:786px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:15px;
}
#logo
{
	margin-bottom:10px;
}
#topnav
{
	clear: both;
	padding:0px;
	margin:0px;
	margin-bottom: 15px;
}
#banner
{
	height:130px;
	text-align:left;
}
#banner img
{
	margin-left:20px;
	margin-top:10px;
}
#right
{
	width: 200px;
	float: right;
	margin-right:5px;
	text-align:right;
}
#content
{
	margin-left: 20px;
	margin-right: 230px;
	text-align:left;
}
#loomisdetails
{
	width:780px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
*html #loomisdetails
{
	width:786px;
}
#pageimage
{
	height:100px;
}
/*Colours and stuff*/
body
{
	font-family: Verdana,arial,helvetica,sans-serif;
	font-size: 9pt;
	color:#666666;
	background-image:url(../images/body_bg.gif);
}
#sizer
{
	background-color: #E3E7ED;
	border:1px solid #B8C2D1;
}
#banner
{
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:100% 0px;
}
#topnav
{
	background-color:#ffffff;
	border-top:1px solid #B8C2D1;
	border-bottom:1px solid #B8C2D1;
	font-size:0.8em;
}
#right
{
	font-size:0.8em;
}
#right div
{
	border:1px solid #B8C2D1;
	margin-bottom:10px;
}
#content h1 , #content h2
{
	font-size:1.8em;
	color:#152955;
	font-weight:normal;
	margin-top:0px;
}
#content h2
{
	font-size:1.4em;
	margin-top:15px;
}
#contact
{
	background-color:#E0E8F5;
}
#loomisdetails
{
	background-color:#E0E8F5;
	border:1px solid #B8C2D1;
	border-top:0px;
	font-size:0.8em;
	padding:3px;
}
a:link, a:visited
{
	color:#152955;
}
a:hover
{
	color:#998B2B;
}
.link , .lodging, .package, .event
{
	margin-top:15px;
}
#sponsors, #staff
{
	font-size:1em;
	margin-top:15px;
}
#sponsors td.logo, #staff td.photo
{
	width:160px;
}
#staff td.photo img, #content img
{
	border:1px solid #B8C2D1;
}
#sponsors td, #staff td
{
	vertical-align:top;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #e4e4e4;
}
/*form layouts*/
form.layout
{
 margin-top:15px;
}
form p.required
{
	font-weight:bold;
}
form p.required label:after
{
	content:'*';
}
form.layout p
{
	margin-top:2px;
	margin-bottom:2px;
}
form.layout p label
{
	display:block;
	width:150px;
	float:left;
}
form.layout p button
{
	margin-left:150px;
}
