@charset "utf-8";
/* CSS Document */
html { height: 100%; margin-bottom: 1px; }

body {
   background: #e8e9ee url("../images/bg1.jpg") repeat-y 50% 0;
   background-attachment: scroll;
   margin:0;
   padding:0;
}

#centered {
	text-align:center;
}

#container {
   margin: 0px auto;
   position:static;
   text-align: left;
   width: 800px;
}

#header {
  background: #fff url("../images/hd1.jpg") no-repeat;
  color:#FFF;
  height:147px;
  width:800px;
  display: block;
}
#header line2 {
	font-size:24px;
  }


h1 {
	font-family: helvetica;
	font-size:36px;
	color:#900;
}

#subtitle {
	font-family: helvetica;
	font-size:24px;
}

	
#contents {
	background: #fff url(tab.jpg) no-repeat;
	font-family: tahoma;
	font-size:12px;
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
}

a:link {
	color:#666;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:active {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}

#navbar ul { 
    margin: 0; 
    padding: 5px; 
    list-style-type: none; 
    text-align: left; 
    background-color: #FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:-6px;
    } 

#navbar ul li {  
    display: inline; 
}
	
#divide {
	background:url("../images/dev1.jpg");
	height: 20px;
	width: 800px;
	margin-bottom:-10px;
}



#navbar ul li a { 
    text-decoration: none; 
    padding: .2em 1em; 
    color: #000; 
    background-color: #FFF;
    } 
	
#navbar ul li.current a:link, #navbar ul li.current a:visited {
	text-decoration:underline;
}

#navbar ul li a:hover { 
	color: #000; 
	text-decoration:underline;
    background-color: #fff; 
    } 

#italic {
	font-style: italic;
}


#right {
	float:right;
	width:300px;
}

#right2 {
	float:right;
	width:400px;
}

#infobar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	text-decoration:none;
}
#nodisplay {
	display:none;
}
