* {
 border:0;
 margin:0;
 padding:0;
}

img {
 border:0;
 }

body {
 background-color:#4cbd9c;
}

#container {
 width:90%;
 margin:20px auto;
 padding:10px;
 min-height:550px;
 height:expression(this.scrollHeight > 600 ? "auto":"600px");
 background-color: #fdfddf;
 border:1px solid #444;
}

#head {
 padding-bottom:10px;
}

#menu {
 font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica;
 margin-right:0px;
 float:left;
 border-right:1px solid #aaa;
 padding-right:0px;
 width:15%;
 background-color:#fdfddf;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
        font-weight: bold;
 width:95%;
	}
#menu li {
	display:block;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
        text-transform:uppercase;
        border-bottom:1px solid #aaa;

	}
#menu a {
	padding: 6px 4px;
	text-decoration: none;
	color: #005789;
 display:block;
	}
#menu a:hover, #menu a.active {
	color: #fff;
	background: #4cbd9c;
	}
#menu a.current {
	background: #4cbd9c;
        color:#fff;
	}

p, blockquote, table, #center li
{
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
        margin:6px 0;
}

#center {
 float:left;
 width:82%;
 margin-left:2%;
}

h1 {
 font-family: "Arial", sans-serif;
 text-transform:uppercase;
 font-size:16px;
 line-height:24px;
 color:#000;
}

h2 {
 font-family: "Georgia", serif;
 font-size:18px;
 letter-spacing:-1px;
 font-weight:normal;
 margin-top:10px;
 color:#0978B8;
}

h2 a {
 color:#0978B8;
 text-decoration:none;
}

h2 a:hover {
 color:#fff;
 background:#0978b8;
 text-decoration:none;
}

h2 .posted {
 font-size: 10px;
 color:#999;
 font-family: "Arial", sans-serif;
 margin-left:5px;
 letter-spacing:1px;
}

h3 {
 font-family: "Georgia", serif;
 font-size:16px;
 letter-spacing:1px;
 font-weight:bold;
 margin-top:10px;
 color:#000;
 letter-spacing:-1px;
}

h3 a {
 color:#000;
 text-decoration:none;
}

h3 a:hover {
 color:#fff;
 background:#000;
 text-decoration:none;
}

.clearer {
 clear:both;
 line-height:0;
}

div.dl {
 float:right;
 width:200px;
 padding:5px;
 border:1px solid #444;
 background:#ddd;
}

#center ul {
 margin-left:30px;

}

table { 
 border-collapse: collapse;
 border: 1px solid #444; 
 margin-left:10px;
}

td { 
 border: 1px solid #999; 
 padding: 3px; 
}

#center p a, #center p a:visited {
 color:#444;
 text-decoration:none;
 border-bottom:1px solid #444;
}

#center p a:hover {
 color:#fff;
 background:#444;
 text-decoration:none;
 border-bottom:1px solid #444;
}

#foot {
 clear:both;
 margin-top:30px;
 padding-top:15px; 
 border-top:1px solid #ccc;
}

#foot img {
 margin-right:20px;
}

form fieldset {
        border:1px solid #ddd;
        padding:0.5em 1em;
        color:#000;
        margin-bottom:20px;
        }

form legend {
        font-weight:bold;
        margin-bottom:0em;

        padding:0.1em 0.5em;
        color:#444;
        }

form label {
        font-weight:bold;
        }

form p {
        margin-bottom:0.8em
        }


form input.text, form textarea {
 border:1px solid #888;

 padding:2px 3px 2px 5px;
 vertical-align:middle;
 }

form input.text:focus, form textarea:focus {
 border:1px solid #b54a60;
 }

form input.button {
 padding:0 3px;
 border:1px solid #aaa
 }

form select {
 width:130px;
 }

form fieldset img, form fieldset input.radio  {
 vertical-align:middle;
}

form fieldset em {
 color:#777;
}

.floatleft {
 float:left;
 margin-right:40px;
}

.floatright {
 float:right;
}

.fl { 
 float:left;
 width:245px;
 height:130px;
 margin-right:10px;
 text-align:center;
 vertical-align:center;
 font-family: Arial, sans-serif;
 font-size:12px;
}

.fl img {
 margin:auto;
}