

<style type="text/css">
/***********************************************
****************** GLOBAL **********************
************************************************/
.WEBBUG{/*	DO NOT DELETE OR MOVE THIS class (For some reason the first css class is not working) */}

*
{
    margin:0px;
    padding:0px;
}

html, body
{
    margin-top:0;
	padding-top:0;
}

html
{
    height:100%;
}


body {
	font-family: arial, helvetica, sans-serif;
	background-color:#eae9df;
}

h1
{
	font-size:26px;
	margin:0px;
	padding:0px;
	font-weight:lighter;
	text-transform:uppercase;
	text-align:center;
	padding-top:38px;
	letter-spacing:4px;
}

a
{
    cursor:pointer;
    text-decoration:none;
    color:#000000;
}

a label
{
    cursor:pointer;
}
img{
	border: 0px;
	border-style: none; 
}
.interactiveElement{
	cursor:pointer;
}

ul, li
{
    padding-top:0px;
    margin-top:0px;
}

.ul-table-menu
{
    margin-left:0px;
    padding-left:0px;
}
.ul-table-menu a
{
	display:block;
}
.ul-table-menu li 
{
	float: left;
	list-style-type:none;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
}
input
{
    font-size:9px;
}

.bold
{
    font-weight:bold;
}
/***********************************************
****************** DEFAULT **********************
************************************************/
.site
{
    position:relative;
    margin:auto;
    overflow:hidden;
    border:1px solid #000000;
    width:998px;
    height:554px;
}

body{
	font-size:9px;
}

.textbox
{
	font-size:9px;
}

.highlight-link
{
    text-decoration:underline;
}

.scroll-pane a:hover
{
    text-decoration:underline;
}
/***********************************************
****************** DEFAULT **********************
************************************************/	

/*** PAGETYPES ***/
.div-top-banner
{
    position:absolute;
    top:0px;
    left:0px;
    background-color:#325142;
    width:998px;
    height:83px;
    background-image:url(../gfx/topgfx_0.png);
    background-repeat:no-repeat;
    background-position:173px 0px;
}

.lbl-top-text
{
    position:absolute;
    top:45px;
    left:19px;
    font-size:18px;
    color:#FFFFFF;
    text-transform:uppercase;
    letter-spacing:4px;
    font-weight:lighter;
}

.img-logo
{
    position:absolute;
    top:16px;
    right:19px;
}

.div-center-content
{
    position:absolute;
    top:84px;
    left:0px;
    width:998px;
    height:451px;
}

.div-left-side
{
    position:absolute;
    top:0px;
    left:0px;
    width:480px;
    height:451px;
    cursor:pointer;
}
.div-right-side
{
    position:absolute;
    top:0px;
    right:0px;
    width:480px;
    height:451px;
    cursor:pointer;
}
.div-imagelist-left-container
{
    position:absolute;
    top:75px;
    left:0px;
}
.div-imagelist-right-container
{
    position:absolute;
    top:75px;
    left:0px;
}
.div-imagelist-left-container img, .div-imagelist-right-container img
{
    position:absolute;
}
.div-imagelist-left-container .show, .div-imagelist-right-container .show
{
    display:block;
}
.div-imagelist-left-container .hide, .div-imagelist-right-container .hide
{
    display:none;
}

.div-text-container
{
    position:absolute;
    bottom:16px;
    background-image:url(../gfx/white80.png);
    background-repeat:repeat;
    padding:19px 13px 19px 13px;
    width:224px;
    /*height:96px;*/
    overflow:hidden;
}

.div-text-container.right
{
    right:0px;
}

.div-text-document
{}


.div-bottom-field
{
    position:absolute;
    bottom:0px;
    left:0px;
    width:998px;
    height:19px;
    background-color:#003e21;
}

.div-bottom-field label
{
    color:#FFFFFF;
    display:block;
    padding-top:4px;
    padding-left:6px;
}
</style>
