/*** define tags ***/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #666;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	}
h1 {
	font-size: 140%;
	margin: 0px;
	}
h2 {
	font-size: 100%;
	margin: 0px;
	}
p {
	color: #333;
	}
img {
	border: 0px;
	float: right;
	}
table {
	padding-top: 5px;
	padding-bottom: 15px;
	}
ul {
	color: #333;
	list-style-type: decimal;
	list-style-position: inside;
	}


/*** define links ***/

a:link, a:visited, a:hover {
	color: #009;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}


/*** define classes and id's ***/

#caption {
	font-size: xx-small;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 345px;
	}
.info {
	color: #666;
	}
#main {
	width: 100%;
	text-align: center;
	border: 0px;
	}
#Nav a:link, #Nav a:visited {
	color: #f90;
	}


/*** Layout Divs ***/

#content { 
	float: left;
	width: 95%;
	margin: 0px;
	text-align: left;
	border: 0px;
	}
#content img {
	float: left;
	margin: 0 10px 10px 0;
	}


/*** #search styles ***/

#search, #navBar, #masthead, #siteInfo, #hide, #euBar {
	display: none;
	}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ccc;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*** #breadCrumb styles ***/

#breadCrumb {
	font-size: 80%;
	padding: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}
#breadCrumb a:link, #breadCrumb a:visited {
	color: #666;
	}