

/*------ Fancy Fonts from Google -----*/
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);

body{
margin:0;
padding:0;
font-family: arial,  sans-serif;
font-size: 100%;
}

a:link {
	color: #2b94b4;
	text-decoration: none;
}

a:visited {
	color: #27a4cb;
	text-decoration: none;
}

strong{font-weight: bold;}

em{
    font-weight: bold;
    font-size: 120%;
    font-style:italic;
}

.bottom-big{
    margin-bottom:4%;
}

.top-big{
	margin-top:10%;
}

.title{
    font-size: 175%;
    font-weight: bold;
}

.title2{
	font-weight: bold;
    font-size: 1.25em;	
}
.centertext{
	text-align: center;
}

.lefttext{
	text-align: left;
}

.lessnotice{
    font-size: small;
}

.bluetext{
	color:  #0000CD;	
}

.blocktext{
    margin-left: 40px;
    margin-right: 20px;
    padding: 5 px;
}

.singlecolblock{
	margin-left:75px;
	margin-right:75px;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#header{
background-image: url(../images/USTOOBanner-V7-840.jpg);
height: 125px; /*Height of top section*/
}

#header h1{
margin: 0;
padding-top: 15px;
}

#col840wrapper{
float: left;
width: 100%;
}

#col840{
margin-right: 20px; /*Set right margin to col2Width*/
margin-left:20px;
text-align: center;
}

#col200{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(col2Width) */
background: #fff;
}

#col580wrapper{
float: left;
width: 100%;	
}

#col580{
margin-right: 260px; /*Set right margin to col2Width*/
text-align: center;	
}

#col260{
float: left;
width: 250px; /*Width of right column*/
margin-left: -250px; /*Set left margin to -(col2Width) */
background: #fff;
}

#singlecolwrapper{
float: left;
margin-left: 10px;
margin-right:10px;
}

#singlecol{
text-align: left;
}

#footer{
clear: left;
width: 100%;
background: white;
color: #000;
text-align: center;
padding: 50px 0;
}



.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*---- DROPDOWN MENU ----*/

#menu{
  width: 100%;
}


ul#nav {float: right;}
ul.drop a { display: block; color: #000; font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif; font-size: 120%; text-decoration: none;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0; color: #000;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 0.5 em; vertical-align: middle; zoom: 1; padding: 5px 10px; }
ul.drop li:hover, ul.drop a:hover { position: relative; z-index: 599; cursor: default; color: #777; }
ul.drop ul {display: none; position: absolute; top: 100%; left: -125px; z-index: 598; width: 200px; background: #2AC; }
ul.drop ul li { float: none; }
ul.drop ul li a{ color: #FFF; }
ul.drop li ul li {padding: 0px; margin-left: 10px;}
ul.drop ul ul { top: -2px; left: 100%; margin: 0 px; }
ul.drop li:hover  ul { display: block }


/*---- Right Column Boxes ----*/
.boxedtext{
    width: 175px;
    padding: 5px;
    border: double;
    background: #ccffff;
}

.innerboxedtext{
    width: 160px;
    margin:0 auto;
}

.titlebox{
	width: 100%;
	background-color:#CC0000;
	color: white;
}

.innertitlebox{
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
}