/* Screen Style */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
	height: 100%;
}
body {
	height: 100%;
	font-size: .75em;
	text-align: center;
	background-image: url(back.gif);
}

h1 {
	font-size: 150%;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 750px;
	min-height: 100%;
	_height: 100%; /* IE Only - because IE ignores min-height */
	text-align: left;
	background-color: #FFF;
	border-right: #000 1px solid;
	border-left: #000 1px solid;
}

#header {
	padding: 15px;
	height: 89px;
	background: url(header.gif) center no-repeat;
}

#header img {
	display: none;
}

#menu {
	position: absolute;
	top: 65px;
	left: 330px;
}

#menu p {
	float: left;
	white-space: nowrap;
}

#menu a, #menu a:link, #menu a:visited {
	display: block;
	padding: 2px 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#menu a:hover, #menu a:focus, #menu a:active {
	padding: 2px 3px;
	background-color: #DDD;
	border-color: #9B9;
	border-style: solid;
	border-width: 0 7px;
}

#content {
	padding: 0 15px 60px 15px;
	display: block;
	text-align: justify;
	/* Hide from IE-Mac \*/
	height: 1%;
	/* Hide from IE-Mac */
}

#content p.center {
	text-align: center;
}

#col_left {
	float: left;
	padding-top: 53px;
	width: 230px;
	background: url(column_top_01.gif) center top no-repeat;
}

#col_center {
	float: left;
	padding-top: 53px;
	margin-left: 15px;
	width: 230px;
	background: url(column_top_02.gif) center top no-repeat;
}

#col_right {
	float: left;
	padding-top: 53px;
	margin-left: 15px;
	width: 230px;
	background: url(column_top_03.gif) center top no-repeat;
}

/* Clears Floats */
#content:after {
    clear: both; 
    display: block; 
    height: 0; 
    content: "."; 
    visibility: hidden;
}

#footer {
	position: absolute;
	bottom: 15px;
	width: 100%;
	height: 30px;
	background: url(footer.gif) center no-repeat;
}

#footer p {
	padding-top: 8px;
	text-align: center;
}

.small {
	font-size: 85%;
}

.footnote {
	font-style: italic;
	color: #666;
}

table {
	margin-bottom: 10px;
}
th {
	padding: 2px 5px;
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #CEC;
}
input, textarea {
	border: #999 1px solid;
}
.required {
	border: #F00 1px solid;
}
.noborder {
	border-width: 0;
}

.formLogo {
	display: none;
}