@charset "utf-8";
html, body, 
ul, ol, li, 
h1, h2, h3, h4, h5, h6, 
map, area, 
blockquote, img, a, span, p, 
form, input, select, textarea, fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
	outline-style: none;
}

/**
 * Default styles
 */ 
html { min-height: 100%; }
body {
	background: bottom left fixed no-repeat url(../gfx/graphic.png) #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div.clear { clear: both; }
div.clear2 { clear: both; display: block; height: 0.1px; overflow: hidden; }

a:link,
a:visited { color: #231f20; font-weight: bold; text-decoration: none; }
a:hover,
a:active { text-decoration: underline; }

img { display: block; }

ul, ol { margin: 7px 0px 7px 20px; }
ul ul,
ul ol, 
ol ol,
ol ul { margin-bottom: auto; margin-top: auto; }

table { margin: 7px 0px 7px 0px; }

h1,h2,h3,h4,h5,h6 { color: #f89b1c; margin: 7px 0px 7px 0px; }
h1 { font-size: 27px; font-weight: normal; margin-bottom: 20px; }
h2 { font-size: 17px; font-weight: normal; }
h3 { font-size: 15px; font-weight: bold; }
h4 { font-size: 13px; font-weight: bold; }
h5 { font-size: 13px; font-weight: bold; font-style: italic; }
h6 { font-size: 13px; font-weight: normal; font-style: italic; }

input, select, textarea { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 12px; color: #000000; }
input.text { border: 1px solid #CCCCCC; }
input.radio {}
input.checkbox {}
input.image { margin: 0px; padding: 0px; border: none; background: none; }
textarea { border: 1px solid #CCCCCC; }
select { border: 1px solid #CCCCCC; }

input.submit { background-color: #0099FF; color: #FFFFFF; padding: 2px 5px 2px 5px; border: 1px outset #0099FF;  }
input.submit:focus { border: none; outline-style: none; }
input.button { background-color: #CCCCCC; color: #000000; padding: 2px 5px 2px 5px; border: 1px outset #CCCCCC; }

p { margin: 7px 0px 7px 0px; margin-bottom: 15px; }

/**
 * Form errors
 */
div.form-error { border: 1px solid #FF0000; background-color: #FFD9DA; color: #000000; padding: 15px; }
div.form-error h2 { font-size: 14px; font-weight: bold; color: #ff0000; }
div.form-error ul { list-style: square; }
div.form-error ul li { color: #333333; }

/**
 * Layout
 */
#wrap { width: 880px; margin: 0px auto 0px auto; padding: 30px 0px 0px 0px; /*background-color: #009933;*/ }

/**
 * Languages
 */
#lang { font-size: 15px; color: #000000; text-align: right; }
#lang a:link,
#lang a:visited { color: #000000; font-weight: normal; }
#lang a:hover,
#lang a:active {}

#logo { margin-bottom: 15px; display: block; }

/**
 * Menu
 */
#menu { padding: 0px 0px 30px 0px; font-size: 20px; font-weight: bold; }
#menu .col-left { float: left; width: 250px; font-size: 24px; }
#menu .col-center { float: left; width: 420px; }
#menu .col-right { float: left; width: 210px; }
#menu a:link,
#menu a:visited { color: #808285; text-decoration: none; display: block; margin: 0px 0px 5px 0px; }
#menu a.active:link,
#menu a.active:visited,
#menu a:hover,
#menu a:active { color: #231f20; text-decoration: none; }

/**
 * Content
 */
#content { padding: 0px 0px 205px 0px; }
#content .col-left { float: left; width: 210px; padding: 0px 40px 0px 0px; overflow: hidden; }
#content .col-left h1 { font-size: 36px; line-height: 100%; font-weight: bold; color: #808285; }
#content .col-right { float: left; width: 540px; font-size: 16px; }

/**
 * Calendar
 */
#calendar {}
#calendar div.month { font-size: 17px; color: #000000; font-weight: bold; padding: 10px 0px 0px 0px; }
#calendar div.day { font-size: 16px; color: #000000; float: left; font-weight: bold; margin: 0px 15px 10px 0px; padding: 5px 0px 0px 0px; }
#calendar div.active-day { float: none; margin: 0px 0px 5px 0px; }
#calendar div.item { padding: 0px 0px 0px 0px; }
#calendar a.title:link,
#calendar a.title:visited { color: #808285; text-decoration: none; font-size: 24px; font-weight: bold; }
#calendar a.active:link,
#calendar a.active:visited,
#calendar a.title:hover,
#calendar a.title:active { color: #000000; }

/**
 * Accordion
 */
div.accordion {}
div.accordion a.title:link,
div.accordion a.title:visited { color: #808285; text-decoration: none; font-size: 24px; font-weight: bold; display: block; }
div.accordion a.ui-state-active:link,
div.accordion a.ui-state-active:visited,
div.accordion a.title:hover,
div.accordion a.title:active { color: #000000; }

.sponsors { float: right; padding: 100px 0px 0px 0px; }