form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 80%;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #999;
	text-align: right;
}

h2{
	margin: 0;
	padding: 0;
	font-size: 180%;
	color: #000;
	font-weight: normal;
	padding-top: 5px;
	margin-bottom: 5px;
}

h2 a {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}

h2 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

p {
	margin: 0 0 10px 0;
	line-height: 160%;
}

/* Predefined Styles */

.holder {
	width: 900px;
	height: auto;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 180px;
	height: auto;
	margin: 10px 0 0 0;
}

.headertext {
	float: right;
	width: 720px;
	height: auto;
}

.main {
	float: right;
	width: 562px;
	height: auto;
	margin: 0 16px 0 0;
	color: #000;
}

.left {
	width: 141px;
	height: auto; 
	float: left;
	padding: 0 0 0 16px;
	text-align: right;
	margin: 60px 0 0 0;
}

.left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 15px;
}

.left li a{
	font-size: 90%;
	color: #fff;
	text-decoration: none;
}

.right {
	width: 150px;
	height: auto;
	float: right;
	margin: 60px 0 0 0;
}

.right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 15px;
}

.right a{
	font-size: 90%;
	color: #fff;
	text-decoration: none;
}

.left a:hover, .right a:hover {
	color: #ccc;
	text-decoration: underline;
}

.top {
	height: 150px;
	width: 900px;
}

.maintext {
	background-color: #FFFFFF;
	background-image: url(/images/mainsecond.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 20px 30px 20px;
}

.maintext p a, .maintext table a, .maintext td a, .maintext tr a {
	color: #666;
	text-decoration: underline;
	background-image: url(/images/ext_link.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 0 12px 0 0;
}

.maintext p a:hover, .maintext table a:hover, .maintext td a:hover, .maintext tr a:hover {
	color: #000;
	text-decoration: none;
	background-image: url(/images/ext_link2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.maintext img {
	margin: 0 5px 5px 5px;
}

.banner {
	text-align: center;
}

.footer {
	color: #fff;
	font-size: 80%;
	text-align:center;
	padding: 10px 0 5px 0;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.info {
	background-color: #CCC;
	border: 1px solid #999;
	padding: 4px;
	font-size: 80%;
	margin: 20px 0 25px 0;
}

.info:hover{
	background-color: #E5E5E5;
	border: 1px solid #ccc;
	padding: 4px;
	font-size: 80%;
}

.info a {
	color: #000;
}

.searcher a {
	color: #000;
}

.author {
	font-size: 80%;
	color: #666;
}