body {
	font-family: "Charis SIL", Gentium, "Gill Sans MT", "Gill Sans", GillSans, Sans-Serif;
	font-size: 95%;
}

a {
	color: #3F3F3F;
}

a:hover {
	color: #000000;
}

a.translateTag {
	font-family: "Charis SIL", Gentium, "Gill Sans MT", "Gill Sans", GillSans, Sans-Serif;
	font-size: x-small;
	background-color: #CFCFCF;
	color: #E87A23;
	vertical-align: super;
}

#flags {
	width: 100%;
	font-size: x-small;
	
}

#flags img {
	border: 1px solid #3F3F3F;
	margin-left: 1px;
	margin-right: 1px;
	width: 24px;
	height: 12px;
	vertical-align: middle;
	
}

img {
	float: none;
}

#header {
	width: 100%;
}

#navigation {
	position: absolute;
	top: 40px;
	padding-top: 2px;
	font-size: small;
	width: 99.4%;
	height: 20px;
	background: #FF9900;
}

#navigation span {
	margin: 0px;
	padding: 0px;
	
}

#navigation br{
	float: left;
}

#navigation a {
	color: #000000;
	text-decoration: none;
	padding-left: 35px;
	padding-right: 35px;
	
}

#navigation a:hover {
	font-weight: bold;
}

#picturebox {
	position: absolute;
	top: 60px;
	width: 99%;
	height: 162px;
	border: 1px solid #FF9900;
	background-color: #FFFFFF;
	background-image: url(../img/img_css/graanver4.png);
	background-repeat: no-repeat;
}

#sidebar {
	position: absolute;
	top: 250px;
	width: 13%;
}

#loginbox {
	padding: 10px;
	margin: 5px;
	border: 1px solid #FF9900;
	font-size: x-small;
	text-align: center;
	background-color: #FFFF99;
}

/*
#objective {
	position: absolute;
	top: -93%;
	width: 350px;
	left: 490%;
	font-family: Bradley Hand ITC TT, Bradley Hand ITC, "Charis SIL Italic", "Gentium Italic", "Gill Sans MT", "Gill Sans", GillSans, Sans-Serif;
	font-weight: bold;
	color: #000000;
	text-align: center;
	
}

#objective img {
	width: 90px;
	border: 0px;
}
*/

#objective {
	padding: 10px;
	margin: 5px;
	border: 1px solid #FF9900;
	font-family: Bradley Hand ITC TT, Bradley Hand ITC, "Charis SIL Italic", "Gentium Italic", "Gill Sans MT", "Gill Sans", GillSans, Sans-Serif;
	font-size: 85%;
	text-align: center;
	background-color: #FFFF99;
}

#objective img {
	width: 85%;
	border: 0px;
}

#sidebar2 {
	position: absolute;
	top: 250px;
	right: 8px;
	width: 13%;
}

#partners{
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #FF9900;
	text-align: center;
	font-size: x-small;
	background-color: #FFFF99;
}

#sponsors{
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #FF9900;
	text-align: center;
	font-size: x-small;
	background-color: #FFFF99;
}

#content {
	position: absolute;
	padding: 10px;
	top: 220px;
	left: 15%;
	width: 68%;
	
}

#content h1, h2, h3, h4, h5, h6 {
	color: #FF6600;
	
}

#content .importantevent {
	color: #476421;
}

#content p {
	text-align: justify;
}

#content p.error {
	color: red;
}

#content p.postedby {
	text-align: right;
	font-style: italic;
}


/*
Layout of forms
*/

#content form fieldset.hidden {
    border: 0;
}

#content form fieldset ol {
    margin: 5px;
    padding: 5px;;
}

#content form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}

#content form li.reqnote {
    font-size: 80%; 
    margin: 5px 0 0 10px;
}

#content form span.error, form span.required {
    color: red;
}

#content form div.error {
    border: 1px solid red;
    padding: 5px;
}



#content form fieldset{
	
	border: 1px solid #FF9900;
	
}

.agenda a{
	font-family: "Charis SIL", Gentium, "Gill Sans MT", "Gill Sans", GillSans, Sans-Serif;
	font-size: x-small;
	text-align: right;
}

.eventinfo a{
	font-family: "Charis SIL", Gentium, "Gill Sans MT", "Gill Sans", GillSans, Sans-Serif;
	font-size: x-small;
	text-align: right;
}

#login {
	width: 225px;
	padding: 10px;
	border: 1px solid #7F7F7F;
	margin: 125px auto auto;
	text-align: center;
}

#login p.error {
	color: red;
}

#login form {
	border-width: 0;
	margin: 0;
	padding: 0;
}

#login form fieldset.hidden {
    border: 0;
}

#login form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}

#login form fieldset ol {
    margin: 0;
    padding: 0;;
}



