/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.
Version: 1.1, November 28, 2005 */
/**************** Page and tag styles ****************/
body {
	margin: 0;
	padding: 0;
	color: #303030;
	background: #f3f3f3 none repeat-y left;
	font: 1.0em Verdana,Tahoma,sans-serif;
}
ul {
	list-style: circle;
	margin: 15px 0 20px 0;
	font-size:0.9em;
}
td, td p {
	font-size: .85em;
	font-style: italic;
}
li {
	margin: 0 0 8px 25px;
}
a {
	color: #6a7dc8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #505050;
	text-decoration: underline;
}
img {
	float: left;
	padding: 1px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	margin: 5px 15px 15px 0;
}
a img {
	border-color: #d6d6ca;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 5px;
}
a img:hover {
	background: #fafafa;
	border-color: #6a7dc8;
}
	/**************** Sidebar area styles ****************/
#sidebar {
display: none;
}
	/**************** Content area styles ****************/
#content {
	background:#fafafa;
	margin: 0 20px 0 20px;
	padding: 20px;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
}
#content p {
	margin: 0 0 20px 0;
	line-height: 1.5em;
}
#content h1 {
	margin: 0;
	color: #6a7dc8;
	letter-spacing: -3px;
	text-align: center;
	font-size: 1.8em;
}
#content h2 {
	margin: 0;
	color: #808080;
	font-weight: normal;
	letter-spacing: -2px;
	text-align: center;
	font-size: 1.5em;
}
#content h3 {
	clear: both;
	margin: 30px 0 10px 0;
	color: #6a7dc8;
	font-weight: normal;
	letter-spacing: -2px;
	font-size: 1.3em;
}
.cl {
	clear: both;
}
.imgshow {
	margin: 2px 10px 2px 2px;
	height: auto;
	width: auto;
	float: left;
	display: inline;
}
.imgshow img {
	background: #fafafa;
	border: 3px double #d6d6ca;
	padding: 3px;
	margin: 3px 10px 3px 3px;
}
.imgshow a:hover img {
	border: 1px solid #d6d6ca;
	background-color: #fafafa;
	padding: 5px;
}
.descr {
	text-align: center;
	font-weight: normal;
	font-size: .7em;
	line-height: 1.6em;
	margin: 2px;
}
.btmlnks {
	color: #6a7dc8;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
}
#copy {
	font-size: .9em;
	padding-top: 10px;
	margin-bottom: -10px;
}
#copy a {
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
}
.adrt {
	display: none; 
}
form {
	font-size: .8em;
	margin-top: 15px;
	margin-bottom: 15px;
}
fieldset {
	min-width: 1em;
	border: 1px solid #b2b2b2;
	float: none;
	width: 40%;
	padding: 5px 15px 1px;
}
legend {
	color: #757575;
	margin-left: 5px;
	font-size: 1.0em;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	padding-left: 6px;
	padding-right: 6px;
}
.button {
	background-color: #eaeaea;
	padding: 1px 10px;
	font-size: .9em;
}
form input,textarea {
	border: 3px double #E5E5E5;
	font-size: 1.0em;
	background-color: #fff;
}