body {
    background: url(../i/body_bg.jpg) 0 0 repeat-x #00504A;
    color: #222;
    }
.container {
    padding: 0px 15px 15px 15px;
    background-color: #fff;
    border: 1px solid #01504b;
    border-top: 0;
    }
.header {
    height: 290px;
    background: #00504B url(../i/header.jpg) 0 28px no-repeat;
	}
.search {
    margin-top: 10px;
    color: #efe3bd;
	}
.wrapper {
	background: #fff;
    margin-top: 30px;    
	}
h1 {
    margin-top: 250px;
    color: #F0E3BA; 
    font-family: "Palatino", "Warnock Pro", "Goudy Old Style", "Book Antiqua", Georgia, serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -1px;
	}
.center {
    text-align: center;
	}
.smaller {
    font-size: 0.9em;
	line-height: 1.25;
	}
.black {
    color: #000;
	}
.bold {
    font-weight: bold;
	}
.left {
    float: left;
    margin: 5px 10px 15px 0;
	}
.left2 {
    float: left;
    margin: 8px 20px 10px 0;
	}
.textbox1 {
    margin: 30px 16px 20px 0px;
	}
.textbox2 {
    margin: 30px 0px 20px 0px;
	}
/**************************************/
.topnav {
	height: 40px;
    background: #00504d url(../i/nav_bg1.jpg) 0 0 repeat-x;
	border-top: 1px solid #F0E3BA;
	}
.topnav ul{
	line-height: 39px;
	margin-left: -12px;
	}
.topnav li {
	float:left;
	list-style:none;
	}
.topnav li a {
	display:inline;
	padding: 12px 30px 12px 30px; 
	text-decoration: none;
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	color:#F0E3BA;
	}
.topnav li a:hover {
	color: #fff;
    background: #00504d url(../i/nav_bg2.jpg) 0 0 repeat-x;
	}
.topnav li a:visited {
	/*color:#aaa;*/
	}
.topnav li a#current {
	color:#222;
	background: #fff;
	}
/**************************************/
.bottomnav {
    background: #fff;
    padding: 10px 0 10px 0;
	}
.bottomnav ul{
	margin: 0;
	line-height: 2.0em;
	}
.bottomnav li {
	float:left;
	list-style:none;
	}
.bottomnav li a {
	display:inline;
	padding-right: 24px;
	color:#01504b;
	}
.bottomnav li a:visited {
	color:#aaa;
	}
.bottomnav li a:hover {
	color:#000;
	}
/**************************************/
.footer {
    background: #B8CCCB;
    padding: 4px 0 4px 0px;
    font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	}

.register {
	margin: 0 auto;
	border: 0;
	padding: 16px;
	}
.register th {
	text-align: right;
	}
th.topalign {
	vertical-align: top;
	}
.register input {
	width: 200px;
	}
.register input.button {
	width: auto;
	}
.padleft15 {
	margin-left: 15px;
	}



