a:link {
	color: #43A27C;
	text-decoration: none;
}
a:visited {
	color: #43A27C;
	text-decoration: none;
}

a:hover {
	color: #43A27C;
    text-decoration: underline;
}
a:hover img {
	background-color: #CEE0DC;
	text-decoration: none;
}
a:active {
	color: #43A27C;
	text-decoration: none;
}
a strong{
	color: #43A27C;
}

body {
    background: #b0c4de;
    font-family: Book Antiqua, sans-serif;
    font-size: 13px;
}

table {
    font-family: Book Antiqua, sans-serif;
    font-size: 13px;
}

#container {
    margin: 0 auto;
    width: 1200px;
    background: #ff6600;
}

#header {
    background: #333;
    padding: 20px;
}

/*#header h1 {
    margin: 0;
}*/

#navigation {
    float: left;
    width: 1200px;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation ul li {
    border:  1px solid #000000;
    list-style-type: none;
    display: inline;
}

#navigation li a {
    display: block;
    float: left;
    padding: 7px 15px;
    color: #000000;
    text-decoration: none;
    border-right: 1px solid #ff3300;
}

#navigation li a:hover {
    text-decoration: underline;
}

#content-container {
    float: left;
    width: 1200px;
    background-color: white;
}

#section-navigation {
    float: left;
    width: 200px;
    padding: 20px 0;
    margin: 0 20px;
    display: inline;
}

#section-navigation ul {
    margin: 0;
    padding: 0;
}

#section-navigation ul li {
    margin: 0 0 1em;
    padding: 0;
    list-style-type: none;
}

#content {
    float: left;
    width: 660px;
    padding: 20px 0;
    margin: 0 0 0 30px;
}

#content h2 {
    margin: 0;
}

#aside {
    float: right;
    width: 200px;
    padding: 20px 0;
    margin: 0 20px 0 0;
    display: inline;

}

#aside h3 {
    margin: 0;
}

#footer {
    color: white;
    clear: left;
    background: #2394bc;
    text-align: right;
    padding: 20px;
    height: 1%;
}

#aside form {
    width: 200px;
    height: 220px;
    background: transparent url(../images/loginbg.png) no-repeat 0 0;
}

#aside form img {
    border: 0;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-top: 10px;
}

#aside input {
    padding-left: 20px;
    color: #647983;
    border: 0;
    width: 168px;
    height: 23px;
    background: url('../images/labelbg.png') no-repeat;
}

#aside input:hover {
    background: url('../images/labelbg_hover.png') no-repeat;

}

#aside label {
    padding-left: 40px;
    color: #647983;
}

#aside input.submit {
    text-align: right;
    width: 98px;
    background: transparent url(../images/loginbtn.png) no-repeat 0 0;
    margin-top: 10px;
    height: 24px;
    cursor: pointer;
}

#aside input.submit:hover {
    background: transparent url(../images/loginbtn_hover.png) no-repeat 0 0;
}

#navigation input {
    margin-right: 50px;
    float: right;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 15px;
    color: #647983;
    border: 0;
    width: 145px;
    height: 30px;
}

#navigation input.submit {
    margin-right: 0;
    height: 30px;
    width: 53px;
    cursor: pointer
}

h2 {
	color: #808080;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 5px 0 0;
	padding: 0;
}