	
/***********************Body******************/
body{
	cursor:default;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 100%;
}
.background_DarkBlue {
	background-image: url(../Art/Bkgrd.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}

.background_ltBlue {
	background-image: url(../Art/Bkgrd_ltblue.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.background_yellow {
	background-image: url(../Art/Bkgrd_yellow.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
.background_WDBN {
	background-image: url(../Art/Bkgrd_WDBN.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

#wrap{
	background-color:#FFFFFF;
	background-image: url(../Art/Bkgrd_container.gif);
	background-repeat: repeat-y;
	background-position: right;
	overflow:hidden; /* The width of the rail */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px solid #005288;
	width: 75%;
}
	
		
	
/***********************Lists******************/	
ol {
	font-size: 85%;
	line-height: 2em;
}

/***********************Links******************/	
a:link {
	FONT-WEIGHT: bold;
	COLOR: #005288;
	text-decoration: underline;
}
a:visited {
	FONT-WEIGHT: bold; 
	COLOR: #005288;
}
a:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: underline;
	background-color: #005288;
}
a img{border:none;}

	

	
/********************************Home Page Header**************/
#header{
	clear: both;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #deb407;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	background-image: url(../Art/HeaderBkgrd.gif);
	background-color: #deb407;
	background-repeat: no-repeat;
	height: 200px;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: -20em;
	left: -200em;
}

/*******************Header Secondary Pages*******************/
#header2{
	clear: both;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #deb407;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	background-image: url(../Art/Header_Secondary.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#header2  h1 {
	display: block;
	height: 55px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header img {
	text-align: right;
	display: block;
	background-position: right;
	float: right;
}

/************************Content**********************/

#mainleftcol {
	width: 60%;
	float: left;
	margin: 5px;
	padding: 5px;
	height: 100%;
	position: relative;
}	

/**************Main Right Column*************/
#mainrightcol {
	float: right;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Arial;
	width: 30%;
	margin: 5px;
	padding: 5px;
	position: relative;
}

#mainrightcol li {
	line-height: 1.5em;
	margin-bottom: 5px;
	text-indent: 0px;
	text-align: left;
}	
/********************Top Navigation******************/
#navlist {
	color: white;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 90%;
	overflow: hidden;
	text-align: left;
	float:left;
	background-color: #005288;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: 0px;
	position: relative;
}
	#navlist li {
	display: inline;
	text-align: left;
	text-indent: 0px;
	background-color: #005288;
}
#navlist ul {
	text-align: left;
	text-indent: 0px;
}

	#navlist li a{
	background-color: #F3DFA9;
	color: #005288;
	text-decoration: none;
	float: left;
	border-left: 10px solid #DEB407;
	border-right: 10px solid #508fc4;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-weight: bold;
	text-align: left;
	margin-right: 4px;
	text-indent: 0px;
	}
	
	#navlist li .active{background-color: #F09B0D;	}
	
	#navlist li a:hover{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #E6C354;
	color: #005288;}


/**************Nav Right Column*************/
#navrightcol {
	float: right;
	position: relative;
	background-color: #005288;
}

#navrightcol li {
	line-height: 1.5em;
	margin-bottom: 5px;
	text-indent: 0px;
	text-align: left;
}	


/********************Search*****************/
#search {
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 5px;

}
#search a:link {
}

#search a:hover {
	border: 2px dotted #005288;
}


#search .submit {
	background-color: #f3dfa9;
	font-weight: bold;
	color: #005288;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	border: 2px dotted #deb407;
	font-size: 100%;
	letter-spacing: 1px;
}
#search .text {
	font-family: Arial, Helvetica, sans-serif;
	color: #005288;
	font-size: 100%;
	padding: 2px;
	letter-spacing: 1px;
	border: 1px solid #deb407;
	text-indent: 5px;
}
#search .text:first-letter {
	text-decoration: underline;
}


#search label {
	margin: 0px;
	padding: 0px;
	display: none;
}
#search form {
	padding: 0px;
	margin: 0px;
	float: right;
}
#search fieldset{
	margin:0;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

#search legend {
	letter-spacing:3px;
	float: left;
	color: #FFFFFF;
	font-size: 90%;
	}
	


/*************** FORMATTING **************/
h1, h2, h3, h4, h5, h6 { 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif; 
	voice-family: paul;
    stress: 20;
    richness: 90;
	pause-after:3s;
	azimuth:center-left;
}

h1 {
	color: #005288;
	font-size: 200%;
	font-weight: 800;
	font-family: "Trebuchet MS", Tahoma, Arial;
	text-align: left;
	margin: 10px;
	background-position: center;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #005288;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0;
	text-indent: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #deb407;
}

h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #005288;
	line-height: 1.75em;
}

h4 {
	margin: 0 0 3px 0;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5em;
	color: #005288;
}

p {
	padding: 0;
	font-size: 80%;
	line-height: 1.9em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	voice-family: juliet, female;
	azimuth: center-right; 

}
ul {
	font-size: 85%;
	line-height: 2.0em;
	list-style-image: url(../Art/Bullet_blue.gif);
	font-weight: normal;
}
ul ul {
	font-size: 100%;
	line-height: 2.0em;
	list-style-image: url(../Art/Bullet_golden.gif);
	font-weight: normal;

}

ul ul ul {
	font-size: 100%;
	line-height: 2.0em;
	list-style-type: disc;
	list-style-image: none;
	font-weight: normal;
	}
li {
	
}

hr {
	color: #005288;
	padding: 5px;
	margin: 5px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #005288;
	border-left: none;

}

/****************Footer*********************/
#footer
{
	clear: both;
	padding: 5px;
	text-align: center;
	margin-top: 0px;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #005288;
}
.highlight {
	font-size: 100%;
	color: #005288;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer LI {
	PADDING-RIGHT: 8px;
	DISPLAY: inline;
	MARGIN-RIGHT: 5px;
	margin-top: 5px;
	top: 5px;
}
#footer a:link {
	color: #FFFFFF;
	FONT-WEIGHT: normal;
	text-decoration: underline;
}
#footer a:visited {
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	FONT-WEIGHT: bold;
	color: #005288;
	background-color: #FFFFFF;
	text-decoration: underline;
}
/************** You Are Here **************/
.YouAreHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #005288;
	padding: 0px;
	display: block;
	text-indent: 0px;
	font-weight: normal;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	line-height: 1.5em;
	}

/*********Skip Navigation ************/
#skipnavigation{
	position: absolute; 
  left: -1000px;
}
/*********Tool Tips ************/

div.tooltip {
	border:1px solid InfoText;
	background:#f3dfa9;
	color:#005288;
	font:small-caption;
	padding:2px 4px;
	text-align:left;
	position:absolute;
	width:auto;
	height:auto;
	}

tab {
	background-color: #f3dfa9;
}
/************************Miscellaneous***************/
.address {
	DISPLAY: inline;
	BORDER-RIGHT-STYLE: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 85%;
	letter-spacing: .05em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
	padding: 5px;
	display: inline;
	background-position: left;
}

.underline {
	text-decoration: underline;
}

.describe {
position: absolute;
   top: -20em;
   left: -200em;
}
ul ul ul ul {
	font-size: 100%;
	line-height: 1.5em;
	list-style-type: circle;
	list-style-image: none;
}
.first {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005288;
}

acronym {
  border-bottom: 1px dotted black;}
  
acronym:after {
  content: " (" attr(title) ")";
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
/********************Table*****************/
}
td {
	padding: 5px;
	border: 1px groove #005288;
}
th {
	color: #FFFFFF;
	background-color: #005288;
	border: 2px groove #deb407;
}

blockquote{
	font-size:110%;
	letter-spacing:1px;
	color: #005288;
	font-style: italic;
	text-align: center;
	display: inline;
	text-indent: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

fieldset{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label{}

legend{
	letter-spacing:3px;
	}