<!--

/* General */

body {
   margin: 15px;
   padding: 0px;
   background-color: #EEEEEE;
}

a:link, a:active, a:visited {
   color: #000000;
   text-decoration: none;
}

a:hover {
   color: #000000;
	text-decoration: underline;
}

b {
   font-weight: bold;
}

hr.separator {
	border: 0;
   height: 1px;
	width: 40%;
   color: #000;
   background-color: #000;
}

.center {
   text-align: center;
}

input[type=button] {
   background-color: #FFCC00;
}

input.button {
   background-color: #FFCC00;
}

/* Header */

#header {
   width: 100%;
   border-bottom: 1px solid #AAA;
   margin-bottom: 30px;
}

#header h1 {
   padding-left: 25px;
   font-size: 22pt;
}

/* Menu */

#nav {
   float: left;
   width: 200px;
   padding: 2px;
   border: 1px solid #AAA;
   background-color: #FFF;
}

ul.section {
   margin: 0;
   padding-left: 15px;
   list-style: none;
   white-space: nowrap;
   overflow: hidden;
   list-style: none;
   color: red;
}

#nav a:link, #nav a:active, #nav a:visited, #nav a:hover {
   font-size: 1.2em;
   font-weight: bold;
   color: #000000;
	text-decoration: none;
   display: block;
}

ul.section li:hover {
   border-left: 1px solid #EEE;
   padding-left: 1px;
}

#menu .head a:hover {
   background-color: #F7F7F7;   
}

#buttons {
   margin: 10px 25px;
   text-align: center;
   width: 100%;
}

#buttons img {
   margin: 5px;
}

/* Content */

#content {
   margin-left: 230px;
   padding: 15px;
   font-family: courier, serif;
   border: 1px solid #AAA;
   background-color: #FFFFFF;
}

/* Footer */

#copyright {
   clear: both;
   width: 100%;
   margin: 10px;
   font-size: .8em;
   text-align: center;
}
-->
