/* CSS Document */

* {margin:0;padding:0}

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0C140C;
	background-color: #F3F3F3;
	text-align:center;
}

p { 
	margin: 0px 0px 5px 4px;
}

h1, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #40576F;
	margin: 2px 0px 2px 1px;
}


h1 {
	font-size: 16px;
	line-height: 150%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #ACBBCB;
	color: #0C140C;
	padding-left: 3px;
}

h3 {
	font-size: 12px;
	line-height: 120%;
}

a {
	text-decoration:none;
	color: #A76301;
/*	color:#CE7B00;*/
}

a:hover { 
	text-decoration:underline;
	color: #A76301;
/*	color:#CE7B00;*/
}

img {
	border: 0;
}

/* positional styles */

.main {
	text-align:left;
	padding: 0;
	position: relative;
}

.header {
	height: 44px;
	background-color: #CAD8E3;
	background-image: url(header.jpg);
	background-position: top left;
	width: 100%; 
	/* width: 93em; */
}
/*
.left {
	float: left;
	background-color:#0C0D08;
	height: 44px;
	width: 12.15em;
}*/

.inner_container {
	margin: 0px auto;
/*	margin: 0px 10px 0px 10px; */
	border-left: 1px solid #0C140C;
	border-right: 1px solid #0C140C;
	height: 580px;
	width: 800px;
}

.content {
	float: left;
	margin: 0 10px !important;
	margin: 0 10px 0 5px;
	padding: 10px 10px 5px 10px !important;
	padding: 10px 10px 5px 10px; 
	width: 500px;
}


.ei {
	float: left;
	margin-top: 13px !important; 
	margin-top: 12px;
	margin-left: 18px;
/*  width: 200px !important; 
	width: 220px; */
}
.ei_table {
	margin: 0;
	padding: 2px;
	border: 1px solid #0C140C;
}

/*
.ei table {
	border: 1px solid #0C140C;
	padding: 2px;
}*/

A:hover .ei { 
	text-decoration:underline;
	color:#CE7B00;
}

.picture_tile {border:2px; border-thickness: 2px; border-color: #ccc;
border-style: dotted;}

A:hover .picture_tile, A:active .picture_tile {border:2px; border-thickness: 2px;
border-color: #999999; border-style: dotted;}

/*
a.picture_tile {
	border: 2px dotted #ccc;
	text-align: center;
	text-decoration: none;
}

a.picture_tile:hover {
    border: 2px solid #999999;
	text-align: center;
}
*/