html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

table, tbody, tfoot, thead, tr, th, td  {

}

html {
background-color: #325F86;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 20px;
	clear: both;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Presentation Stylesheet */ 

h1 {
	font-size: 170%;
	color: #191970;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: lighter;
}


h2 {
	font-size: 140%;
	color: #537AAC;

	font-weight: lighter;
	padding-bottom: 10px;
	height: 20px;
	padding-top: 5px;
}

h2 a {
	color: #cc0000;
	font-size: 55%;
	font-weight: bold;
	margin-left: 20px;
	padding-top: 2px;
	text-decoration: none;
	background-color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid silver;
}

h2 a:hover {
	color: #A52A2A;
	background-color: aqua;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: normal;
	background-color: #ffffff;
	margin-top: 14px;
	margin-bottom: 0px;
}


 
h4 {
	border-bottom: 1px solid blue;
	color: #B22222;

	font-size: 1.1em;
	padding-bottom: 1px;
	margin-top: 10px;
	margin-bottom: 4px;

 }
 
h5 {
	background-color: #ffffff;
	line-height: normal;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: Navy;
}
 
 h6 {
	font-size: .9em;
	color: #465560;
	font-weight: bold;
	padding-top: 0px;
	margin-bottom: 3px;
 }

 p {
	background-color: #ffffff;
	width: 95%;
	font-size: 90%;
	margin-bottom: 20px;
 }

img {
	margin-top: 15px;
}

 
table {
	font-size: .9em;
}

tr {
	background-color: #ffffff;
}

td {

		padding: 5px;
		width: 200px;
}
 
 #subtitle {
	background-color: #BEDBFA;
	width: 100%;
	float: left;	
	font-size: 1.1em;
	height: 20px;
	margin-top: 0px;
}


#address {
	margin-top: 10px;
	background-color: #ffffff;
	width: 100%;
	font-weight: normal;
	font-size: 1em;
	color: Navy;
	padding-top: 2px;
	padding-left: 15px;
	line-height: 1em;


}

#address p {


	padding-bottom: 0px;
	margin-bottom: 5px;
	text-align: left;
}


.description {
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	font-size: 1.1em;
	width: 350px;
	float: right;
	color: #F0E68C;
}

.title {
	font-size: .9em;
	color: #465560;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;

	padding: 0px;
	float: left;
	clear: both;
	width: 100%;
}

.centercoldivider {
	height: 10px;
	border-bottom: 1px dotted Silver;
	margin-bottom: 10px;
}

.citation {
	font-weight: bold;
	font-style: italic;
}

a.backtotop {
	height: 20px;
	font-size: 1em;
	font-weight: bold;
	color: Navy;
	clear: both;
	float: left;
	margin-top: 15px;
	width: 100%;
}

a.backtotop:hover {
	color: Red;
}

.footer {
	margin-top: 30px;
	width: 100%;
	height: 25px;
	float: left;
	margin-bottom: 50px;
	clear: both;
	font-size: 0.9em;
	padding-right: 5px;
	padding-bottom: 20px;
	
	color: #7E7E7E;
}



#navbar {
	color: #FFFFFF;
	font-size: 95%;
	background-color: #33415B;
	height: 28px;
	width: 100%;

}

#navbar a {
	color: Aqua;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 2px;
	margin-top: 2px;
	text-align: center;
}

#navbar a:hover {
	color: #000000;
	background-color: #D3ECFF;

}

#navbar a.selected {
	color: #FFFF00;
	font-weight: bold;

}

#navbar a.selected:hover {
	color: Black;
	border: 0px;
	height: auto;
}

#subnav {
	margin-bottom: 15px;
	color: #708090;
	font-size: 90%;

}

#subnav a {
	text-decoration: underline;
	color: #546370;

}

#subnav a:hover {
	color: Black;
}

#subnav a.selected {
	text-decoration: none;
}

#date {
	width: 300px;
	color: #D3ECFF;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 7px;
	margin-right: 3px;
	margin-top: 0px;
	float: left;
}

#r-col table {
	float: left;
}



 
#r-col ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 475px;

}

#r-col ul li {
	line-height: 1.1em;
	list-style: outside;
 	list-style-type: square;
	margin-top: 4px;
	font-size: 90%;
	margin-left: 15px;
	margin-bottom: 2%;
	
	width: 99%;
	}
	
#r-col ul li a {
	color: Navy;
	font-weight: bolder;
} 

#r-col ul li a:hover {
	color: #F02400;
}


#address a {
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 2px;

	padding-bottom: 2px;

	color:#003399;

}

#address a:hover {
	color:#CC0000;

	width: 95%;
}
