html, body
{
	font-family: tahoma, verdana, helvetica;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
	height: 100%;
	min-height: 100%;
}

a:link
{
	color: #081f5f;
}

a:visited
{
	color: #081f5f;
}

a:hover
{
	color: #037DB7;
}

img
{
	border: none;
}

h1
{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
	background-image: url(/systemfiles/media/images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

h2
{
	font-size: 13px;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	font-weight: bold;
}

h4
{
	font-size: 15px;
	font-weight: bold;
}

h5
{
	font-size: 16px;
	font-weight: bold;
}

h6
{
	font-size: 12px;
	font-weight: bold;
}

/* MASTER CONTAINER STYLING */

#mastercontainer
{
	text-align: left;
	width: 800px;
	height: auto;
	margin: 0px auto;
	
}

/* HEADER CONTAINER STYLING */

#headercontainer
{
	width: 787px;
	float: left;
	height: 263px;
}

#logo
{
	position: relative;
	width: 172px;
	top: 38px;
	left: 5px;
	background-image: url(/systemfiles/media/images/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	z-index: 0;
}

#strapline
{
	float: right;
	width: 306px;
	margin-bottom: 3px;
}

#topnav
{
	float: left;
	width: 787px;
	background-image: url(/systemfiles/media/images/top_nav_bg.jpg);
	background-repeat: repeat-x;
	font-size: 2px;
	height: 32px;
}

#topnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 80px;
	padding-top: 8px;
}

#topnav li
{
	display: inline;
	padding-right: 20px;
	position: relative;
}

#topnav li ul
{
	position: absolute;
	left: 0px;
	top: 36px;
	width: 160px;
	background-color: #223C84;
	padding: 0;
	margin: 0;
	display: none;

}

#topnav li.over ul, li:hover ul
{ 
	display: block;
}

#topnav li ul li
{
	border-bottom: 1px solid #fff;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
}

#topnav li ul li a
{
	width: 160px;
	display: block;
	padding-right: 0px;
	background-color: #223c84;
}

#topnav li ul li a:hover
{
	background-color: #081f5f;
}	

#topnav a
{
	text-decoration: none;
	color: #fff;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
}

#topbanner
{
	width: 787px;
	float: left;
	height: 162px;
}

#bannerimage
{
	float: left;
	width: 587px;
	height: 162px;
}

#bannerwording
{
	float: right;
	width: 200px;
	height: 162px;
	background-image: url(/systemfiles/media/images/top_banner_bg.gif);
	background-repeat: no-repeat;
}

#endheader
{
	background-image: url(/systemfiles/media/images/end_bg.gif);
	background-repeat: repeat-x;
	width: 787px;
	height: 8px;
	float: left;
	font-size: 7px;
}

/* CONTENT CONTAINER STYLING */

#bodycontainer
{
	float: left;
	width: 787px;
	background-image: url(/systemfiles/media/images/content_bg.gif);
	background-repeat: repeat-y;
	margin-top: 1px;
}	

#contentcontainer
{
	float: left;
	width: 518px;
	padding-left: 69px;
	background-image: url(/systemfiles/media/images/contentcontainer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#contents
{
	width: 510px;
	float: left;
	height: auto;
	margin-top: 5px;
}

#rightpanel
{
	float: right;
	width: 185px;
	padding-right: 7px;
}

#rightpanel hr
{
	border-top: 1px solid #94833F;
	border-bottom: 1px solid #FFF;
}

#rightpanel .rightpaneltitle
{
	font-weight: bold;
}

#rightpanel .rightpaneltable
{
	margin-top: 5px;
}

#rightpanel form
{
	margin: 0;
	padding: 0;
}

#searchpanel
{
	float: left;
	width: 185px;
}

#searchpanel .searchbox
{
	width: 129px;
	height: 15px;
	font-size: 11px;
	border: 1px solid #000;
	padding-left: 3px;
}

#navpanel
{
	float: left;
	width: 185px;
}

#navpanel a
{
	color: #081f5f;
}

#navpanel ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 3px;
}

#navpanel ul li
{
	background-image: url(/systemfiles/media/images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
	padding-left: 12px;
	padding-top: 5px;
}

#editablepanel
{
	float: left;
	width: 185px;
	margin-bottom: 20px;
}

#editablepanel a
{
	color: #081f5f;
}	

/* FOOTER CONTAINER STYLING */

#footercontainer
{
	float: left;
	width: 787px;
	margin-top: 1px;
	color: #999;
}

#footercontainer a
{
	color: #999;
	text-decoration: none;
}

#footerbar
{
	float: left;
	width: 787px;
	height: 8px;
	background-image: url(/systemfiles/media/images/foot_bg.gif);
	background-repeat: repeat-x;
}

#copyright
{
	float: left;
	width: 210px;
}

#terms
{
	float: right;
	width: 577px;
}

#terms ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#terms ul li
{
	display: inline;
	padding-left: 55px;
}

/* INTERNAL PAGE TEMPLATE STYLING */

#internalheadercontainer
{
	float: left;
	height: 130px;
	width: 787px;
}

#internalbanner
{
	width: 587px;
	float: left;
	height: 87px;
}

#internalbannerimage
{
	height: 87px;
	float: left;
	width: 587px;
}

#internalcontentcontainer
{
	float: left;
	width: 518px;
}

#internalcontent
{
	float: left;
	width: 518px;
	background-image: url(/systemfiles/media/images/contentcontainer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 69px;
}

#internalcontent .styletable
{
	background-color: #F5F5F5;
}

#internalcontent .styletable hr
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}

#internalrightpanel
{
	float: right;
	width: 185px;
	padding-right: 7px;
}

#internalrightpanel hr
{
	border-top: 1px solid #94833F;
	border-bottom: 1px solid #FFF;
}

#internalrightpanel .rightpaneltitle
{
	font-weight: bold;
}

#internalrightpanel .rightpaneltable
{
	margin-top: 5px;
}

#internalrightpanel form
{
	margin: 0;
	padding: 0;
}

#internalbannerwording
{
	width: 185px;
	float: left;
	background-image: url(/systemfiles/media/images/top_banner_bg_int.gif);
	background-repeat: no-repeat;
	height: 152px;
}

/* TEAM PAGE TEMPLATE STYLING */

#teamcontent
{
	float: left;
	width: 327px;
	height: auto;
}

#teampanel
{
	float: right;
	width: 179px;
	height: 297px;
	min-height: 297px;
	margin-top: 18px;
	background-image: url(/systemfiles/media/images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

#teaminternal
{
	width: 147px;
	padding: 10px;
	background-color: #F2F2F2;
	margin-top: 8px;
}

#teampanel hr
{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}

#teampanel a
{	
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#teampanel a:hover
{
	color: #666;
}
