body, table{
	font-size: 8pt;
	font-family: "Verdana", sans-serif;
	width: 100%;
}

#body {
	text-align: center;
}

#main {
	margin: auto;
	width: 600px;
	position: relative;
	top: 150px;
}

#maincontent {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid silver;
	float: right;
	width: 330px;
	height: 222px;
	text-align: right;
}

h1, td.contentheading,  .componentheading{
	font-size: 10pt;
	font-weight: bold;
	color: #808080;
	background-color: #ffffff;
	margin: 30px 0px;
	display: block;
}

table.contentpaneopen, table.contentpane, form table{
	text-align: right;
	font-size: 8pt;
}

a:link		 {
	color: black;
}

a:active	 {
	color: black;
}

a:visited	 {
	color: black;
}

a:hover		 {
	color: #808080;
}

#maincontent li, form table a {
	list-style-type: none;
	margin: 3px 0px;
	padding-right: 5px;
	display: block;
	border-right: 3px solid silver;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	color: silver;
	background-color: #eaeaea;	
	width: 100%;
}

#header .header_element1 {
	height: 27px;
	float: left;
	border-right: 1px solid silver;
}

#header .header_element2 {
	height: 27px;
	float: right;
}

#header a{
	text-decoration:none;	
}

#title {
	float: left;
	padding: 5px;
}

#title a{
	font-size: 10pt;
	font-weight: bold;
	color: silver;
	background-color: #eaeaea;	
}

#valid {
	padding: 7px;
}

#menu {
	clear: both;
	border-top: 1px solid #888888;
}	

#menu ul{
	padding: 0px;
	margin: 0px;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	border-left: 3px solid silver;
	display: block;
	font-size: 7.5pt;
	text-align: left;
}

#menu a:hover {
	color: #808080;
	background-color: #eaeaea;	
}

#menu li {
	list-style-type: none;
	border-left: 1px solid #888888;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	float: left;
	width: 115px;
}

#icon_img {
	float: right;
	border: 1px solid black;
	margin-bottom: 10px;
}

.pagenav_next, .pagenav_prev {
	display: none;
}
