/* ******************** */
/* ***   CONTENTS   *** */
/* ******************** */

/* BODY */

html {
     overflow: -moz-scrollbars-vertical; /* always vertical scrollbar in browser */
}
     
body {
    margin: 0px;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    color: #454036;
    background-image: url('../img/border.gif');
    background-repeat: repeat;
}

/* MAIN */

.outer {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

.allheight {
    position: absolute;
    top: 0;
    width: 880px;
    padding-left: 40px;
    padding-right: 40px;
    height: 100%;
    background-color: white;
}

.main {
    position: absolute;
    top: 0;
    width: 880px;
    height: auto;
    background-color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 67px;
    padding-bottom: 50px;
}

/* LOGOBAR */

.logobar {
    height: 30px;
}

.logo {
    float: left;
    display: inline;
}

.logo-right {
    float: right;
    display: inline;
}

.logo img {
    border: none;
}

.logo-right img {
    border: none;
}

.logobartext {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 8px;
}

/* LOGINBAR */

.loginbar {
    margin-top: 5px;
    height: 42px;
    background-image: url('../img/loginbar.gif');
    background-repeat: repeat-x;
}

.loginbartext {
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 8px;
}

/* MENUBAR */

.menubar {
    background-image: url('../img/menubar.gif');
    background-repeat: repeat-x;
    width: 850px;
    height: 25px;
    color: #fafafa;
    font-size: 12px;
    font-weight: bold;
    padding-left: 30px;
    padding-top: 12px;
}

.menubar a {
    color: #fafafa;
    text-decoration: none;
}

.menubar a:hover {
    text-decoration: underline;
}

/* CONTENT */

.pagecontent {
    margin-top: 3px;
    border: 1px solid #dadada;
    padding-top: 13px;
    padding-left: 20px;
    padding-bottom: 13px;
    padding-right: 20px;
    background-color: #f6f6f5;
    background-image: url('../img/content-gradient.gif');
    background-repeat: repeat-x;
}

/* FOOTER */

.copyright {
    border-top: 1px solid #c6c5c5;
    margin-top: 19px;
    padding-top: 4px;
	text-align: center;
}

.bottomline {
    width: 880px;
    height: 11px;
    background-image: url('../img/bottomline.gif');
    background-repeat: repeat-x;
    margin-top: 4px;
}

/* LINKS */

a {
    outline: none;
    color: #454036;
}

.invisiblelinks a {
    text-decoration: none;
}

.invisiblelinks a:hover {
    text-decoration: underline;
}

/* ***************** */
/* ***   TOOLS   *** */
/* ***************** */

.general-heading {
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dotted #b6ae9c;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.general-subheading {
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 10px;
}

.general-body {
    margin-bottom: 15px;
}

.general-body ul {
    margin-left: 0px;
    padding-left: 15px;
}

.general-body li {
    margin-bottom: 8px;
    margin-left: 10px;
}

.general-twocoloumn {
    float: left;
    display: inline;    
    width: 390px;
}

.general-columndivider {
    float: left;
    display: inline;
    width: 0px;
    margin-left: 25px;
    margin-right: 25px;
    height: 155px;
}

.general-columndivider-wide {
    float: left;
    display: inline;
    width: 0px;
    margin-left: 50px;
    margin-right: 50px;
    height: 155px;
}

.general-link a {
    margin-top: 10px;
    color: #454036;
}

.general-paragraph {
    margin-bottom: 10px;
}

.general-emph {
    font-weight: bold;
}

.general-errormessage {
    font-size: 13px;
    font-weight: bold;
    color: red;
    margin-bottom: 15px;
}
