/* CSS Document */

body {
	width: 100%;
	text-align: center;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#header_wrap {
	width: 100%;
	height: 125px;
	background-image: url(../images/headerbg.gif);
	background-repeat: repeat-x;
	text-align: inherit;
	}
	#header {
		width: 870px;
		height: 125px;
		text-align: left;
		margin: auto;
		}
		#header ul {
			font-size: 12px;
			font-weight: bold;
			list-style: none;
			padding: 0;
			margin: 0;
			margin-top: 11px;
			}
		#header li {
			float: left;
			margin-right: 10px;
			}
		#header li a {
			float: left;
			height: 15px;
			display: block;
			text-decoration: none;
			color: #2e3541;
			padding: 5px;
			}
		#header li a:hover {
			background-color: #fff9cf;
			}
		.login {
			float: right;
			margin-top: -8px;
			}
#content_wrap {
	width: 100%;
	height: auto;
	background-color: #2e3541;
	text-align: inherit;
	}
	#content {
		width: 870px;
		text-align: left;
		height: auto;
		margin: auto;
		padding-bottom: 25px;
		color: #fff;
		font-size: 12px;
		line-height: 18px;
		}
		#left {
			float: left;
			width: 590px;
			margin: 25px 0 0 5px;
			}
			#left h1 {
				font-size: 16px;
				display: inline;
				font-weight: bold;
				}
				#left h1.director {
					color: #fff9cf;
					padding-left: 5px;
					}
			#left h2 {
				font-size: 12px;
				display: inline;
				font-weight: bold;
				}
			#left p {
				padding: 0 0 10px 10px;
				}
			/* External links */
			#left a.external {
				color: #fff9cf;
				padding: 0 12px 0 10px;
				background: url(../images/external.gif) bottom right no-repeat;
				}
			#left .hr {
				background-image: url(../images/hr.gif);
				background-repeat: no-repeat;
				width: 534px;
				height: 1px;
				margin: 10px 0 10px 0;
				clear: both;
				}
			#left .arrowlink {
				float: right;
				vertical-align: text-top;
				margin: 0 10px 25px 0;
				}
				#left .arrowlink img {
					margin-bottom: -10px;
					}
				#left .arrowlink a {
					color: #fff9cf;
					}
			#left .left {
				float: left;
				padding-right: 20px;
				line-height: 20px;
				}
			.input {
				width: 250px;
				height: 12px;
				margin: 0 0 10px 25px;
				font-size: 10px;
				}
			.inputbox {
				width: 500px;
				height: 200px;
				font-size: 11px;
				text-align: left;
				margin-left: 25px;
				}
			.submit {
				width: 200px;
				height: 30px;
				margin-left: 25px;
				}
		#right_wrap {
			float: right;
			width: 220px;
			background-image: url(../images/rightbg.gif);
			background-position: bottom;
			}
			#right {
				background-image: url(../images/rightgrad.gif);
				background-position: top;
				background-repeat: no-repeat;
				height: auto;
				font-size: 11px;
				}
				#right h1 {
					font-size: 14px;
					padding: 10px;
					}
				#right ul {
					list-style: none;
					padding-left: 20px;
					}
				#right p {
					padding-left: 10px;
					}
				#right .hr {
					height: 10px;
					width: 220px;
					margin: 5px 0 5px 0;
					background-image: url(../images/right_hr.gif);
					background-repeat: no-repeat;
					}
					#right a {
						font-size: 9px;
						color: #fff9cf;
						text-decoration: none;
						}
					#right a:hover {
						text-decoration: underline;
						}
				#rightnav {
					list-style: none;
					}
					#rightnav li {
						text-align: center;
						font-size: 10px;
						font-weight: bold;
						}
					#rightnav a {
						display: block;
						width: 218px;
						padding: 10px 0 10px 0;
						margin-left: -20px;
						background-color: #e7e7e7;
						border: 1px solid #fff;
						text-decoration: none;
						color: #2e3541;
						}
						#rightnav a:hover {
							background-color: #fff9cf;
							}
#footer_wrap {
	clear: both;
	width: 100%;
	height: 150px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	text-align: inherit;
	}
	#footer {
		width: 870px;
		height: 150px;
		text-align: left;
		margin: auto;
		font-size: 11px;
		color: #9d9d9d;
		}
		#footer ul {
			list-style: none;
			color: #fff;
			padding: 35px 0 20px 0;
			}
		#footer li {
			display: inline;
			padding-right: 10px;
			}
			#footer li a {
				color: #fff;
				text-decoration: none;
				}
			#footer li a:hover {
				text-decoration: underline;
				}
		#footer .left {
			float: left;
			padding-right: 20px;
			line-height: 20px;
			}
		#footer .right {
			float: right;
			width: 120px;
			text-align: center;
			font-size: 9px;
			}
			#footer .right a {
				text-decoration: none;
				color: #9d9d9d;
				}
		#footer .small {
			clear: both;
			font-size: 9px;
			line-height: 20px;
			}
.clear {
	clear: both;
	}
.center {
	text-align: center;
	}
