/* This is the main stylesheet for use by any USAS pages - mainstyles.css */

/* layer fun! */
	#leftbar {position:absolute; left:0px; top:0px; width:100px; height:1000px; color:#FFFF66; background-color:#CC99CC; layer-background-color:#003366; font-size:80%; font-weight:bold; font-family:arial,sans-serif; /* source-include:url(navbar.html); */ }
	#main {position:absolute; left:110px; top:100px; font-family:arial,sans-serif;}
	#topbar {position:absolute; top:5px; left:110px;}

/* default styles: */ 
	BODY {COLOR:#660066; background-color: #FFFFFF; font-family: arial, sans-serif; font-size:100%;}
	TABLE.norm, TD.norm, TR.norm, DIV.norm { COLOR:black; background-color: #FFFF66; font-family: arial, sans-serif; font-size:100%; }
	A:link {color: #660066; font-weight:bold; text-decoration: none; } 
	A:visited {color: #660099; font-weight:bold; text-decoration:none;} 
	A:active {color: #FFCC33; font-weight:bold; text-decoration:none;} 
	A:hover {text-decoration:underline;} 

/* fun classes: */
	P.usastitle {color: #003366; font-family: arial, sans-serif; font-size:large; font-weight:bold; font-style:italic;}
	HR.usastitle {color: #003366;}
	P.minilogo {color: #FFFFFF; font-family:arial,sans-serif; font-size:medium; font-weight:bold; font-style:italic;}
	H3.head {font-size:13pt; font-weight:bold;}
	P.section {font-family: arial, sans-serif; font-size:14pt; font-weight:bold;} 
	P.subsection {font-family: arial, sans-serif; font-size:12pt; font-weight:bold;}
	P.subheading {font-family: arial, sans-serif; font-size:10pt; font-weight:bold;}
/* navigation layer: 
	#navbar {position:absolute; left:10px; top:20px;} */
	
/* styles for navigation sidebars: */
	/*BODY.navbar {color:#FFFFFF; background-color:blue;}*/
	TABLE.navbar, TD.navbar, TR.navbar {color:#FFFF33; font-size:80%; font-weight:bold; font-family:arial,sans-serif;}
	P.navbar {color:#FFFF33; font-size:90%; font-weight:bold; font-family:arial,sans-serif;}
	A.navbar {color: #FF6633; font-weight:bold; text-decoration: none;} 
	P.navaddress {color:#FFFF33; font-size:75%; font-weight:bold; font-family:arial,sans-serif;}

/* old shit, ignore this, to be deleted soon */
	BODY.nav  {color : #CC0000; background-color : black; font-family : 'bauhaus 93',arial,sans-serif; font-size: small; }
	A.nav  {color : #DD0000 ; font-weight:bold; text-decoration : none; }
   	A.nav:visited  {color : #BB0000; }
    A.nav:active  {color : #FF0000; }
   	A.nav:hover  {text-decoration:underline; }
/* end */