body {
    font-family: Arial, Helvetica, sans-serif; 
    padding: 0;
	margin: 0;
	background-color: #FFFFFF; 
	font-size: 1em;
	height:100%;
   }

/* Not sure if I should do this, but If I wanted to, I'd need to make the bluebottomleft bar look identicl to the background... */
/*body {
	background-image: url('images/blueleftbar.gif');
	background-repeat: repeat-y;	
}*/





/* Masthead contains search box (on right) and Logo (on left) the banners in the masthead can slide behind the search box.)   */ 
#masthead {
	padding: 0 ;
	margin: 0px;
	background-color: #000066;
	background-image: url('images/bluetopbar.gif');
	background-repeat: repeat-x;
	height: 101px; /*This line does work, but it is redundant */
	text-align: center; 
	background-position-y:50%
	color:#FFFFFF; 
	}


#search {

	border:1px solid #000000; 
	position: absolute;
	right: 0px;
	
/*	display: none;*/
	background-color: white; /*Uncomment this sign when implementing the search function. Then it will appear */
	color: #000000; 

/*	width: 130px;  /* */
	text-align: center;
	padding: 8px 8px;
	margin: 14px 14px 20px 0px;
}
	
#logo {
	padding: 0px;
	margin: 0px ; 
	height: 101px;
	position: absolute;
	left: 0px;
	}


#title img {
	display: inline;
	}


#content {
	float: none;
	background-image: url('images/sal10sec.gif'); 
	background-repeat: no-repeat;
	background-position:  right bottom;; margin-left:215px; margin-right:0px; margin-top:0px; margin-bottom:0; padding-left:4px; padding-right:0px; padding-top:0; padding-bottom:3px
	}
	
#content ul {
	margin-top: 0px;
	list-style-image: url('images/bluedot8.gif'); 
	}

#content p {
	margin: 6px 0px 16px 0px; 
	
	}

#rightcolumn {
	float:right;
	float: right;
	width: 210px; 
	}
	
#yellowbox {
	border: 1px solid #EEBB00; /* Could try a 2px border for a stronger border */
	background-color: #FFF8c6; /* Could try lemonchiffon: #FFF8C6;, khaki1:#FFF380; other light yellows*/
	margin-left:4px; 
	margin-right:0px; 
	margin-top:6px; 
	margin-bottom:12px; 
	
	padding-left:8px; 
	padding-right:0px; 
	padding-top:2px; 
	padding-bottom:0px
	}
	
#yellowbox p{
	margin: 5px 0px 0px 0px;
	}
	
#yellowbox ul{
	margin: 0 0 4px 0;
	}

#macbox {
	padding: 0;
	margin: 0;
	background-image: url('images/mac.jpg');
	background-repeat: no-repeat;
	background-position: bottom right; 
	display: block;
	}
	
#news {
	border-top: 1px solid black;
	min-height: 106px;
	padding: 3px 3px 3px;
	margin-right: 180px;
	}

#news img{
	float:left;

	}

#content ul{
    margin-left: 0px;
	padding-left: 40px;
	
    }


#content a:link {
	color: #0000cc;
	text-decoration: none;
	}


#content a:visited, #bottomline a:visited {
	color: #330099;
	text-decoration: none;
	}

#content a:link:hover, #bottomline a:link:hover, #content a:visited:hover, #bottomline a:visited:hover {
	text-decoration:underline;
	}
	
h1 {

	font-family: verdana, arial, sans-serif;
	margin-top: 18px;
	margin-bottom: 12px;
	color: #000066; 
	text-align:left;  /*   This line doesn't work*/
	
	}
	
h2 	{
	margin-top: 3px;
	margin-bottom: 0; 
	font-size: 1.3em;
	color: #000000;

	}

	
strong {
	
	color: #000066;
	}

		
	
body li {
	margin-top: 0;
	}


#content img {
	margin: 2px;
	border: 1px solid black;
	}
	
/* Remove borders from certain images (those with white backgrounds)*/
#content img.noborder{
	margin: 2px 2px;
	border: 0px solid white;
	}
	
	
	

#nav1 {
	position: absolute;
	left:0px;
	margin: 0;
	padding: 0;
	background-color: #000066;
	background-image: url('images/blueleftbar.gif');
	background-repeat: repeat-y;	
	horizontal-align: center;
	width: 109px;
	font-weight: bold;

	}

/* "List-style" means it doesn't have bullets? Vertical?  border at the bottom of the menu*/
#nav1 ul {

	list-style: none;
	padding: 0px 0px 5px 0px;
	margin: 0px 8px 0px 0px;
	border-bottom: 1px solid #9999cc;

	}

/* Border at the top of every menu item and the margins that control it*/
#nav1 ul li {
	
	border-top: 1px solid #9999cc;

	}

/* Padding where the words are placed in each menu item. 
 *	NB: IE6 treats the padding parametre differently than IE7 and Firefox.*/
#nav1 ul li a  {
	text-decoration: none;
	display: block;
	margin: 0;

	text-align: right;
	padding: 4px 0px; 
	}

html>body #nav1 ul li a {
	width: auto;
	}

/* Colour of all the menu items*/
#nav1 ul li a:link {
	color: #eebb00	;
	}	
	
#nav1 ul li a:visited {
	color: #eebb00	;
	}	


#nav1 ul li a:link:hover, #nav1 ul li a:visited:hover  {
	color: #FFFFFF;
	}
	
#nav1 ul li a#current {
	color: #FFFFFF;
	}

/* Nav2 Is the second navigation column with white background */
#nav2 {
	position: absolute;
	left: 109px; 
	margin: 0px 10px 0px 0px;
	padding: 0;

	horizontal-align: center;

	width: 100px;


	}

/* "List-style" means it doesn't have bullets? Vertical? */
#nav2 ul {
	list-style: none;
	padding: 0;
	margin: 0px 1px 0px 4px;
	border-top: 2px solid #9999cc;
	border-bottom: 2px solid #9999cc;
	}

/* Border at the bottom of every menu item and the margins that control it*/
#nav2 ul li {
	
	margin-right: 2px;
	margin-left: 2px;

	}

/* Padding where the words are placed in each menu item */
#nav2 ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	width: 100%; 
	text-align: right;
	padding: 5px 0px; 
	line-height: 1.1em;
	}

/* Makes already visited links in this menu a darker shade of blue*/
#nav2 ul li a:visited {
	color: #330099;
	}

/* Mouse Overs on this menu go to a bold gold*/
#nav2 ul li a:link:hover, #nav2 ul li a:visited:hover {
	color: #EEBB00;
	font-weight:bold; 
	letter-spacing:-0.3pt;
	}
	

	
#nav2 ul li a#current {
	color: #eebb00;
	font-weight: bold;
	letter-spacing:-0.3pt;
	
	}

		
#bottomline	{
	margin: 0px 0px 3px -215px;
	padding: 3px 0px 1px;
	text-align: center;
	color: black;
	font-size: .8em;
	}
	
#bottomline p {
	margin-bottom: 2px;
	margin-top: 2px;
	}
	