/*
*********************************************************************************************
	Main Display Template
*********************************************************************************************
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Trebuchet MS";
	font-size: 12px;
	line-height:16px;
	
}
a:active, a:visited, a:link {
	font-family:"Trebuchet MS";
	color:#002B51;
	font-size:16px;
	text-decoration:underline;
} 
a:hover {
	font-family:"Trebuchet MS";
	color:#005091;
	font-size:16px;
	text-decoration:underline;
}

a.OrangeLinks:link {
	font-family:"Trebuchet MS";
	color:#F29D40;
	font-size:12px;
	text-decoration:underline;
}
a.OrangeLinks:visited {
	font-family:"Trebuchet MS";
	color:#F29D40;
	font-size:12px;
	text-decoration:underline;
}
a.OrangeLinks:hover {
	font-family:"Trebuchet MS";
	color:#005091;
	font-size:12px;
	text-decoration:underline;
}

#disclaimer {
	margin-top:10px;
	margin-left:30px;
	color:#CCCCCC;
	font-size:10px;
}

/*
*********************************************************************************************
	page items
*********************************************************************************************
*/
#pageHeader {
	height:113px;
	width:800px;
	display:inline;
	position:relative;
	float:left;
}

#blueBar {
	height:11px;
	width:800px;
	background-color:#496992;
	margin:0px 0px 0px 0px;
	display:inline;
	position:relative;
	float:left;
}
	
#horizMenu {
	height:20px;
	width:800px;
	background-color:#5B3E1C;
	margin:0px 0px 0px 0px;
	padding-top: 4px;
	text-align:left;
	display:inline;
	position:relative;
	float:left;
}

#horizMenu a{
	font-family:"Trebuchet MS";
	color:#FCFFD2;
	font-size:14px;
	text-decoration:none;
} 
#horizMenu a:hover {
	font-family:"Trebuchet MS";
	color:#E7B98A;
	font-size:14px;
	text-decoration:none;
}

#vertMenu {
	height:100%;
	width:109px;
	background:url(/images/menuBG.jpg) #E48010 no-repeat;
	margin:0px 0px 0px 0px;
	display:inline;
	position:relative;
	float:left;
}

#contentCanvas {
	background:url(/images/contentGradient.jpg) #FFFFFF repeat-x;
	margin:0px 0px 0px 109px;
	padding:0px 0px 0px 0px;
	width:691px;
	position:relative;
	text-align:left;
	display:inline;
	float:left;
}

#pageCanvas {
	width:770px;
	height:478px;
	margin-top:100px;
	margin-left:0px;
	background-image:url(images/canvasframe.gif);
	background-repeat:no-repeat;
}

#pageContent {
	width:500px;
	height:265px;
	padding:0px 10px 0px 15px;
	color:#002B51;
	line-height:18px;
	overflow:auto;
	position:relative;
	text-align:left;
	display:inline;
	float:left;
}

#bottomMenu a:active, a:visited, a:link {
	font-family:"Trebuchet MS";
	color:#496992;
	font-size:11px;
	text-decoration:none;
} 

#bottomMenu a:hover {
	font-family:"Trebuchet MS";
	color:#F29D40;
	font-size:11px;
	text-decoration:none;
}
/*
*********************************************************************************************
	font styles
*********************************************************************************************
*/
.BlackHeadine {color:#000000; font-size:20px; font-weight:bold; line-height:25px;}
.LargeHeadline {color:#496992; font-size:16px; font-weight:bold;}
.headline {color:#496992; font-weight:bold;}
.Caption {color:#496992; font-weight:normal; font-style:italic; padding-left:20px; padding-right:20px; padding-top:15px;}