@charset "utf-8";

body{
  font-family: Verdana,Arial,Helvetica,sans-serif; 
	color: #333333;
	background-image:url(images/masks_light3a.jpg);
	background-repeat:repeat; 
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
	#container {width:680px; padding:10px; border:#333 3px solid; background:#fff; color:#333; margin:0 auto; position:relative; padding-bottom:105px;}
	h1 {font-size:1.8em; text-align:center;}
		h1 span {color:#aaa;}
	p {background:#fff;  padding:10px; margin:0 0 5px 0; }
	a {color:#00CCFF; font-weight:bold; cursor:pointer;}
	a:hover {color:#333;}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
    }
a:hover {
    color:#FF3300;
    }	
#banner { background-color:#000; }
#masthead{
	padding: 10px 5px 10px 5px; 
	border-bottom: 1px solid #cccccc; 
	width: 98%;
}
#masthead  h1{ font-size: 120%; }	
#masthead  p{ background:#f6f6f6; }
#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#navBar sectionLinks  {
	margin: 40px 0px;
/*	padding: 10px 0px 20px 0px; */
	font-size: 60%;
}
#navBar  h1 {
  color:#00FFFF;  
	font-size: 110%;
}

/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}	
.center { text-align:center; }
/************* #globalNav styles **************/
#globalNav{
    background-color:#CCCCCC;
    border:ridge;
	font-size: 130%;
	width:auto;
    font-family: Verdana,Arial,Helvetica,sans-serif; 
    color:#00FF00;
	margin: 10px 0px 20px 0px;
    padding: 5px 0px 5px 10px;
    white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
  color:#000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
  color:#000000;
}
	
}


