body {
	font-family:  arial, helvetica, sans-serif;
	color: #666666;
	}
a {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: #003399;
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
hr {
	margin: 0px; /* fixes xhtml N6 bug where the hr sits to the left*/
	color: #ccc; /* for ie */
	background-color: #ccc; /* for everyone else */
	height: 1px;
	}

h1  {
	font-family:  "Frutiger 45 Light", verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size: 100%;
	line-height:2em;
	margin: 0em 0 0.5em 0;
	color: #666;
	}

h2  {
	font-family:  "Frutiger 45 Light", verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size: 85%;
	color: #666;
	margin: 1em 0 .5em 0; 
	}
	
h3  {
	font-family:  "Frutiger 45 Light", verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	color: #666;
	line-height:1.5em;
	margin: 1em 0 .5em 0; 
	}

table {
	margin:0;
	width: 98%;
	}

p {
	font-size: 80%;
	line-height: 1.5em;
	margin: .5em 0 .5em 0;
	color: #666;
	}
	
li {
	font-size: 80%;
	line-height: 1.2em;
	margin: 0em 0 0.6em 0;
	color: #cc0000; 
	}

span {
	color: #666;
	}

ul {
	margin: 0.5em 0.5em 1.0em 0em; 
	padding-left: 1em;

	}
td, th{
	font-size: 80%;
	}
hr {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
	}
img {
	border: 0;
	}
.floatright {float:right;}
.floatleft {float:left;}	

#indent { 
		margin-left:10em;
		}
#leftline {
	background-image: url(images/1.gif);
	padding-left: 2em;
	}
	
#blue {
	color:#003366;
	}

#container {
	width:800px;
	margin:1em auto;
	padding: 1em; 
	border: thin;
	border-style: solid;
	border-color: #CCCCCC; 
	background: url(images/2.gif);
	}
#header {
	height:19em;
	width:100%;
	background-color: #FFf;
	}
#left {
	width:12em;
	float: left;
	background-color: transparent;
	color:#000000;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	}
	
#main {
	margin:0 0 0 13em;
	color:#000000;
	}
	
#main h1 {	
	padding-left: 2em;
	}
		
#footer {
	margin-top: 0em;
	padding: 0.5em 1em 0.5em 1em;
	background-color: #ccc;
	color: #003366;
	}
	
#footer h1 {
	color: #003366;
	}
#footer a {
	color: #666;
		}	
#menu {
	height:2.5em;
	width:100%;
	background-color: #003366;
	text-align: right;
	color:#FFF;
	}
#menu a {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: #fff;
	}
#menu p {
	padding: 0.8em 2em 0.8em 0;
	color: #fff;
	}
	
form * {
	margin:0 0 0 0.7em;
	padding:0;
	}

label {
	font-size: 70%;
	color: #003366;
	padding-top:0;
     }

#copyright {
	font-size: 70%;
	color: #666;
	margin:0.5em 0.5em 0 0.5em;
	text-align: center;
     }
	 
/* 2 column list */	 

/* allow room for 3 columns */
  /* separate lists from subsequent content */
div.outerwrap
{
  margin-bottom: 1em;
}

/* position list chunks side by side */
div.wrapper
{
  float: left;
  width: 17em;
}

/* clear float after lists */
#twocol br
{
  clear: left;
}
/* remove default spacing  to 
promote cross-browser consistency */
#twocol ul
{
  margin: 0;
  padding: 0;
}

/* suppress normal list item numbering */
#twocol ul li
{
  list-style-type: none;
}

/* generate new item numbers that 
continue from one list to the next */
#twocol ul li:before
{
  content: counter(item) ". ";
  counter-increment: item;
}

	 
/* end 2 column list */	 

/*Changing LINKS*/
#changinglinks{
	font-size: 70%;
	color: #FFFFFF;
	}
/*end Changing LINKS*/
	 
