@charset "UTF-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;color: #666666;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

body  {
	background: #FFFFFF;
}

#wrapper {
	margin: auto;
	margin-top: 60px;
	border: 1px solid #333333;
	width: 1050px;
	padding: 0;
	height: 350px;
}

#top {
	width: 1050px;
	border-bottom: 1px solid #333333;
	height: 30px;
	background: #669999;
}

#top p {
	font: bold 13px "Helvetica Neue", Arial, sans-serif;
	text-transform: none;	
	color: #FFFFFF;
	letter-spacing: .5px;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 380px;
}


#top p a:link, #top p a:visited {	
	color: #FFFFFF;
	font: bold 13px "Helvetica Neue", Arial, sans-serif;
	text-transform: none;
	word-spacing: 0px;
	letter-spacing: .5px;
	text-decoration: none;
}

#nav a:hover {
	color: #333333;
}

#top p a:hover {
	color: #333333;
}

#flash {
	width: 1050px;
	background: #CCFF66;
	border-bottom: 1px solid #333333;
	height: 290px;
}

#bottom {
	width: 1050px;
	border-bottom: 1px solid #333333;
	height: 29px;
	background: #999966;
}

