﻿*{border:0;margin:0;padding:0;}

a:link {
	color: #DA0D2E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
html,body {
	background-image: url(images/background_01.jpg);
	font-family: Arial, Helvetica, sans-serif;
	height:100%;

}
html {
height:100%;
min-height: 100%; margin-bottom: 1px;
}

table {
 border:0;
 margin:0;
 padding:0;
 border-collapse:collapse;
}

td {
 border:0;
 margin:0;
 padding:0;
}

div#container {
	margin: 0 auto -125px; /* center, not in IE5 */
	width:800px;
	background-color:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}

div#footer {
	width:800px;
	margin: 0 auto;
	text-align:center;
}
	div#footer p {
		padding:1em;
		margin:0;
	}
	
div#footer,.push {
	height:145px;
}

	
div#copy {
	margin:20px;
}

div#copy p {
	font-size:14px;
	margin:0 0 1em 0;
}


h1 {
	font-weight:bold;
	padding:1px;
	text-align:center;
	background-color:#CC9900;
	font-size:13px;
	color:white;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.1em;
	margin:10px 0 0 0;
}

.textlinks {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.reverseheader {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #DA0D2E;
}
.pagecopy {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.pageheader {
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #DA0D2E;
}

.formtable {
	border:1px solid #CC9900;
	margin:10px;
	padding:10px;
	
}

.formcontainer {
	border:1px solid #CC9900;
	padding:10px;
	margin:20px 0;
	clear:both;
}


.formcontainer .textbox {
	border:1px solid #CC9900;
	margin:0 0 0 0;
}

.formcontainer .errbox {
	border:1px dashed red;
	background-color:pink;
	margin:0 0 0 0;
}


.formcontainer p {
	text-align:left;
	margin:0 0 0 0;
	padding:0;
	font-size:13px;
}


.formcontainer .formlabel {
	color:#CC9900;
	font-weight:normal;
	
}
.formcontainer .formlabel2{
	color:#CC9900;
	font-weight:normal;

float:right;
}
