

body {
    background: #fff url(css/bkg_page.jpg) repeat-x top;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    color: #767676;
}
a {
    text-decoration: none;
    color: #5597c9;
	font-size:12px;
}
a:hover {
    text-decoration: underline;
}


#wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}


/* Top Navigation Menu */

#topmenu {
    position: relative;
}
#topmenu ul {
    margin: 0;
    padding: 0;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
#topmenu ul li {
    display: inline;
}
#topmenu ul li a {  
    display: block;
    float: left;
    padding: 0px 20px;
    font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #fff;
}
#topmenu ul li a:hover {
    text-decoration: underline;
}

#topmenu ul li a.topmenu-selected:hover {
    text-decoration: none;
    cursor: default;
}
#topmenu form {
    position: absolute;
    top: 6px; 
    right: 0;
    margin: 0;
    width: 300px;
}
#topmenu form #search-input {
    background: transparent;
    border: none !important;
    width: 170px;
    height: 18px;
    margin: 0 5px;
    padding: 9px 6px;
    font-size: 14px;
    float: left;
}
#topmenu form #search-button {
    display: block;
    border: none !important;
    width: 98px;
    height: 32px;
    line-height: 32px;
    text-indent: -9000px;
    padding: 0;
    margin: 0 0 0 8px;
    outline: none;
    cursor: pointer;
    float: left;
}
#topmenu form #search-button:hover {
    background-position: 0 -32px;
}

/* Main Content */

#maincontent {
    padding: 10px 0 25px;
    line-height: 1.5em;
}
#maincontent.fc {
    padding: 40px 0;
}

#content {
    width: 630px;
    padding-top: 1px;
    float: left;
}
#content.sidenav {
    width: 790px;
}

#sidebar {
    width: 230px;
    float: right;
}


/* Page Title */

#pagetitle {
    position: relative;
    height: 80px;
}
#pagetitle h2 {
    position: absolute;
    top: 25px;
    left: 0;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 24px;
    display: inline;
}

/* Half Content */

.half-content-left {
	width: 500px;
}

/* Register, Login */

.login-right {
	display: inline;
	width: 310px;
	margin-top: -14px;
	float: right;
}
.login-right-content label {
	width: 60px;
}
.login-right-content .submit {
	margin-left: 60px;
	padding-bottom: 20px;
}



/* Page Footer */

#footer {
    border-top: 1px dotted #d2d3d3;
    clear: both;
}
#footer-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 14px 0;
    text-align: left;
}
#footer-inner #cslogo {
    position: absolute;
    top: 15px;
    right: 0;
    width: 110px;
    height: 12px;
    line-height: 12px;
    text-indent: -9000px;
    outline: none;
    overflow: hidden;
}
#footer-inner #cslogo:hover {
    background-position: 0 -12px;
}
#footer-inner a {
    margin: 0 8px;
}

