body {
    background-color: #6D6D75;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

body, p, td, input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
}

#container {
    background-image: url('../images/bgpage.gif');
    background-repeat: repeat-y;
    text-align: justify;
    line-height: 140%;
}

#header {
    background-color: #FFFFFF;
    background-image: url('../images/bgheader.gif');
    background-repeat: no-repeat;
    height: 90px;
}

#topnav {
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
    color: #000000;
    position: relative;
    top: 5px;
    padding-right: 20px;
}

#topnav a:link, #topnav a:visited {
    color: #000000;
    text-decoration: none;
}

#topnav a:hover, #topnav a:active {
    color: #000000;
    text-decoration: underline;
}

#menu {
    text-align: left;
    background-color: #9A9901;
    background-image: url('../images/bgmenu.jpg');
    background-repeat: no-repeat;
    height: 27px;
    line-height: 27px;
    padding-left: 320px;
    color: #FFFFFF;
}

a.mainmenuitem:link, a.mainmenuitem:visited {
    font-size: 8pt;
    font-weight: bold;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

a.mainmenuitem:hover, a.mainmenuitem:active {
    font-size: 8pt;
    font-weight: bold;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ECECEC;
    color: #115F75;
    text-decoration: none;
}

#spacer {
    background-color: #6D6D75;
    height: 27px;
}

#left-content {
    float: left;
    width: 280px;
    background-color: #D0D092;
    margin: 0;
    padding: 20px;
}

#left-noContent {
    float: left;
    width: 280px;
    _height: 485px;
    min-height: 485px;
    background-color: #F4F4F4;
    background-image: url('../images/bgleft-nocontent.jpg');
    background-repeat: no-repeat;
    margin: 0;
    padding: 20px;
}

#content {
    background: #FFFFFF;
    margin-left: 320px;
    padding: 20px;
    padding-right: 40px;
}

/* Correct different paddings / margins from different browsers */
#left-content h3, #left-content p { margin: 0 0 1em 0; }
#content h1, #content h2, #content h3, #content p { margin: 0 0 1em 0; }

#footer {
    clear: both;
    background-color: #6D6D75;
    height: 75px;
    margin: 0;
    padding: 0;
}

#goToTop {
    text-align: right;
    font-size: 8pt;
    padding-top: 3px;
    padding-right: 40px;
}

#goToTop a:link, #goToTop a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#goToTop a:hover, #goToTop a:active {
    color: #FFFFFF;
    text-decoration: underline;
}


/* Sizes both columns equally */
/* OR NOT!!!
#wrapper {
    overflow: hidden;
}
#left-content, #content {
    padding-bottom: 30010px !important;
    margin-bottom: -30000px !important;
}
/* end equal height columns code */


a:link, a:visited {
    color: #0000FF;
}

a:hover {
    color: #FF0000;
}
a:active {
	color: #800080;
}
h1 {
    font-size: 10pt;
    font-weight: bold;
}

h2 {
    font-size: 9pt;
    font-weight: bold;
}

h3 {
    font-size: 8pt;
    font-weight: bold;
}

@media print {
	#menu, #footer-wrapper,#topnav, #left-noContent, #spacer, #header  {
		display: none;
	}
	#content {
		margin-left: 10px;
                                margin-right: 30px;
                                margin-bottom: 20px;
		width: 600px;
	}
}