@CHARSET "UTF-8";

*{
	margin: 0;
	padding: 0;
	border-width: 0;
}

body{
	background-image: url('img/bg.png');
}

#page{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
	color: black;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

#logo{
	border-style: none;
	margin: 5px;
}

#nav{
	border-style: none;
	padding-top: 20px;
	background-image: url('img/nav-bg.png');
	height: 25px;
}

.nav-link{
	display: block;
	float: left;
	margin-left: 10px;
	color: black;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	border-style: solid;
	border-color: #9999AA;
	border-width: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.nav-link:hover{
	background-color: rgb(246, 237, 8);
	color: black;
	text-decoration: none;
}

#footer{
	height: 30px;
	width: 700px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	color: #777777;
}

.footer-link{
	color: #777777;
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.footer-link:hover{
	color: black;
}

#content{
	background-color: white;
	color: black;
	font-family: sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 30px;
}

h1{
	color: black;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

h2{
	color: #444444;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
}

p{
	color: #444444;
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 6px;
}

a{
	color: rgb(113, 191, 69);
	font-family: sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

ul#index-list{
	margin-left: 50px;
	margin-top: 30px;
}

ul#index-list li{
	list-style: square;
	color: rgb(113, 191, 69);
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

ul#index-list li a{
	font-size: 18px;
	font-weight: bold;
}

ul{
	margin-left: 30px;
	margin-top: 20px;
}

ul li{
	list-style: square;
	color: #444444;
	padding-bottom: 5px;
}

img.symbols{
	margin: 10px;
	margin-top: 30px;
	float: right;
}
