	/* CSS Document */

body {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #333333;
	background-color: #FFFFFF;
}
td, tr {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #333333;
}

h1 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 30px;line-height: 1;
}


h2 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 26px;
	line-height: 1;
}


h3 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 22px;line-height: 1;
}


h4 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 20px;line-height: 1;
}


h5 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 14px;line-height: 1;
}


h6{
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

.container
{
	width: 90%;
	margin: 10px auto;
	max-width:1024px;
}

#header{
}

#header h1{
	padding: 20px;
/*	background:green;*/
}

#header h1 a:hover{
	text-decoration:none;
}
#header h1 a{
	text-decoration:none;
}


#menu{
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	border-bottom:solid 1px #CCCCCC;
}
#menu ul {
	list-style: none; float:right;
	padding-left:20px;
}
#menu ul li { 
	display: inline; 
	font-size:larger;
	padding-right:20px;
}
#menu ul li a { 
	text-decoration:none;
	font-size:14px;
} 
 
#content{
	padding: 1em;
	/*background:blue;color:white;*/
}
#footer{
	text-align:right;font-size:small;
	border-top:solid 1px #CCCCCC;
}

