
body {
	background-image: url(images/bg.gif);
	font-family: arial, helvetica, sans-serif;
}

a img{border: 0;}

#page{
	width: 900px;
	overflow: hidden;
	position: relative;
}

#container{
	margin: 0px auto;
	z-index: 1;
	overflow: hidden;
	position: relative;
	width: 900px;
	margin-top: 15px;
}

#top{
	width: 875px;
	height: 83px;
}

#logo{
	float: left;
}


#login
{
	float: right;
	margin-top: 55px;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana;
	vertical-align: bottom;
}

input[type="image"]
{
	top: 4px;
	position: relative;
}


#header{
	width: 802px;
	height: 169px;
}

#logo{
	margin-left: 10px;
}

#nav{
	margin-top: 10px;
}

#content{
	height: auto;
	background-image: url(images/background_content.gif);
	background-repeat: repeat-y;
	padding-left: 9px;
}

li{
	margin-left: -25px;
}

.tabletitle{
	padding-top: 5px;
}

.tableimage{	
	margin-top: 10px;
}

.tablecontent{
	padding-top: 1px;
	width: 250px;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial;
	margin-top: 5px;
	line-height: 13px;
	color: #555555;
}

a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	text-decoration: underline;
}

a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	text-decoration: none;
}

.bottomlink {
	font-size: 11px;
}

#contentbottom{
}

#footer{
	width: 902px;
	margin-top: 10px;
}

#footertxt{
	text-align: center;
	font-size: 12px;
	font-family: helvetica, verdana, arial;
	margin-top: 4px;
	color: grey;
}

input{
border: 1px solid black;
background: white;
padding: 0;
margin: 0;
color: #5b1a2c;
font-weight: bold;
}

input[type="image"]{
border: 0;
}