@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
This resets all the built-in browser CSS
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td, a img {margin:0; padding:0;}
p{margin-bottom:10px;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0; padding:0; margin:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
ol,ul,li {list-style:none;}
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:bold;}
q:before,q:after {content:'';}
abbr,acronym {border:0;} 

@charset "utf-8";
/* CSS Document */

body{
	font-size:36px;
	background-color:#ea5f0c;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1{font-size:24px;}
h2{font-size:16px;}

.formerror{
	background:#FFFF99;
	color:#FF0000;
	font-weight:bold;
	font-size:14px;
	margin:10px 0 10px 0;
	padding: 5px;
	border:1px #01436d solid;
}

button[type="submit"]{
	background: url(/images/btn_submit.jpg) no-repeat 0 0;
	width: 117px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	border: none;
	margin-top: 3px;
	cursor:pointer;
}

#header{
	width:900px;
	height:250px;
	background:url(../images/header.jpg) no-repeat top #fff;
}

#flashholder{
	height:675px;
	width:900px;
	border: 0px solid black;
}

.textstyle2{
	font-family: Verdana;
	font-size:11px;
	/*font-weight:bold;*/
	color:#000000;
	text-decoration:none;
}

#wrapper{
	width:900px;
}



#content #contentpage #textcontainer{
	width:746px;
	margin:0 0 10px 72px;
	padding:30px 10px 30px 10px;
	background-color:#270202;
	display:block;
	color:#FFFFFF;

}


.textstyle2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.textstyle2:visited{
	color:#FFFFFF;
}


