body, h1, h2, h3, p, a, ul, li, img, textarea, form, label, input  {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}
body, html {
	width:100%;
	height:100%;
}
body {
	background:#ff9966;
}
img {
	border:none;
}
ul {
	list-style-type: none;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFA102;
	padding-top: 25px;
	padding-bottom: 15px;
}
h3 {
	color:#002d68;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left:17px;
	padding-bottom:10px;
	padding-top: 5px;
}

p {
	line-height:16px;
	font-size:12px;
}

a {
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

label {
	width:100%;
	line-height:20px;
	float:left;
	margin-top:1px;
}
input, textarea {
	border:solid 1px #cdcdd4;
	line-height:14px;
	font-size:11px;
	padding:4px 3px;
	width:218px;
}
.error input {
	border-color:#FF0000;
}
input.submit {
	background-color:#202221;
	border:0;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	width:80px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
input.submit:hover {
	background-color:#666666;
}
textarea {
	width:462px;
	height:168px;
	float:left;
	overflow:auto;
}

#container {
	width:920px;
	border:0px solid red;
}

#header {
	width:920px;
	height:316px;
	border:0px solid red;
}

#logo {
	width:454px;
	height:64px;
	text-align:left;
	border:0px solid red;
	float:left;
}

#logo a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#ae0023;
	text-shadow: 1px 1px #ffb894;
	border:0px solid red;
	float:left;
	margin:0;
	padding:0;
	margin-top:20px;
	margin-left:15px;
}

#logo a:hover{
	color:#002c67;
	text-decoration:none;
}

#baner {
	clear:both;
	width:920px;
	height:252px;
	border:0px solid red;
	background:url(../img/banner.jpg) no-repeat;
}

a.header {
	border:0px solid red;
	float:left;
	height:50px;
	margin-top:75px;
	margin-left:430px;
	font-size:50px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-weight:bold;
}

a.header:hover {
	text-decoration:none;
	text-shadow: 1px 1px #a6a6a6;
}

div.header-text {
	border:0px solid red;
	float:left;
	margin-top:26px;
	margin-left:410px;
	font-size:24px;
	color:#c60219;
	text-align:left;
	text-shadow:#ffeaa0 1px 1px;
}

#main {
	width:920px;
	background:url(../img/bg-main.jpg) repeat-y;
}

.column { width:241px; float:left;}

#left {
	width: 220px;
	float:left;
	margin-left:21px;
}


/* orange-box */
#orange-box {
	width: 220px;
	background:#ffd92f;
}

#orange-box a{
	color:#4c4c4c;
	outline:none;
}

#orange-box-text {
	width: 220px;
	background:url(../img/box-top-o.jpg) no-repeat;
	padding-top: 10px;
}

#orange-box-text ul li{
	margin: 7px;
	margin-bottom:0;
	background:url(../img/o-fix.jpg) no-repeat bottom left;
	padding-bottom: 7px;
	padding-left: 10px;
}

#orange-box-text ul li:last-child{
	background:none;
}

#orange-box-bottom {
	width: 220px;
	height: 34px;
	background:url(../img/box-bottom-o.jpg) no-repeat;
}

/* blue-box */
#blue-box {
	width: 220px;
	background:#bedaff;
}

#blue-box a{
	color:#002b65;
	outline:none;
}

#blue-box-text {
	width: 220px;
	background:url(../img/box-top-b.jpg) no-repeat;
	padding-top: 10px;
}

#blue-box-text ul li{
	margin: 7px;
	margin-bottom:0;
	background:url(../img/b-fix.jpg) no-repeat bottom left;
	padding-bottom: 7px;
	padding-left: 10px;
}

#blue-box-text ul li:last-child{
	background:none;
}

#blue-box-bottom {
	width: 220px;
	height:57px;
	background:url(../img/box-bottom-b.jpg) no-repeat;
}

/* green-box */
#green-box {
	width: 220px;
	background:#c4e0d7;
	text-align:left;
}

#green-box a{
	color:#016543;
	outline:none;
	font-size:12px;
}

#green-box-text {
	width: 200px;
	background:url(../img/box-top-g.jpg) no-repeat;
	padding: 10px;
	padding-bottom:0;
	padding-top:15px;
}

#green-box-text ul li{
	margin: 7px;
	margin-bottom:0;
	background:url(../img/separator-g.jpg) no-repeat bottom left;
	padding-bottom: 7px;
	padding-left: 10px;
}

#green-box-bottom {
	width: 220px;
	height: 36px;
	background:url(../img/box-bottom-g.jpg) no-repeat;
}

#right {
	width: 220px;
	float:left;
	border:0px solid red;
}

#main-text {
	width:418px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

#main-text p{
	text-align:justify;
}

#footer {
	width:920px;
	height:156px;
	background:url(../img/footer.jpg) no-repeat;
	margin-bottom:20px;
	color:#0070d1;
	font-weight:bold;
	padding-top:158px;
}

#footer a{
	color:#0070d1;
	font-weight:bold;
	font-size:11px;
}

.clear { clear:both;}