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

body {
	margin-top: 0px;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

a {
	color: #000000;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

#top_banner {
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	height: 150px;
	border-collapse: collapse;
}

#menu_background {
	background-image: url(images/menu.jpg);
	height: 50px;
	background-repeat: no-repeat;
}

#top_section_s {
	background-image: url(images/sections/top_s.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#bottom_section_s {
	background-image: url(images/sections/bottom_s.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#top_section {
	background-image: url(images/sections/top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#bottom_section {
	background-image: url(images/sections/bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#left_section {
	background-image: url(images/sections/left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#right_section {
	background-image: url(images/sections/right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#main {
	border-collapse:collapse;
}

#top {
	background-image: url(images/border/top.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 15px;
}

#bottom {
	background-image: url(images/border/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#left {
	background-image: url(images/border/left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#right {
	background-image: url(images/border/right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

ul#navigation {
	list-style-type: none;
	float: left;
	width: 625px;
	height: 40px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul#navigation li {
	display: inline;
	text-align: center;
}

ul#navigation a {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	background: #262523;
	padding-top: 1em;
	padding-right: 2.1em;
	padding-left: 2.1em;
}

ul#navigation a:hover {
	/*background-image: url(images/background2.gif);*/
	background-repeat: no-repeat;
	background-position: center top;	
}

.footer2 {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}
.footer2 a{
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
.footer a{
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}

.reguired {
	font-size:9px;
	color: #FF0000;
	vertical-align: super;
}.featured_title {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.mini_menu {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.mini_menu a {
	font-size: 10px;
	text-decoration: none;
}
.error {
	color: #FF0000;
}
.thanks {
	color: #000000;
	font-size:	14px;
	font-weight: bold;
}

