
html {
	overflow-y: scroll;
        overflow: -moz-scrollbars-vertical;
}

body,td,div {
	font-family: Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif, Arial; 
	color: #283828; 
	text-align: left;
        font-size: 12px;
	line-height: 18px;
}

.menu {
	color: black;
	}
.warning {
	color: red;
}

.footer {
	font-size: 9px;
}

.title {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
    font-size: 14px;
	padding-bottom: 14px;
	text-transform: uppercase;
}

.article { 
	width: 100%; padding: 1em 0 2em 0; border-top: 1px dotted red; float: left; 
}

.articlefirst { 
	width: 100%; padding: 0 0 2em 0; float: left; 
}

.sideitem { 
	width: 100%; padding: 1em 0 2em 0; border-top: 1px dotted gray; float: left; 
}

.sideitemfirst { 
	width: 100%; padding: 0 0 2em 0; float: left; 
}



#search {
	position: absolute;
	left: 785px;
	top: 288px;
	width: 165px;
	height: 200px;
	padding-left: 5px;
	padding-top: 2px;
	z-index: 3;
} 

#logo {
	position: absolute;
	left: 25px;
	top: 0px;
	width: 380px;
	height: 140px;
	padding-left: 0px;
	z-index: 4;
} 


#menu {
	position: absolute;
	left: 0px;
	top: 212px;
	width: 150px;
	height: 300px;
	padding-top: 80px;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 5;
} 


#content {
	position: absolute;
	left: 200px;
	top: 215px;
	width: 520px;
	height: 100px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	color: #333333;
	z-index: 6;
} 

#bodytext {
	position: relative;
	width: 480px;
	color: #333333;
        font-size: 12px;
	z-index: 8;
} 

#photodiv {
	position: absolute;
  	background-repeat: no-repeat;
	left: 25px;
	top: 0px;
	width: 925px;
	height: 220px;
	z-index: 1;
}






a:link,a:visited       {
	color: red; 
	text-decoration: none;
	text-transform: none;
	}
a:active,a:hover {   
	text-decoration: underline; 
	}
a.footer:link,a.footer:visited       {
	font-size: 9px;
	font-weight: normal;
	}
a.footer:active, a.footer:hover {   
	font-size: 9px;
	font-weight: normal;
	}
a.menu:link,a.menu:visited       {
        font-size: 12px;
        line-height: 18px;
	}
a.menu:active, a.menu:hover {   
        font-size: 12px;
        line-height: 18px;
	}
a.menutop:link,a.menutop:visited       {
	color: #ed1c24;
        font-size: 12px;
        line-height: 18px;
	font-weight: normal;
	}
a.menutop:active, a.menutop:hover {   	
	color: #ed1c24;
        font-size: 12px;
        line-height: 18px;
	font-weight: normal;
	}







input, select {
	font-family: arial, trebuchet ms, verdana, helvetica;
	font-size: 11px; line-height: 12px;
	color: #404041;
	BORDER-RIGHT: #E8E8E8 2px solid; BORDER-TOP: #969696 2px solid; BORDER-LEFT: #969696 2px solid; BORDER-BOTTOM: #E8E8E8 2px solid; 
	BACKGROUND-COLOR: white;  
}

textarea {
	font-family: trebuchet ms, arial, helvetica;
	font-size: 11px;
	color: black;
	BORDER-RIGHT: #889988 1px solid; BORDER-TOP: #889988 1px solid; BORDER-LEFT: #889988 1px solid; BORDER-BOTTOM: #889988 1px solid;
	BACKGROUND-COLOR: white; 
}

select.b {
	color: white;
	background-color: #f02040; 
	border-style: solid; 
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}

input.b, textarea.b {
	color: white;
	padding-left: 3px;
	font-size: 11px;
	background-color: #f02040; 
	border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}



#dhtmltooltip {
	position: absolute;
	width: 250px;
	border: 1px solid black;
	color: black;
	padding: 3px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
}


