.linkcolor A:link {text-decoration: underline; color: blue;}
.linkcolor A:visited {text-decoration: none; color: blue}
.linkcolor A:active {text-decoration: none; color: blue}
.linkcolor A:hover {text-decoration: underline; color: red;}


body {
	background-color: #376D97;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#outer {
	width: 80%;
	background-color:#FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #000000;
}
div#header {
	padding: 15px;
	margin: 0px;
	text-align: center;
}
div#nav {
	width: 25%;
	padding: 10px;
	margin-top: 1px;
	float: left;
}
div#main {
	margin-left: 30%;
	margin-top: 1px;
	padding: 10px;
}
div#footer {
	padding: 15px;
	margin: 0px;
	border-top: thin solid #000000;
	text-align: center;
	color: gray;	
}
#tabs {
    float:left;
    width:100%;
    background:#ffffff url("bg.gif")
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }
#tabs ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
#tabs li {
    float:left;
    background:url("norm_left.gif")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px
    }
#tabs a {
    float:left;
    display:block;
    background:url("norm_right.gif")
      no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#000;		   
    }
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#header a {float:none;}
  /* End IE5-Mac hack */
#tabs #current {
    background-image:url("norm_left_on.gif");
    }
#tabs #current a {
    background-image:url("norm_right_on.gif");
    padding-bottom:5px;
    }

#menu1 {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #3D261D;
	border-size: 1px;
	border-width: 1px;
	}
	
#menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu1 li a:hover {
	color: #FFF;
	background:  url(menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
