body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #000000;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

h1 {
    font-size: 10pt;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 6px;
}

h2 {
    font-size: 9pt;
    font-weight: bold;
    margin-bottom: 3px;
}

h3 {
    font-size: 8.5pt;
    font-weight: bold;
    margin-bottom: 3px;
}

p, div, li, td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-decoration: none;
}

th {
    font-weight: bold;
    text-align: left;
}

input, textarea, select {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #eeeeee;
    border: 1px solid #000000;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #005ea2;
    background-color: transparent;
}

a:hover {
    color: #000000;
    background-color: transparent;
}

.alt {
    background-color: #eeeeee;
}

.highlight {
    background-color: #99CC99;
}

.spotlight {
    background-color: #ffcc66;
}

.bold {
    font-weight: bold;
}

.control {
    font-size: 7pt;
}

.pageswitcher {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.backlink {
	text-align: center;
}

.form_labelcell {
    text-align: right;
    vertical-align: top;
}

.form_elementcell {
    text-align: left;
    vertical-align: top;
}

.form_requirednotecell {
    text-align: left;
    vertical-align: top;
}

.form_label {
    font-weight: bold;
}

.form_translate {
    font-style: italic;
}

.form_langswitch_selected {
    text-decoration: underline;
}

.form_requiredstar, .form_error {
    color: #ff0000;
}

.form_requirednote {
    font-size: 7pt;
}

.module_separator {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    background-color:#eeeeee;
    height: 2px;
}

.module_separator_invisible {
    margin-top: 15px;
    margin-bottom: 15px;
}

.help {
    text-align: right;
    padding-right: 30px;
}

#topmenubox {
    margin: 0px;
    padding: 2px;
    background-color: #99CC99;
}

#adminmenu {
    margin: 0px;
    padding: 0px;
}

#languagemenu {
	margin-top: -6px;
	margin-bottom: 40px;
    text-align: right;
}

#adminmenu li,
#languagemenu li,
#normalmenu li,
#submenu li {
    margin: 0px 1px 0px 0px;
    padding: 1px 6px 0px 0px;
    list-style: none;
    white-space: nowrap;
    display: inline;
    font-weight: bold;
    font-size: 8.5pt;
}

#normalmenu li,
#submenu li  {
    display: block;
    float: left;
}

.menuitem_selected a,
.menuitem_selected:hover a,
.menuitem:hover a {
    color: #000000;
}

#mainbox {
    /*width: 795px;*/
    width: 815px;
    margin: 30px auto;
    text-align: left;
}

#logobox {
    width: 366px;
    height: 68px;
}

#preborderbox {
	border-top: 1px dashed black;
	margin-left: 2px;
}

#postborderbox {
	border-bottom: 1px dashed black;
	margin-left: 2px;
	clear: both;
	padding: 1px 3px;
}

#photobox {
	clear: left;
	float: left;
	margin-left: 2px;
	width: 255px;
	height: 441px;
}

#menutextbox {
	margin-left: 285px;
}

#normalmenu {
	margin: 0px 1px 0px 0px;
	margin-left: 366px;
    padding: 1px 3px;
}

#submenu {
	margin: 0px 1px 0px 82px;
    padding: 1px 3px;
}

#submenu li {
    font-weight: normal;
}

#submenu li.selected,
#submenu li:hover {
    color: #000000;
}

#contentbox {
    margin-top: 75px;
    margin-left: 85px;
}

* html #contentbox,
*:first-child+html #contentbox {
    margin-top: 50px;
}

#footerbox {
    margin-top: 10px;
    margin-left: 3px;
    font-size: 7pt;
}

