@charset "UTF-8";
/* CSS Document */

body {
	background:#b5cfe6 url(/images/bg.jpg) repeat-x;
	font-family:Arial;
	font-size:21px;
}

p {
	padding:15px;
	margin:0;
}

h1 {
	padding:0;
	margin:0;
}

h2 {
	padding:0;
	margin:0;
	font-size:18px;
}

img, div { 
	behavior: url(/scripts/iepngfix.htc);
}


.text_box {
	margin:auto;
	width:810px;
	height:100%;
}

.times {
	font-family:Times;
}

.item_box {
	width:750px;
	height:100%;
	font-size:16px;
}

.item_box img {
	float:left;
	padding-right:10px;
}

.courier {
	font-family:Courier New;
}

.blue {
	color:#0066CC;
}

.green {
	background-color:#00FF00;
}

.yellow {
	background:#FFFF00;
}

#letter {
	width:800px;
	height:100%;
	border:thin solid #000000;
	background:#FFFFFF;
}

#letter img {
	float:left;
	padding-right:10px;
}

#body_wrapper {
	margin:auto;
	width:900px;
	height:100%;
}

#header {
	width:900px;
	height:144px;
	background:url(/images/bg_header.png) no-repeat;
}

#header .logo {
	float:left;
	margin-top:55px;
	margin-left:25px;
	width:302px;
	height:74px;
	background:url(/images/logo.png) no-repeat;
}

#main_body {
	width:900px;
	height:100%;
	background:#FFFFFF url(/images/body_bg.jpg) repeat-y;
}

#text_box_colored {
	margin:auto;
	width:800px;
	height:100%;
	background:#fffed5 repeat;
	border:#FF0000 dashed thin;
}

#form_box {
	margin:auto;
	width:475px;
	height:390px;
	border: thick dashed #cc0000;
	background:#ffffcc;
}

#form_box h2{
	padding-top:10px;
	width:400px;
	margin:auto;
	color:#cc0000;
	font-size:20px;
}

#form_box h3{
	padding-top:10px;
	width:400px;
	margin:auto;
	color:#cc0000;
	font-size:20px;
}

#form_box img{
	padding-right:5px;
}

#form_box p {
	font-size:16px;
}



#footer {
	padding-bottom:20px;
	width:900px;
	height:79px;
	background:url(/images/footer.png) no-repeat;
}


#footer .logo {
	margin-top:10px;
	margin-right:10px;
	float:right;
	width:220px;
	height:54px;
	background:url(/images/logo2.png) no-repeat;
}






