@charset "utf-8";
/* CSS Document */

	/*  */
	/* General styles */
	body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	font-family: Candara, Verdana, Tahoma, Arial, sans-serif;
	font-size: medium;						/* The min-width property does not work in old versions of Internet Explorer */
	background-image: url(bg.gif);
	background-repeat: repeat;
	background-position: center top;		/*font-size:90%;*/
	}
	a {
		color:#369;
	}
	a:hover {
	color:#000;
	background:#DA7613;
	text-decoration:none;
	font-variant: small-caps;

		 }
		 

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
	margin:.4em 0 .8em 0;
	padding:0;
	clear:none;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	background-color: #002471;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
/*	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-image: url(images/BG.gif);
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
	background-image: url(images/BG.gif);
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
	right:50%;	/* left column background colour */
	background-image: url(images/BG.gif);
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	
	
	
	
	
.fimage {
	position:relative;
    height: 368px;
	width: 100%;
	float:left; /* optional */
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.fimage img {
	margin: 0px;
	padding: 0px;
	z-index: 0;
}.fimage object {
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
.fimage .text {
	position:absolute;
	width:auto; /* optional, though better have one */
	right: 0;
	bottom: 5%;
	font-family: Candara;
	font-size: 120%;
	font-variant: normal;
	color: #DA7613;
	font-style: oblique;
	font-weight: 100;
	margin: 5%;
	height: auto;
	text-align: center;
	z-index: 4;
	padding: 0px;
}
ul#navlist {
	list-style-type: none;
	margin: 0;
	border: none;
	float: none;
	width: auto;
	color: #FDD355;
	font-size: 14px;
	background-color: #00184A;
	padding-bottom: 0pt;
	clear: both;
	overflow: hidden;
	position: static;
	background-position: center;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
div#navlist {
	clear: none;
	background-color: #002471;
	background-image: url(images/BG.gif);
	background-repeat: repeat;
	text-align: center;
	white-space: pre;
	float: none;
	border-top-style:ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	overflow: hidden;
	position: fixed;
	visibility: visible;
	height: auto;
	width: 100%;
	margin: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul#navlist
	{
	}

ul#navlist li
	{
	display: inline;
	}
ul#navlist li a 
	{
	float: left;
	width: 4.6%;
	color: #fff;
	background-color: #00329B;
	text-decoration: none;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #004;
	border-left-color: #000;
	border-bottom-color: #9DAFC1;
	border-right-color: #C9D3DD;
}

ul#navlist li a:hover
{
	background-color: #FDD355;
	color: #09111C;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}  
ul#navlist li a:active
{
	color: #000000;
	background-color: #C9D3DD;
	font-weight: 900;
}
h1 {
	font-size: 50px;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 0.3em;
	color: #FDCF46;
	background-color: #002471;
	width: 100%;
	text-align: center;
	margin: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: 900;
	font-family: Candara;
	clear: both;
}
h2 {
	font-family: Candara;
	font-size: 14px;
	font-style: normal;
/*	font-variant: small-caps;*/
	letter-spacing: 0.8em;
	color: #DEA803;
	background-color: #002471;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 120%;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
	/*  */
	h3 {
	font-family: Candara;
	font-size: 23px;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	color: #DEA803;
	background-color: rgb( 0, 36, 113);
	background-color: rgba( 0, 36, 113, .8);
	/* 	background-color: #002471;*/
	width: 100%;
	text-align: center;
	text-transform: none;
	font-weight: 800;
	line-height: normal;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	clear: both;
}
    h4 {
	font-family: Candara;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	letter-spacing: normal;
	color: #002471;
	background-color: #DEA803;
	width: 100%;
	text-align: left;
	text-transform: none;
	font-weight: 900;
	line-height: normal;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
    .lefticon img 
		{
		padding: 1px;
		float: left;
		margin: 10px 10px 5px 0px;
		margin: 0px;
		padding: 0px;
		float: left;
		clear: none;
		background: rgb(204, 204, 204);
		border: 4px solid rgb(240, 240, 240);
		display: inline;
		}
    .lefticon div 
		{

		}

    div.darkmiddle
		{
	background-color: #002471;
		
		}

    div.main 
		{
		margin:auto;
		clear: both;
		}
	div.left 
		{
		float: left;
		clear: both;
		}
	div.right 
		{
		float: right;
		clear: both;
		}
	img.main 
		{
		margin: 0px;
		padding: 2px;
		clear: none;
		border: 4px solid #D9E3F0;
		background-color: #5F8BC2;
		right: 0px;
		}
	 p.main
	 	{
		margin: 0px;
		padding: 3px;
		float: none;
		clear: none;
		border: thin solid #C8D8E9;
		background-color: #F8FAFC;
		right: 0px;
		text-indent: 0px;
		}
		
	p.main	a
		 {
		font-variant: small-caps;  
		 }
	div.main a:hover 
		{
		background:#0F0;
		}
	p.main	a:hover 
		{
		color:#f00;
		background:#DA7613;
		}
    .gigantic {font-size: x-large}
    .col21 {		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
		}
.notice {
	font-family: Candara;
	font-size: 16px;
	color: #002473;
	background-color: #FFE075;
	font-weight: 800;
	clear: none;
	float: left;
	height: auto;
	width: auto;
	border: medium inset #FFE373;
	padding: 0px;
	z-index: 3;
	top: 20px;
	left: 20%;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	text-decoration: none;
	letter-spacing: normal;
}
