body {
	font: 90% "trebuchet ms", sans-serif;
	/* font: 10pt "trebuchet ms", sans-serif; */
}

#container {
/*
	width: 760px;
	\width: 780px;
	w\idth: 760px;
	min-width: 760px;
	max-width: 100%; */
	width: 80%;
	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#banner {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
}
#banner h1 {
	margin: 0px;
	padding: 0px;
}

#content {
	padding: 5px;
	margin-left: 205px;
	margin-right: 130px;
	margin-bottom: 5px;
	background-color: rgb(240,240,240);
	border: 5px solid rgb( 213, 219, 225 );
	vertical-align: top;
	overflow:visible;font-size: 10pt;font-family: helvetica, "trebuchet MS", sans-serif;
}
#googleadsense {
	float: right;
	width: 120px;
	height: 600px;
	margin: 0;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0;
}
#sidebar-a {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-right: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
	/* background-color: rgb(213,219,225); */
}

#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	
	background-color: rgb(255, 255, 255)
	/* background-color: rgb(213, 219, 225); */
}

div.topblock {
	
}
div.leftblock, div.bottomblock, div.rightblock {
	position: relative;
	background-color: rgb(235, 235, 235);
	border: 2px solid rgb( 213, 219, 225 );
	margin-bottom: 5px;
	padding: 0px;
	text-align: right;
}
h1.leftblockheadline,h1.bottomblockheadline,h1.rightblockheadline {
	position: relative;
	display: inline;
	margin: 0;
	padding: 2px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	right:0px;
	border-bottom: 1px dotted gray;
	border-left: 1px dotted gray;
	font-weight: bold;
	font-size: 110%;
}
div.bottomblock {
	text-align: left;
	margin: 0px;
}
h1.bottomblockheadline {
	border-right: 1px dotted gray;
	border-left: none;
	font-size: 100%;
}
div.leftblockbody, div.bottomblockbody, div.rightblockbody {
	position: relative;
	text-align: left;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.bottomblockbody {
	font-size: 80%;
}
div.leftblockbody a.blocklink, div.bottomblockbody a.blocklink, div.rightblockbody a.blocklink {
	display: block;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid rgb( 190,190,190 );
	background-color: rgb( 210,210,210 );
	color: rgb( 50, 50, 255 );
	margin-top: 5px;
	padding: 3px;
}
div.leftblockbody a:hover.blocklink, div.bottomblockbody a:hover.blocklink, div.rightblockbody a:hover.blocklink {
	display: block;
	text-decoration: none;
	background-color: rgb( 180,180,180 );
	margin-top: 5px;
	padding: 3px;
}
#topgroupnavigationcontainer {
	background-color: rgb( 235, 235, 235 );
	padding: 0px;
	margin: 0px;
	margin-left: 205px;
	margin-right: 130px;
	margin-bottom: 5px;
	border: 1px solid rgb( 190,190,190 );
}
#topgroupnavigationcontainer ul {
	padding: 0px;
	margin: 0px;
	margin-left: 5%;
}
#topgroupnavigation li:first-child {
}
#topgroupnavigation li {
	font-weight: bold;
	font-size: 120%;

	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
	list-style-type: none;
	border: none;
	border-right: 1px solid rgb( 150, 150, 150 );
}
#topgroupnavigation li a {
	font-weight: normal;
	font-size: 100%;
}

a {
	text-decoration: none;
	color: rgb( 50, 50, 255 );
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
a.imagelink:hover {
	background-color: inherit;
	border: 0px;
}
a:hover {
	background-color: rgb( 180, 180, 180 );
	border: 1px solid gray;
}
#content h1 {
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px solid black;
}
table.content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	left: 5px;
	right: 5px;
	/* border: 1px solid rgb( 255, 255, 255 ); */
	border: 1px solid rgb( 170, 170, 170 );
}
table.content th {
	background-color: rgb( 200, 200, 200 );
}
table.content td {
	background-color: rgb( 230, 230, 230 );
}
small select {
	border: 0px;
	font-size: inherit;
}
