@charset "utf-8";
/* CSS Document */

body{
	 background-image:url(../images/homepage/background-home.png); 
	 background-repeat: no-repeat; 
	 background-position: top center; 
	 font-family:Arial, Helvetica, sans-serif; 
	 font-size:0.78em; 
	 padding:0; 
	 margin:0;
}

#wrapper{
	 width:910px; 
	 text-align:left;
	 padding:0;
	 margin:0;
}

#header{ height:100px}
#unlogo{ padding-top:22px }

#topmenu{
	 text-align:left; 
	 height:27px; 
	 font-size:0.917em; 
	 padding-top: 12px; 
	 padding-left:215px;
	 padding-bottom:0;
	 margin-bottom:0;
}

#topmenu a{
	 text-decoration:none;
	 color:#143E61;
}

#topmenu a:hover{
	 text-decoration: underline;
	 color:#143E61;
}
#topmenu .divider{
	color:#388ED6;
	/*font-size:0.583em;*/
	padding:5px;
}

#mainNav{
	 margin-left:7px;
	  margin-top:0px;
}

*:first-child+html #mainNav{

		margin-left:8px;
}

#sponsors{
	 padding-top:15px;
	 padding-left:0px;
}

#sponsors img{
	margin:0 5px
}

#bottomMenu{
	 text-align:left; 
	 height:29px; 
	 font-size:0.833em; 
	 padding-top: 12px;/*filled in 12px*/
}

#bottomMenu a{
	 text-decoration:none;
	 color:#143E61;
}

#bottomMenu a:hover{
	 text-decoration: underline;
	 color:#143E61;
}
#bottomMenu .divider{
	color:#388ED6;
	font-size:0.583em;
	padding:5px;
}

#flashy{ margin-left: 6px}

*:first-child+html #flashy{ margin-left: 6px; margin-bottom:3px;}