/* Colors and Fonts Etc.*/

body {
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1em;  /* .8em then 1.0*/
    background: #2b1671; /* DarkBlue */
    color: LightYellow;
    }

a:link {
    color: #00aa00; /* #00aa00;*/
    text-decoration: underline;/*none;*/
    }

a:visited {
    color: #00aa00;
    /*text-decoration: none;*/
    }

a:hover {
    text-decoration: underline;/*underline*/
    }

a:active {
    color: #00AA00; /*e03a00*/
    }


img {
    border: 0;
    }

#header, #notice, #logos, {
    font-family: verdana, sans-serif;
    font-size: 1.2em; /* was .8em; */
    }
 #footer, #minifooter {
    font-family: verdana, sans-serif;
    font-size: 0.6em; /* was .8em; */
    }
p, ul, h2, h3, h4, h5 {
    margin: 0 0 1em 0;
    }

ul li {margin-left: 2em;}

img.floating {float: right;padding: 0px 0 10px 0px;}

h1, h2, h3, h4, h5 {
    font-family: verdana, geneva, sans-serif;
}
h1 a, h1 a:visited, h1 a:hover, h1 a:active {color: #002100;text-decoration:none;}

/* Padding inside the grid sections */

/* #footer, #minifooter, #notice, #main { margin: 30px; } */

#header {
    margin: 30px 0px 5px 30px;
    }

/* Right-hand Column Logo Formatting */

#logos {
    padding: 5px; /* 15px */
    }

#logos img {
    margin: 2px;
    text-align: justify;
    horizontal-align: middle; /* vertical-align: middle;*/
    }


/* Menu Formatting */

#navcontainer ul {
   margin-left: 0;	
   padding-left: 0;	
   list-style-type: none;	
   font-family: Arial, Helvetica, sans-serif;
}
#navcontainer a {
  display: block;	
  padding: 2px;	
  width: 200px;	
  font-weight: bold;
  font-size: 0.8em;
 /* background-color: #5d4789;	*/
  border-bottom: 0px solid #eee;
}
#navcontainer a:link, #navlist a:visited {
  color:#ffffff;
  text-decoration: none;
}
#navcontainer a:hover {	
   background-color: #2a0e72;	/* was #333333 then #89bd12*/
   color: #fff;
}

#main {
    margin-left: 200px;
    border-style: solid;
    border-color: white;
    border-width: 0 0 0 0; /*0 0 0 1px */
    padding: 0 20px 0 10px; /*0 0 0 30px */
    font-family: arial, helvetica, sans-serif;
    font-size: 0.8em;  /* .8em */
    color: white;
    }


/* Little Box Stlyes */

.box, #notice, #minifooter {
    font-family: verdana, sans-serif;
    line-height: 1.6em;
    border-style: dashed;
    border-color: black;
    border-width: 0 0 0 1px;
    padding: 0 0 0 30px;
    }

.box.quote {font-style: italic;}
.box .quoted {display: block;text-align: right;font-style: normal;}
.boxcontent .quote {font-style: italic;text-align: center; }



#notice {
    border-color: white;
    }

#main .box {
    margin: 10px 0 10px 30px;
    color: #006600;
    float: right;
    width: 33%;
    }

#minifooter {
    border-color: white;
    }

/* Form Styles */

#signupform {
    font-family: verdana;
    width: 510px; padding-bottom: 30px;
    }

fieldset {
    border: none;
    }

legend {
display: none;

    }

.leftform {width: 290px;float: left;}
.rightform {width: 290px; float: right;}
.leftform input, .rightform input {width: 290px;}

#presentation_body {width: 610px;}
#presentation_title {width: 610px;}
.bothcols {width: 610px;}
#presenting {float: left; width: 20px;text-align: left; margin: 0 5px 0 0;vertical-align: middle;}

input, label {height: 1.5em;}

#presentation_fields .leftform {
    margin-top: -3em;
    }
span.error {font-weight: bold;color: #ff0000;}
#attendance_submit {width: 100px;height: 2em;float: right;margin: 15px 0 0 0;}

/* Aslak */

label, input.textfield {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 160px;
	padding-right: 20px;
}


