/*===============================================================================
                                      LAYOUT
===============================================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	visibility: visible;
}


html {
	height: auto;
	min-height:100%;
}

body {
	background-color: #b0d4ef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	min-height:100%;
	color: #6B5634;
}

a {
	color: #669933;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

#divHeader {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 886px;
	height: 302px;
}

#mainStage {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding:0px;
	width: 886px;
	height: auto;
	min-height:100%;
	background-image:url(images/MainStage_repeat.jpg);
	background-repeat:repeat;
}

#upperStage {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 886px;
	height: auto;
	min-height:100%;
	background-image:url(images/MainStage.jpg);
	background-repeat: no-repeat;
}

.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8BCE00;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 25px;
}

.noBorder {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

table.directors{  
	border-collapse:collapse;
}  

table.directors td{  
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8BCE00;
	padding:15px;
}

table.sponsors td{  
	border-width: 1px;
	border-style:solid;
	border-color: #6B5634;
	padding:10px;
}


/*===============================================================================
                                      TEXT
===============================================================================*/


.mainText {
	padding-bottom: 20px;
}

.articleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #6B5634;
	font-weight: bolder;
	line-height: 40px;
}

.articleText {
	padding-left: 20px;
	padding-bottom: 20px;
}

.greenHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #669933;
	font-weight: bolder;
	padding-bottom: 10px;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.buyNowHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #000066;
}

.photoHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #669933;
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align:center;
}
