html, body {
	margin: 0 auto;
	padding: 0 !important;
	min-height: 100%;
	height: 100%;
	text-align: center;
	}

body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	text-align: center;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #CC0101;
	height: 100%;
	min-height: 100%;
	}

h1 {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #DE4301;
}

h2 {
	font-family: "Trebuchet Ms";
	font-size: 20px;
	font-weight: normal;
	color: #C90101;
}
h3 {
	font-family: "Trebuchet Ms";
	font-size: 14px;
	font-weight: black;
	color: #C90101;
}
h4 {
	font-family: "Trebuchet Ms";
	font-size: 12px;
	font-weight: black;
	color: #C90101;
}
a.nav:link {color: #333333; text-decoration: none; }
a.nav:visited {color: #333333; text-decoration: none; }
a.nav:hover {color: #333333; text-decoration: underline; }
a.nav:active {color: #333333; text-decoration: none; }

a.nav2:link {color: #333333; text-decoration: bold; }
a.nav2:visited {color: #333333; text-decoration: bold; }
a.nav2:hover {color: #333333; text-decoration: bold underline; }
a.nav2:active {color: #333333; text-decoration: bold; }

a.made:link {color: #ffffff; text-decoration: none; }
a.made:visited {color: #ffffff; text-decoration: none; }
a.made:hover {color: #ffffff; text-decoration: underline; }
a.made:active {color: #ffffff; text-decoration: none; }

#container {
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 928px;
	text-align: center;
	}

* html #container {
height: 100%;
}

#header {
	padding-right: 30px;
	text-align: right;
	height: 150px;
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	}

#banner{
	text-align: left;
	background-image: url(images/banner_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 278px;
	padding: 0px 0px 0px 14px;
	}

#link1 {
	text-align: left;
	height: 35px;
	background-image: url(images/links1_bg.gif);
	padding: 0px 0px 0px 14px;
	}
	
#link2 {
	text-align: left;
	height: 34px;
	background-image: url(images/links2_bg.gif);
	padding: 0px 0px 0px 14px;
	}

#link3 {
	margin: 0 auto;
	text-align: right;
	padding: 0px 50px 0px 0px ;
	background-image: url(images/content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	}

.form{
	margin: 0px;
	padding: 0px;
}

#content {
	background-image: url(images/content_bg.gif);
	background-position: top;
	background-repeat: repeat-y;
	text-align: center;
	}

#content_mini {
	text-align: left;
	padding: 1px 25px 1px 25px;
	}
#approved {
	text-align:center;
	}

#footer {
	font-size:11px;
	color:#FFFFFF;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	height: 85px;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 0px;
	}
	
#madeby {
	color:#FFFFFF;
	text-align: right;
	font-size: 10px;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 0px;
	}
