body {
	background-color: #e7e8d1;
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	height: 100%;
}

h1 {
	font-size: 20px;
}

a {
    color: #4E4E4E;
    text-decoration: none;    
}

a:hover {
    color: red;
	text-decoration: underline;   
}

#main {
	/*width: 960px;*/
	width: 99%;
	margin-left: 0.5%;
	border-left: 1px solid #999999;
	background: #ffffff;
	min-height: 1500px;
	
}

#masthead {
	position: relative;
	width: 100%;
}

#container {
	position: relative;
	width: 100%;
	min-height: 500px;
	top: 45px;

}

div.right{
	text-align: right;
}

div.center{
	text-align: center;
}

#left_col {
	width: 185px;
	position: absolute;
	left: 0px;
	top: 10px;
	border-right: 1px solid #999999;
	height: 100%;
	min-height: 1350px;
}


#page_content {
	margin-right: 235px;
	margin-left: 200px;
	padding-bottom:  90px;
	
}
#top_menu a {
	padding-right: 2px;
	padding-left: 2px;	
}

#right_col {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 225px;
}

#footer {
	border-top: 1px solid #999999;
}


img {
	border-width: 0px;
}

div.float {
    padding:20px;
    padding-bottom: 40px;
    margin-left: 10px;
    float: left;   
}

p.fp {
    float: left;
    padding-right: 55px;
    width: 110px;
}

div.middleimg {
    width: 302px;
    height: 406px;
}

td {
    padding: 5px;
    border: 1px solid #ccc;
}

#left_col
{
	padding: 4px;
}

.menu
{
	list-style-type: none;
	/*margin-left: -20px;*/
}

.menu li {
	border-top: 1px dotted #ccc;
	padding: 2px;
}
.d1{
	margin-left: -40px;
}
.d2
{
	margin-left: -5px;
}
.d3
{
	margin-left: 20px;
}
.d4
{
	margin-left: 45px;
}
.d5
{
	margin-left: 70px;
}

.info {
	visibility: hidden;
	position: absolute;
	width: 200px;
	padding:  3px;
	background: #e8e8e8;
	border: 1px solid #ccc;
	z-index: 100;
	margin-left: 150px;
}

