body{
	background : #ffffea;
	font-size : 9pt;
	font-family : 'Lucida Sans Unicode',helvetica,arial,sans-serif;
}

a{
	text-decoration : none;
}

a:link, a:visited{
	color : #009;
}

a:hover{
	color : #900;
}

img{
	border : 0;
}

h1,h2{
	color : #0060c0;
	text-align : right;
	width : 100%;
	clear : none;
}

h3, h4{
	color : #900;
	text-align : left;
	width : 100%;
}

h1{
	border-bottom : 1px solid #900;
	font-size : 15pt;
}

h2{
	font-size : 13pt;
	margin-top : 0;
}

h3{
	font-size : 12pt;
}

h4{
	font-size : 11pt;
}

blockquote{
	color : #0060c0;
}

li{

}

#container{
	width : 100%;
	margin-left : auto;
	margin-right : auto;
}

#header{ background-color:#336600;
        height : 50px;
        padding-top : 3px;
        font-size : 12pt;
        color : #ffffea;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	font-style : normal;
        border : 1px solid #000;
        margin-bottom : 5px;
}

#opening{ /*our opening words*/
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	font-style : italic;
}

#menu{
	float : left;
	width : 16em;
}

#nav{
	border : double 3px #900;
	width : 15em;
	margin-left : auto;
	margin-right : auto;
	padding : 2px;
	color : #900;
	cursor : default;
	letter-spacing : 0.1em;
	font-variant : small-caps;
}

#nav ul, #nav ul * ul{
	list-style : none;
	margin-left : 0.25em;
	padding : 0;
}

#nav ul li{
	margin-top : 0;
	margin-bottom : 0;
}

#nav div ul li, #nav div * ul li{
	margin-left : 1em;
}

#nav ul li div{

}

#nav a{
	display : block;
	cursor : pointer;
	padding-top : 2px;
	padding-bottom : 2px;

	letter-spacing : 0;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
}

#nav a em{
	font-style : normal;
	font-weight : normal;
	text-decoration : underline;

}

/*#nav a:hover{
	background-color : #c00;
	color : #ffffea;
}*/

#main{
	margin-left : 17em;
	margin-right : 155px;
	min-height : 400px;
}

#main ul{
	list-style : url("../images/bullet.png");
}

#footer{
	width : 100%;
	padding-top : 2em;
	clear : both;
}

#logo, .logo{
	float : right;
}

.notice{
	width : 70%;
	margin-left : auto;
	margin-right : auto;
	padding : 8px;
	background-color : #dd9;
	border : 2px solid #aa8957;
}

.copyright{
	color : #aeada9;
	text-align : center;
	font-weight : bold;
}

.hidden{
	display : none;
}