body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.63em;
	width: 980px;
	margin: 30px auto;
	padding: 0px 22px;
}
h1 {
	font-size: 2.4em;
	font-weight: normal;
	background-color: #26A146;
	float: left;
	margin: 0px;
	padding: 3px 8px;
}
	h1 a {
		color: #FFFFFF;
		text-decoration: none;
	}
.clear {
	clear: both;
}
.submit {
	font-size: 1.4em;
	color: #666666;
	float: right;
}
#tabs {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border-bottom: 2px solid #EF3A42;
}
	#tabs a {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.1em;
		color: #000000;
		text-decoration: none;
		background-color: #FDE2E3;
		display: inline-block;
		padding: 3px 10px;
	}
	#tabs a:hover {
		text-decoration: underline;
	}
	#tabs a.active {
		font-weight: bold;
		color: #FFFFFF;
		background-color: #EF3A42;
	}
	#tabs a.rss {
		background-color: transparent !important;
		background-image: url('../img/rss.png');
		background-position: right;
		background-repeat: no-repeat;
		float: right;
		display: inline-block;
		height: 12px;
		margin: 2px 0px 0px 0px;
		padding: 0px 18px 0px 0px;
	}
#tabs.blue {
	border-bottom: 2px solid #008CD2;
}
	#tabs.blue a {
		background-color: #D0EDF6;
	}
	#tabs.blue a.active {
		background-color: #008CD2;
	}
#submit {
	
}
	#submit .field {
		background-color: #F2F9FD;
		padding: 10px;
		border-bottom: 1px solid #008CD2;
	}
		#submit .field .left {
			float: left;
			width: 25%;
		}
			#submit .field .left label {
				font-size: 1.4em;
				font-weight: bold;
				color: #505050;
				cursor: pointer;
			}
			#submit .field .left p {
				font-family: Tahoma, Geneva, sans-serif;
				font-size: 1.1em;
				color: #808080;
				line-height: 1.5em;
				margin: 5px 0px 0px 0px;
			}
		#submit .field .center {
			float: left;
			width: 50%;
		}
			#submit .field .center .input {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1.2em;
				width: 50%;
				padding: 2px 0px 2px 2px;
			}
			#submit .field .center .large {
				width: 80%;
			}
			#submit .field .center label {
				font-size: 1.2em;
			}
		#submit .field .right {
			float: right;
			width: 25%;
		}
			#submit .field .right p {
				font-size: 1.2em;
				text-align: right;
				line-height: 1.5em;
				margin: 0px;
			}
			#submit .field .right p.red {
				color: #FF4444;
			}
		#submit .field .clear {
			clear: both;
			height: 0px;
			overflow: hidden;
		}
		#submit .field .button {
			font-family: Tahoma, Geneva, sans-serif;
			font-size: 1.1em;
			padding: 1px 8px;
			cursor: pointer;
		}
	#submit .end {
		background-color: #E9E9E9;
		padding: 10px;
		border: 0px;
	}
#main {
	padding: 10px;
}
	#main h2 {
		font-size: 2.4em;
		font-weight: normal;
		margin: 0px;
	}
	#main p {
		font-size: 1.4em;
		line-height: 1.5em;
		margin: 10px 0px 0px 0px;
	}
	#main .links {
		margin: 8px 0px 0px 0px;
		padding: 0px;
		list-style: none;
	}
		#main .links li {
			margin: 2px 0px 0px 0px;
			padding: 0px;
		}
			#main .links li h3 {
				font-size: 1.2em;
				font-weight: normal;
				margin: 0px;
			}
				#main .links li h3 a {
					color: #505050;
				}
				#main .links li h3 a:hover {
					color: #000000;
				}
	#main .right {
		float: right;
		width: 39%;
	}
		#main .right h2 {
			float: left;
		}
#main.blue {
	background-color: #F2F9FD;
	border-bottom: 1px solid #008CD2;
}
ul#tags {
	font-size: 1.2em;
	text-align: center;
	background-color: #FEF8C4;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 20px 10px;
	list-style: none;
}
	#tags li {
		display: inline;
	}
		#tags li h3 {
			font-size: 1em;
			font-weight: normal;
			display: inline;
			margin: 0px;
		}
			#tags li h3 a {
				color: #505050;
			}
			#tags li h3 a:hover {
				color: #FFFFFF;
				text-decoration: none;
				background-color: #000000;
			}
#sites {
	float: left;
	width: 60%;
}
	#sites h2 {
		font-size: 1.4em;
		font-weight: bold;
		margin: 0px;
	}
		#sites h2 a {
			color: #505050;
		}
	#sites p {
		font-size: 1.2em;
		line-height: 1.5em;
		margin: 2px 0px 0px 0px;
	}
		#sites p a {
			color: #0066CC;
		}
		#sites p a:hover {
			color: #000000;
		}
	#sites p.tags {
		margin: 2px 0px 15px 0px;
	}
#search {
	float: right;
}
	#search .input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		padding: 0px 0px 0px 1px;
	}
	#search .button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		padding: 0px 3px;
		cursor: pointer;
	}
#footer {
	background-color: #E8E8E8;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	border-top: 1px solid #DDDDDD;
}
	#footer .left {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		color: #606060;
		float: left;
	}
#pagination {
	margin: 10px 0px 0px 0px;
}
	#pagination a {
		font-size: 1.2em;
		color: #000000;
		text-decoration: none;
		background-color: #EEEEEE;
		display: inline-block;
		padding: 2px 3px;
	}
	#pagination a:hover {
		background-color: #DDDDDD;
	}
	#pagination a.active {
		font-weight: bold;
		color: #FFFFFF;
		background-color: #0066CC;
	}
	#pagination strong {
		font-size: 1.2em;
	}