
html
{
	height: 100%;
	background-color: #111;
	overflow-y: scroll;
}

body
{
	margin: 0;
	padding: 0;
	
	color: Black;
	background-color: #111;
	
	font-family: Arial, sans-serif;
	font-size:9pt;
}

p
{
	margin-bottom: 15px;
	margin-top: 15px;
	font-size: 9pt;
}

ul
{
	margin-bottom: 0px;
	margin-top: 0px;
}

h1
{
	color:#003366;
	margin-bottom: 10px;
	margin-top: 15px;
	font-size:12pt;
}

h2
{
	font-size: 13.5pt;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

h3
{
	font-size: 10.5pt;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

h4
{
	font-size: 9pt;
	font-weight:bold;
	margin-bottom: 15px;
	margin-top: 15px;
}

img
{
	/* don't edit img props here - affects lightbox viewer */
	border-width: 0px;
}

#banneritem
{
	margin: 0px;
	padding: 0px;
}

ul#banneritem
{
	margin: 0px;
	padding: 0px;
	position:relative;
}

ul#banneritem  li
{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
	position:absolute;
}

.topgradient
{
	width: 100%;
	height: 100%;
}

.topspacer
{
	height: 20px;
}

.entirearea
{
	margin: 0px auto;
	color:black;
	width: 906px;
	background-position:center top;
	background-color: transparent;
}



/* menu... */

.menubar
{
	width: 100%;
	height: 62px;
	
	background-color: transparent;
	background-image: url('/layout/images/menubar.jpg');
	background-repeat:no-repeat;
}

.menuhomelink
{
	width:200px;
	height:62px;
	float:left;
	display:block;
}

.menuitems
{
	padding-top: 10px;
	margin-left: 340px;
	
	font-size:11pt;
	font-weight: bold;
}

.menuitems a, .menuitems a:visited
{
	margin-right: 20px;
	
	color: #B8C0C4;
	text-decoration: none;
}

.menuitems a:hover, .menuitems a:active
{
	color: white;
	text-decoration: none;
}


.submenuitems
{
	padding-top: 10px;
	margin-left: 344px;
	
	font-size:8pt;
	font-weight: bold;
}

.submenuitems a, .submenuitems a:visited
{
	margin-right: 20px;
	
	color: #C0C8CC;
	text-decoration: none;
}

.submenuitems a:hover, .submenuitems a:active
{
	color: white;
	text-decoration: none;
}

#submenudivider
{
	color: #D6D6D6;
	font-weight: normal;
}

.emptytable
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/* main page... */

.pagespacer
{
	height: 10px;
	width: 904px;
	
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #E1E1E1;
	
	background-color:#f8f8f8;
}

.pagearea
{
	overflow:hidden;
	margin: 0px;
	width: 904px;
	
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #E1E1E1;
	
	background-color:#f8f8f8;
}

.clientarea
{
	margin: 0px 40px 0px 40px;
	
	background-color:#f8f8f8;
}

.floatcontainer
{
	overflow:hidden;
}

.bottomedge
{
	width: 100%;
	height: 26px;
	
	background-image: url('/layout/images/bottomedge.png');
}

.copyrightarea
{
	color: white;
	font-size: 8pt;
	width: 904px;
	
	padding-top: 9px;
	padding-bottom: 30px;
	text-align: center

}

#copyrightareaitem
{
	color:#F4F4F4;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
}




