@charset "utf-8";
body  {
	margin: 8px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #003a8e;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../WebGraphics/pageBG.png);
	background-attachment: fixed;
}

body h1, h2,  h3, h4	{
	font-variant:small-caps;
	font-style: italic;
	}

#contentWrapper	{
	width: 75%;
	min-width: 970px;
	max-width: 1600px;
	margin: 0px auto 0 auto;
	background-color: #FFFFFF;
	}
	
#contentMainWrapper	{
	position: absolute;
	margin: 0px auto 0px auto;
	width: 75%;
	min-width: 970px;
	max-width: 1600px;
	background-color:#FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003a8e;
	z-index: 0;
	}

#topBar	{
	height: 40px;
	margin: 0;
	width: 100%;
	background-image: url(../WebGraphics/topBarBG.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	}

#topBar form	{
	margin-right: 10px;
	padding-top: 5px;
	}

#logoBar	{
	height: 165px;
	width: 100%;
	background-image: url(../WebGraphics/navBarLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#logoBar h1	{
	float: right;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 30px;
	margin-top: 30px;
	}
	
#logoBar h2	{
	bottom: 6px;
	margin-left: 10px;
	font-variant: small-caps;
	font-style: italic;
	font-size: 20px;
	}

	
#logoBar img	{
	right: 0;
	margin-top: 40x;
	margin-right: 20px;
	padding: 5px 5px 10px 5px;
	}
	
#navBar	{
	height: 30px;
	width: 100%;
	text-align: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003a8e;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003a8e;
	padding-top:3px;
	}
	
#navBar ul li	{
	z-index: 1000;
	float: right;
	}

#banner	{
	width: 100%;
	height: 450px;
	}

#headlines	{
	z-index: 100;
	position: relative;
	float: left;
	width: 28%;
	min-width: 300px;
	margin-top: 10px;
	}

#headlines h1	{
	font-size: 24px;
	font-style: italic;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	}
	

#contentRight	{
	float: right;
	width: 63%;
	min-width: 350px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	z-index: 0;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
	
#contentRight h1	{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}

#contentRight #columnLeft	{
	width: 45%;
	float: left;
	}
	
#contentRight #columnRight	{
	width: 45%;
	float: right;
	margin-right: 8px;
	}

#contentRight #columnMain	{
	width: 90%
	float: left;
	margin-right: 8px;
	padding-bottom: 50px;
	}

#contentRight #columnMain	p img	{
	padding: 0 5px 5px 0;
	}

#columnLeft h1, #columnRight h1	{
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}

#footer	{
	position: relative;
	bottom: 0%;
	height: 30px;
	width: 100%;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #003a8e;
	padding-top:3px;
	}

