
body {
	margin: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	color: #000000;
}

#container {
	background: #ffffff;
	color: #000000;
	width: 100%;
	margin: 0 auto;
}

a:link, a:visited {
	color: #246fb8;
	text-decoration: none;
}

a:hover {
	color: #000;
  	outline-width: 0;
}

a:focus {
  outline-width: 0;
} 



p {
	line-height: 135%;
}

h1 {
	font-size: 18px;
	font-weight: boldest;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ff3400;
}


/* 		header     */

#header {
	height: 125px;
	background-color: #ffffff;
}

#header.xmas {
	position:fixed;
	top:0px;
	right:0px;
}

#content {
	float: left;
	display: inline;
	width: 100%;
	background-color: #ffffff;
	margin-left: -12px;
	border-right: 12px #ff3400 solid;
}

#confirm {
	width: 650px;
	background-color:  #fbe2aa;
	padding:20px;
}

select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.search {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border-spacing: 5px;
	margin-left: -5px;
}


.required {
	color: red;
	font-size: 12px;
	font-weight: bold;
}

.check{
	font-size: 12px;
	font-weight: bold;
	color: #ff3400;
}

/*		footer		*/

#footer {
	padding-top: 45px;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #ffffff;
	text-align: left;
}

#footer p {
	font-size: 24px;
	font-weight: bold;
	background-color: #ff3400;
	padding-top: 12px;
	padding-bottom: 4px;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #444;
}


