/* CSS Document */

html, body {
    height: 100%;
}

body {
    margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

img {
    border: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Page Structure */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container {
	/* margin: 0 auto; */
	/* position: relative; */
	width: 900px;
	text-align: center;
	background-color: transparent;
}

#header_left {
    width: 730px;
	height: 236px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: transparent;
	float: left;
}

#header_right {
    width: 170px;
	height: 216px;
	margin: 0;
	padding-top: 20px;
	text-align: left;
	background-color: transparent;
	background-image: url(../images/header_right.jpg);
	float: right;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#body_background {
    width: 900px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url(../images/body_background.gif);
	float: left;
}

#body_left {
    width: 192px;
	min-height: 150px;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: transparent;
	float: left;
}

#menu_container {
    height: 150px;
    position: relative;
}

#event_info {
    margin-top: 50px;
	margin-left: 10px;
	margin-right: 14px;
	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #FFFFFF;
}

#body_right {
    width: 698px;
	margin: 0;
	padding-left: 10px;
	text-align: left;
	background-color: transparent;
	float: right;
}

#footer_left {
    color: #8DC73F;
	width: 774px;
	height: 66px;
	margin: 0;
	padding-top: 30px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/footer_left.gif);
	float: left;
}

#footer_right {
    color: #8DC73F;
	width: 126px;
	height: 66px;
	margin: 0;
	padding-top: 30px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/footer_right.gif);
	float: right;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Text Styles */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.copyright {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: normal;
}

.title1 {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Link Styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a:link, a:visited {
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #663300;
    line-height: 14pt;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    color: #9DC44D;
    line-height: 14pt;
	font-weight: bold;
}

a:active { }

/* - - - - - - - - - - - - - - - */

a.bottomnav:link, a.bottomnav:visited {
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #8DC73F;
    line-height: 38px;
	font-weight: normal;
}

a.bottomnav:hover {
	text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    line-height: 38px;
	font-weight: normal;
}

a.bottomnav:active { }

/* - - - - - - - - - - - - - - - */

a.copyright:link, a.copyright:visited {
    text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    color: #FFFFFF;
    line-height: 15px;
	font-weight: normal;
}

a.copyright:hover {
	text-decoration: none;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9px;
    color: #8DC73F;
    line-height: 15px;
	font-weight: normal;
}

a.copyright:active { }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Form Styles */ 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

form {
    margin: 0;
}

input,textarea, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}