@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #666;
}
h1 {
	color: #eebe05;
	font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial;
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C90;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.content a:link ,.content a:visited {
	color: #C90;
	text-decoration: none;
}
.content a:hover ,.content a:active {
	color: #C90;
	text-decoration: underline;
}


.banner {
	background-color: #000;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 20px;
}
.banner-bottom a:link, .banner-bottom a:visited , .banner a:link, .banner a:visited{
	color: #edbc06;
	text-decoration: none;
}
.banner-bottom a:hover, .banner-bottom a:active , .banner a:hover, .banner a:active{
	color: #edbc06;
	text-decoration: underline;
}


.banner-bottom {
	background-image: url(images/banner-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
	padding-left: 20px;
}
.banner-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555;
	padding-left: 20px;
}

.container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.content {
	background-color: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
}
.content-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	padding-right: 25px;
	padding-left: 25px;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 100px;
	padding: 2px;
	margin-bottom: 2px;
}
.field2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 200px;
	padding: 2px;
	margin-bottom: 2px;
}
.footer {
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.footer a:link, .footer a:visited {
	color: #666;
	text-decoration: none;
}
.footer a:hover, .footer a:active {
	color: #C90;
	text-decoration: none;
}
.footer-seperator {
	font-size: 20px;
	font-weight: normal;
	padding-right: 7px;
	padding-left: 7px;
}


.header {
	background-image: url(images/bg-header.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.heading-black {
	font-size: 30px;
	font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial;
	font-weight: normal;
	color: #000;
}
.menu {
	background-image: url(images/bg-yellow.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 31px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.pad25 {
	padding-right: 25px;
	padding-left: 25px;
}

.pad-right {
	padding-right: 8px;
}
.reset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C90;
	text-decoration: underline;
	background-color: #FFF;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

.right {
	float: right;
}
.right a:link, .right a:visited {
	color: #000;
	text-decoration: none;
}
.right a:hover, .right a:active {
	color: #C90;
	text-decoration: none;
}



.text-yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #edbc06;
	margin: 0px;
	padding: 0px;
}
.text-white {
	color: #FFF;
}
.text-white-big {
	color: #FFF;
	font-size: 14px;
}

.text_bullets {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
