/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em,  th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; vertical-align:top;}

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ text-align : center; 
background : #fff;
position : relative; 
background-image:  url(../gimg/bg.jpg);
cursor:  url(gimg/cursor.cur),  url(../gimg/cursor.cur),  url(../gimg/cursor.gif), default;
}


body { 
position: relative;
padding-top : 0px; 
margin : 0 auto; 
text-align : center;

SCROLLBAR-FACE-COLOR: #dadcc6; 
SCROLLBAR-HIGHLIGHT-COLOR: #fff; 
SCROLLBAR-SHADOW-COLOR: #f8f3dd; 
SCROLLBAR-3DLIGHT-COLOR: #e4e7ca; 
SCROLLBAR-ARROW-COLOR: #aac5b1; 
SCROLLBAR-TRACK-COLOR: #eaebd8; 
SCROLLBAR-DARKSHADOW-COLOR: #dadcc6;
}

div#nav  { 
position: relative;
z-index: 1;
top : 64px;
width: 100%;
height: 26px;
margin : 0 auto; 
text-align : center;
background-color: #aac5b1;
}

div#navtxt { 
position : absolute;
z-index : 9;
width : 740px;
top : -26px;
left: 142px;
background-color: transparent;
height: 24px;

}

div#bgbody  { 
position: relative;
z-index: 2;
top : 64px;
width: 100%;
height: 440px;
margin : 0 auto; 
text-align : center;
background-image:  url(../gimg/bg_body.gif);
}

div#content { 
position : relative;
z-index : 3;
width : 900px;
left:  0px;
margin : 0 auto; 
text-align: left;
}

div#logo { 
top : -70px;
position : absolute;
z-index : 4;
width : 362px;
left:150px;
height : 40px;
background-color: transparent; }

div#emo {
position : absolute;
z-index : 5;
top:-84px;
left: 0px;
width:110px;
height : 110px;
background : transparent; }

div#snav { 
position :  absolute;
z-index : 6;
width : 140px;
top : 40px;
background-color: transparent;
}

div#text { 
position : absolute;
z-index : 7;
width : 750px;
top : 40px;
left: 150px;
padding-right: 20px;
background-color: transparent;
height: 360px;
overflow: auto;
}

div#footer  { 
position: relative;
z-index: 0;
width: 100%;
top:440px;
height: 26px;
margin : 0 auto; 
text-align : center;
background-color: #aac5b1;

}

div#footxt { 
position : absolute;
z-index : 10;
width : 900px;
top : 444px;
left: 0px;
padding-right: 20px;
background-color: transparent;
height: 24px;
color: #fff;
} 


/* Navigation */
ul#navigation {
 list-style:none; 
 font-size: 1.2em;
 font-weight: bolder;}

#navigation li {
 float:left;
 position:relative;
 margin:0px; }

#navigation a {
 display:block;
 padding: 4px 58px 2px 8px;
 color:#fff;
 background:transparent;
 text-decoration:none; }

#navigation li a:hover {
 background: #fceb48; 
 color: #49554b; 
 }

.navi {
 display:block;
 padding: 4px 58px 2px 8px;
 color:#49554b;
 background:#fceb48;
 text-decoration:none; }
 

/* typography.css */

body { 
font : 70%/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #49554b; }

h1, h2, h3, h4, p, ul, blockquote { 
margin : 0 0 .75em; }

h1, h2, h3 { 
margin-bottom : 1em;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight : bold;
color : #49554b; 
 }

h1 { font-size: 1.2em; } 
h2, h3 { font-size: 1.1em; }

p { 
font-size : 100%; }

.legende {
	font-size:0.85em;
}

td {
	vertical-align: top; }

.td_right { text-align: right; }



a:link, a:visited { 
text-decoration :  underline; 
color : #49554b;
}

a:hover, a:active { 
text-decoration :   none; 
color : #aac5b1;
 }
 
a.snav, a.snav:link, a.snav:visited { font-size: 1em;  color: #49554b; text-decoration: none; font-weight: normal; }
a.snav:active { font-size: 1em;  color: #49554b; font-weight: bold; }
a.snav:hover { text-decoration: none; font-weight: bold; background-color: #fceb48; display: block; }
.snav  { font-size: 1em;  color: #49554b; text-decoration: none; font-weight: bold; }


a.flink, a.flink:visited, a.spamspan, a.spamspan:visited { text-decoration : none; color: #fff; }
a.flink:hover, a.spamspan:hover { color: #49554b; }

  .txtFld0, .txtFld1, .txtFld2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em;
	color:#49554b;
	text-decoration: none;
	background-color: #fff;
	border:  1px solid #49554b;
	}

.txtFld0 {	
	width: 150px;
	}
	
.txtFld1 {
	height: 90px;
	width: 250px;
	}
	
.txtFld2 {
	height: 20px;
	width: 250px;
	}	
	
 
 .smallBtn {
	color: #49554b;
	text-decoration: none;
	width: 150px;
	background-color: #aac5b1;
	border: 1px solid #49554b; }