@charset "utf-8";
/* CSS Document */
body{
	background-color:#202020;
	padding-top:34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
}

a{
	text-decoration:none;
}

h1{
	font-size:20px;
	color:#fcaa04;
	margin-top:10px;
}

h2{
	font-size:16px;
	color:#fcaa04;
	margin-top:10px;
}


p{
	color:white;
	font-size:14px;
	line-height:16px;
}

.top{
	width:753px;
	height:11px;
	display:block;
	margin:auto;
	background-image:url(images/top.jpg);
}

.interior{
	padding:20px;
}

.interior a{
	color:#ab9ebe;
	font-size:12px;
	font-weight:bold;
}

.interior p{
	margin:5px 0;
}

.interior ul{
	margin-left:20px;
	list-style:disc;
}

.wrapper{
	width:745px;
	padding:0 4px 0 2px;
	margin:auto;
	background: url(images/background.jpg) repeat-y;
	}
	
.header1{
	float:left;
	}
	
.header2{
	float:right;
	text-align:right;
	color:white;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.header2 a{
	color:white;
	text-decoration:underline;
	padding:5px;
}

.banner{
	clear:both;
}

.navigation{
	height:20px;
	background:url(images/navigation_background_color.jpg) repeat-x;
	width:748px;
}

.left_col{
	width:228px;
	float:left;
	color:#ab9ebe;
	font-weight:bold;
	font-size:14px;
	padding-left:10px;
	}
	
	.left_col ul{
		list-style:none;
		color:#ab9ebe;
	}
	
	.left_col li{
		padding:5px 0;
	}
	
	.left_col a{
		color:#ab9ebe;
	}
	
.right_col{
	width:507px;
	float:left;
	color:white;
	font-size:14px;
	}

#email_form{
	padding:5px;
	margin:10px 0 5px 0;
	color:white;
}

.bottom{
	width:753px;
	height:11px;
	display:block;
	margin:auto;
	background-image:url(images/bottom.jpg);
}

.footer{
	text-align:center;
	color:white;
	font-size:12px;
	margin-top:10px;
}

.footer a{
	text-decoration:underline;
	color:white;
}
textarea {
    resize: none;
}
