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

body {
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
}

h1 {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

ul, li {
	color: #f26820;
	margin: 0;
	padding: 0 0 0 20px;
}

li span {
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
}

p {
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
}

table {
	font-family: "Verdana";
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

/* ------------------------------------------------------------------------------------------------------------- */

.container {
	width: 825px;
	height: auto;
}

#header {
	width: 825px;
	height: 200px;
	float: left;
	background-image:url(images/header.png);
	background-repeat: no-repeat;
}

#navigation {
	width: 751px;
	height: 20px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	margin: 0 0 0 74px;
	text-align: center;
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	clear: both;
	padding:10px;
}

#menuwrapper {
	display:inline;
}

a.menu:link, a.menu:visited {
	border: 0px;
	min-width: 50px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 11px;
	color: #FFF;
}

a.menu:hover {
	background-color:#fed413; 
	color: #FFF; 
}

#center {
	width: 751px;
	height: auto;
	background-image: url(images/centerbg.gif);
	background-repeat: repeat-y;
	float: left;
	clear: both;
	margin: 0 0 0 74px;
	padding: 12px 20px 0 3px;
	text-align: left;
}

#breadcrumbs {
	font-family: "Verdana";
	font-size: 9px;
	color: #000;
	float: left;
}

#center_left {
	width: 480px;
	background-image: url(images/bgimage.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	padding: 0 0 20px 17px;
}

#center_left.big {
	width: 705px;
}

#center_text {
	font-family: "Verdana";
	min-height:500px;
	font-size: 11px;
	color: #000;
	line-height: 20px;
}

#center_right {
	width: 225px;
	height: auto;
	font-family: "Verdana";
	font-size: 10px;
	float: left;
	margin: 0 0 0 20px;
}

#footer {
	width: 751px;
	height: 40px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	margin: 0 0 0 74px;
	float: left;
	padding: 12px 0 0 0;
	font-family: "Verdana";
	font-size: 11px;
	color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: underline;
}

a.breadcrumb:link, a.breadcrumb:visited {
	text-decoration: none;
	color: #f26820;
	font-size: 9px;
}

a.breadcrumb:hover, a.breadcrumb:active {
	color: #f26820;
	font-size: 9px;
	text-decoration: underline;
}

p a:link, a:visited {
	text-decoration: none;
	color: #f26820;
	font-size: 11px;
}

p a:hover, a:active {
	color: #f26820;
	font-size: 11px;
	text-decoration: underline;
}
img {
	border:0;
	display:block;
}
label.error {
	padding-left:5px;
	color: #F00; 
	font-size:10px;
	display:none;
}

.phototable {
	border: 3px solid;
	width:100%;
}

table.phototable {
	border-collapse:collapse;
	border:3px solid #fed413;
	width:100%;
}
table.phototable td {
	border:3px solid #fed413;
	width:50%;
	margin:0;
	padding:0;
}
table.phototable td img {
	width:350px;
}

table.sponsortable {
	width:700px;
}
table.sponsortable td {
	width:250px;
	padding: 25px;
}
table.sponsortable td img {
	width:90%;
	text-align:center;
}

table.linkstable {
	width:100%;
	border:0;
}
table.linkstable td {
	width:50%;
	padding-left:15px;
	padding-right:15px;
}
table.linkstable td img {
	max-height:150px;
	text-align:center;
	margin-top: 20px;
}

img.border {
	border:3px solid #fed413;
}