/*
ewic.css

Colors
------
#c19c77 - light brown
#7d4802 - dark brown

#00294f - dark blue
#00529f - medium blue
#007bed - light blue

#a7c2dd - really light blue
#e2e6ef - super duper light blue
*/

body	
{
	background-color: #00294f;
	margin: 0px;
	font-family: Tahoma,sans-serif;
	font-size: 10pt;
	text-align: center;
}

body.popup
{
	background-color: #ffffff;
	margin: 10px;
}

#mid
{
	background-image: url('./img/background.gif');
	background-repeat: repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
}

#hdr
{
	position: relative;
	width: 800px;
	height: 150px;
}

#menu
{
	background-color: 
	position: relative;
	width: 175px;
	left: 0px;
	float: left;
	color: #ffffff;
/*	text-align: center;	*/
}

#page
{
	position: relative;
	float: left;
	margin: 10px;
	color: #00294f;
}

#footer
{
	position: relative;
/*
	background-image: url('./img/footer.gif');
*/
	background-color: #00529f;
	width: 800px;
	height: 20px;
	clear: both;
	color: #ffffff;
	font-size: xx-small;
	text-align: center;
}

a:link
{
	color: #00529f;
/*	text-decoration: none;	*/
}

a:visited
{
	color: #00294f;
/*	text-decoration: none;	*/
}

a.menu:link
{
	color: #ffffff;
	text-decoration: none;
}

a.menu:visited
{
	color: #dddddd;
	text-decoration: none;
}

a.menu:hover
{
	text-decoration: underline;
}

table.catalog
{
	font-size: 100%;
	border-collapse: collapse;
}

tr.catalog
{
}

tr.catalog_shaded
{
	background-color: #e2e6ef;
}

tr.catalog_header
{
	background-color: #a7c2dd;
}

td.catalog
{
	border: 1px solid #a7c2dd;
}

