@charset "UTF-8";
/* CSS Document */
body{
	background-color: #ffffff;
	font-family: Helvetica, verdana, sans-serif Geneva, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Verdana, sans-serif;
	font-size: 12px;
	color:#000000;
	margin: 0 auto;
	padding: 0;
}

#header{
	background: #FFFFFF;
	font-size:14px;
	padding: 15px;
	height: 30px;
	width: 100%;
	float:left;
	text-align: left;
}

#menu{
	float:left;
	padding:0px;
}

ul {
	color:#000000;
	list-style-type:none;
}

li {
	list-style-type:none;
}

#content{
	float:left;
	padding-left: 50px; padding-top:30px;
}

#footer{
	text-align: left;
	padding-left: 20px;
	padding-bottom:20px;
}

a:link{
	color: #000;
	text-decoration:none;
}
a.menu:hover{
	background-color: #FF3366;
	text-decoration: underline;
}

a:hover{
	color: #FF3366;
	text-decoration: underline;
}

a:visited{
	text-decoration: underline;
	color: #000000;
}

a:active{
	text-decoration: none;
	color: #FF6600;	
}

img{
	border: none;
}

h1 { font-size: 16px; padding-left:15px; padding-bottom:0px; color:#000000;}

h2 { font-size: 14px; color:#000000; }

h3 { font-size: 14px; color: #333333; }

p { font-size:12px; color:#000000; width:500px; }

input{ background-color:#CCCCCC; }

/* this is for IE 5.0
select.hide { visibility: hidden; }
/* End Support for the "iehover-fix.js" */

.clearfix {
	clear: both;
	content: '.';
}

