html * {
	margin: 0;
	padding: 0;
	}
body {
    background: #126f93 url(../i/bg.jpg) repeat-y center top;
    color: #444;
    font: 72% arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
	}
h1 {
    color: #369;
    font: bold 1.4em georgia, serif;
    margin-bottom: 12px;
    }
h2 {
    clear: both;
    color: #a5630c;
    font: bold 1.2em georgia, serif;
    margin-bottom: 0;
    }
h3 {
	font: bold 1em georgia, serif;
    margin-bottom: 8px;
	}
hr {
    clear: both;
    color: #ccc;
    margin: 0 0 6px 0;
    }
table.agenda {
    border-collapse: collapse;
    border-top: solid 1px #369;
    border-right: solid 1px #369;
    margin-bottom: 12px;
    width: 100%;
    }
table.agenda h2 {
    color: #fff;
    margin: 0 0 0 137px;
    }
table.agenda td {
    border-bottom: solid 1px #369;
    border-left: solid 1px #369;
    padding: 6px;
    }
table.agenda tr td strong {
    border: none;
    color: #369;
    display: inline;
    font-size: 1em;
    margin: 0;
    width: auto;
    }
table tr td img {
    display: inline;
    }
table tr td input {
    margin-bottom: 6px;
    }
#container {
    background: #fff;
    border: solid 12px #fff;
    height: auto;
    margin: 0 auto;
    text-align: left;
    width: 900px;
	}
#header {
	height: 290px;
	margin-bottom: 0;
	}
#nav {
    float: left;
    height: auto;
	margin-top: 10px;
    padding-bottom: 12px;
    width: 200px;
	}
#nav img {
    border: none;
    margin: 12px 0;
    padding: 0;
    }
#nav ul {
	list-style: none;
	height: auto;
	margin-bottom: 12px;
	}
#nav li {
    border-bottom: solid 1px #ddd;
    font-size: .9em;
	height: 24px;
	width: 194px;
	}
#nav li a {
	display: block;
	height: 19px;
	padding: 5px 0 0 4px;
	text-decoration: none;
    text-transform: uppercase;
	width: 190px;
	}
#nav a:link {
	background: #fff;
	color: #126f93;
	}
#nav a:visited {
	background: #fff;
	color: #126f93;
	}
#nav a:hover {
	background: #ff9;
	color: #f00;
	}
#nav a:active {
	background: #fff;
	color: #126f93;
	}
#nav a#regLink {
	color: #f30;
	}
#nav a#current {
	color: #666;
	font-weight: bold;
	}
#main {
	background: url(../i/mbg.jpg) 0 6px no-repeat;
    float: left;
    padding: 12px 0 0 24px;
    min-height: 560px;
    width: 676px;
	}
#main img {
	border: double 3px #ccc;
	}
#main p {
	line-height: 150%;
	margin-bottom: 12px;
	}
#main p.intro {
	color: #369;
	font-size: 1.2em;
	font-weight: bold;
	}
#main li {
	line-height: 150%;
	}
#main strong {
	color: #369;
	}
#main .right {
    float: right;
    margin: 3px 0 0 6px;
    }
#main .left {
    float: left;
    margin: 3px 6px 0 0;
    }
#main .postit {
	background: url(../i/postit-middle.jpg) repeat-y;
	margin-left:8px;
	}
#main .postit a {
	color: #00f;
	text-decoration: none;
	}
#main .postit p {
	padding-left: 24px;
	width: 600px;
	}
#main .postit strong {
	color: #f00;
	}
#main .postit .top {
	background: url(../i/postit-top.jpg) no-repeat;
	display: block;
	height: 29px;
	width: 100%;
	}
#main .postit .bottom {
	background: url(../i/postit-bottom.jpg) no-repeat;
	display: block;
	height: 28px;
	width: 100%;
	}
#footer {
	background: #3c3c3c;
	clear: both;
	color: #fff;
	height: 30px;
    margin-top: 12px;
	}
#footer p {
	float: left;
	font-size: .9em;
	margin-top: 8px;
	margin-left: 8px;
	}