@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#006;
}
h1 {
	text-align: center;
	margin: 0;
}

input.noimage {
background-color: #339;
border: 2px outset #03f;
color: #fff;
padding: 4px;
margin-left: 2px;
}

adareITS #center_p {
	text-align: center;
	margin: 0;
}

.adareITS #content_p{
	text-align:left;
	margin-bottom:20px;
}

.adareITS #container{
	width: 782px;
	background-color: #FFF;
	border-color:#339;
	border:solid;
	border-width:thin;
	margin: 20px auto;
	/*border: 1px solid #000000;*/
}

.adareITS #header{
	/*background-color: #FFF;*/
	padding: 0 0 0 0;
}

.adareITS #content{
	/*background-color: #FFF;*/
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
	border-width:thick;
}

.adareITS #links{
	/*background-color: #FFF;*/
	padding: 0 0 0 0;
	border-bottom: 0px solid #000000;
	border-top: 0px solid #000000;
}

.adareITS #footer A:link {text-decoration: none; color: #999;}
.adareITS #footer A:visited {text-decoration: none; color: #999;}
.adareITS #footer A:active {text-decoration: none; color: #999;}
.adareITS #footer A:hover {text-decoration: none; color: red;}

.adareITS #footer{
	/*background-color: #FFF;*/
	padding: 0 10px 0 20px;
	font-size:10px;
	color:#999;
}
A:link {
	text-decoration: underline; color:#09C;
	}
A:visited {text-decoration: underline; color:#609;}
A:active {text-decoration: none; color:#939;}
A:hover {text-decoration: none; color:#609;}

.header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:left;
	margin-left:0px;
	padding-left:8px;
	}
.link_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#09F;
	text-align:center;
	}
.new_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#090;
	text-align:left;
	}
.go_to_top{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6FF;
	text-align:left;
	}
.other_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#036;
	text-align:left;
	}