body{
	font-family: Arial,sans-serif;
    background-color: #FFCC77;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}


label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.Stil1 {font-size: 100%}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	padding: 10px 0px 0px 0px;
    background-color: #FFCC77;
	width: 800px;
	height: 133px;
}

#left{
	position: absolute;
	width: 280px;
	height: 1873px;
    left: 1px;
	top: 268px;
	margin: 0px;
	padding: 0px;

}


#title{ position: absolute;  z-index:4; width: 520px; height: 46px; left: 220px; top: 161px; margin: 20px; padding: 20px; background-color: #FFCC77; }

#content { position: absolute;  z-index:4; width: 520px; height: 1560px; left: 300px; top: 270px; margin: 20px; padding: 20px; background-color: #FFCC77; }

#right { position: absolute;  z-index:4; width: 100px; height: 1560px; left: 865px; top: 252px; margin: 20px; padding: 20px; background-color: #FFCC77; }



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0px; padding: 0px; }

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


#sectionLinks{
	position: absolute;
    top: 20px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	width: 220px;
	height: 1853px;

}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


.relatedLinks{
	position: absolute;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

