/* PAGEPART */
body {
	height:100%; 

	margin: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;

	font-family: Helvetica, sans-serif;
	color: #333333;
}

#layout {
	width:100%;
	height:100%;
}

#frmbanner { 
	background: url(bg_top.jpg); 
	background-repeat: no-repeat; 
	background-color:#9CC4D0; 
}

#frmcontent {
	height: 100%; 
	width:100%;
	border-style:solid; 
	border-color:black; 
	border-width: 1px 1px 0 0;
	vertical-align: top;
}

#content {
	padding: 5px 40px 5px 30px;
}

#frmright {
	background-color: #9CC4D0;
}

.h100 { height: 100%; }
.w100 { width: 100%; }


/* COMMON */

h1, h2, h3 {
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

h1 {
	font-size:1.4em;

	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #AAAAAA;
	clear: both;
}

h2 {
	font-size:1.2em;
	clear: both;
}

h3 {
	font-size: 1.0em; 
}

p {
	margin: 0 0 0.7em 0;
	font-size: 0.9em;
	line-height:1.3em;
	text-align: justify;
}

.italic {
	font-style: italic;
}

a, a:visited {
	color: #3C6470;
}

td, th {
	vertical-align: top;
}

img.photo {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.floatright {
	float: right;
}


/* MAIN MENU */

.mainmenu_spacer {
	background: url(bg_menu.jpg);
	height: 100%;
}


.menuitem {
                
	background: url(bg_menu.jpg);
                
	padding: 5px 0 5px 5px;
	border-style:solid;
	border-color: black;
	border-width: 0 0 1px 0;
                
	color: black;
	font-weight:bold;
	font-size: 0.8em;
}
        
#selectedmenu {
	background: white;
}

.menuitem a, .menuitem a:hover, .menuitem a:visited {
	color: black;
	text-decoration: none;
}

/* SUBMENU STARTS */
.submenu, #submenu_selected, #submenu_spacer {
	background-color: AC998A;
	color: black;
	font-weight:bold;
	font-size: 0.8em;
	white-space: nowrap;
}

.submenu {
	border-style:solid;
	border-width:0 1px 1px 0;
	border-color:black;
	padding: 3px 10px 3px 10px;
}

#submenu_selected {
	border-width:0 1px 0 0;
	background: white;
}

#submenu_spacer {
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:black;
}

.submenu a, .submenu a:visited, .submenu a:hover {
	color:black;
	text-decoration: none;
}

/* DATAITEM */

.dataitem {
	margin: 10px 0 0 0;
	height: auto;
}

.dataitem h2 {
        margin: 0 0 0 0;

	font-weight: normal;
        font-style: italic;

        border-style:solid;
        border-color: #AAAAAA;
        border-width: 0 0 1px 0;
}

.dataitem h3 {
	margin: 0 0 0 40px;
	font-style: italic;
}


.dataitem p {               
        margin: 0 0 0.2em 40px; 
}

.dataitem table td.desccell {
	width:100%;
	padding: 0 10px 0 0;
}

.dataitem table td .thumbbox {
	margin: 0;
	padding: 5px;
	border: dashed #AAAAAA 1px;
	font-size: 0.7em;
	text-align: center;
}



