@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	background: white url(/img/header_BG.gif) repeat-x top left;
	border:none;
	padding:0;
	margin:0;
	scrollbar-base-color:#fff;
}

a {
	border:none;
	text-decoration:none;
}

a:link {
	text-decoration:none;
}

a:visited {
	color:#666;
	text-decoration:none;
}

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

a:active {
	color:#ffcc00;
	text-decoration:underline;
}

img {
	border:none;
}

img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;	
}

br {
	border:0px;
	padding:0px;
	margin:0px;
}

#header {
	padding:0;
	border:0px;
	margin:0 auto 0 auto;
	width:900px;
}

#header img {
	vertical-align:bottom;
}

#container {
	background:#e6e6e6; 
	width:800px; 
	margin:0 auto 0 auto; 
	padding: 5px 50px;
}

.boxborder h1, .boxborder h2{
	margin:	0;
	letter-spacing:-1px; 
}

.boxborder h4, .boxborder strong {
	display:inline;
	color:#555;
	font-weight:bold;
}

.boxborder h3 {
	padding: 0 .25em;
	font-size:1.1em;
	font-weight:bold;
	color:#555;
}

.boxborder h2 {
	padding: 5px 10px; 
	font-style:italic;
	font-size:1.5em; 
	background-color:#ffcc00;
	color:#333;
}

.boxborder h1 {
	font-size:2em; 
	color:#111; 
	font-style:italic;
	font-weight:bold;
}

.boxborder p {
	padding:0 .75em 0.25em .75em; 
	color:#333;
	text-align:justify;
	word-spacing:-.15em;
}

.boxborder {
	background-color: #fff; 
	margin: 10px 0px;
	padding: 7px;
}

.boxborder em {
	display:block; 
	width:0; 
	height:0; 
	color:#d8d8ee; 
	overflow:hidden;
}

.boxborder table {
	margin:0 1em .5em 1em;
	border:none;
}

.boxborder td {
	text-align:left;
	width:9em;
	height:.9em;
}

.boxcontent {
	background:#fff; 
	border:2px solid #ffcc00; 
	padding:10px 25px;
	overflow:hidden;
}

.boxcontent img {
	vertical-align:middle;
}

.boxcontent .imgright {
	vertical-align:top;
	display:block;
	float:right;
	margin:.5em 1em;
	border:#444 3px solid;
}

.col1 {
	width:50%;
	float:left;
}

.col2 {
	width:300px;
	float:left;
	vertical-align:middle;
}

.boxflash {
	background:#fff; 
	border:2px solid #ffcc00; 
	padding:10px 10px;  
}

fieldset {
	padding:0; 
	text-align:left;
	margin:0 0 1em 0;
	background:#bbb;
	border:none;
}

fieldset .error {
	color:#a00;
}

fieldset .comment, .error, .mesg{
	font-size:.75em;
	display:inline-block;
	margin:.5em .5em .5em .5em;
	white-space:normal; 
	word-spacing:normal;
}

fieldset .mesg{
	width:40em;
}

fieldset label {
	display:inline-block;
	color:#fff;
	width:10em;
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
	float:left;
	margin:.5em; 
	font-size:.75em;
}

fieldset input, textarea, select{
	display: inline;
	background:#fff !important;
	border:1px solid #ffcc00;
	margin:.25em;
}

fieldset ol {
	list-style:none;
	margin:1em;
	padding:0 0 1em 0;
	float:left;
	clear:left;
	width:45em;
}

fieldset li {
	background:#999;
	padding:0;
	margin:.1em;
	float:left;
	clear:left;
	width:100%;
}

fieldset.submit a {
	display: inline;
	background:#fff !important;
	border:1px solid #ffcc00;
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	margin:.5em;
}

fieldset.submit {
	background:#bbb;
}

fieldset.submit input{
	font-weight:bold;
	font-size:1.1em;
	margin:.5em;
	color:#333;
	
}

#foot {
	background:#ffcc00;
	width:800px;
	margin:0 auto 0 auto;
	padding: 5px 50px;
	clear:both;
}

#foot p {
	color:#333;
	text-align:center;
	padding: 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
}

#foot a {
	color:#333;
	text-decoration:none;
}

#font a:link {
	text-decoration:none;
}

#foot a:visited {
	color:#000;
	text-decoration:none;
}

#foot a:hover {
	text-decoration:underline;
}

#foot a:active {
	color:#fff;
	text-decoration:underline;
}

