/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 0.7em;
	color: #000000;
	scrollbar-arrow-color: #cb1a00;	
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-shadow-color: #fef3f2;
	scrollbar-darkshadow-color: #fef3f2;
	
}

a {
	text-decoration:none;
}


#mainframe{
	background-color: #fff;
	width:900px;
	height:800px;	
	margin: 30px 0 0 50px;
	padding:0;
	
}

#header{
	height: 24px;
	width: 665px;
	background-color:#fce5e4;
	padding-left:241px;
}

h1 {
	color: #cb1a00;
	padding:0px;
	margin:0px;
	font-size: 1.0em;
}

h2 {
	color: #cb1a00;
	padding:0px;
	margin:0px;
	font-size: 1.0em;
	font-weight:normal;
	text-decoration:underline;
}

h3 {
	color: #000;
	padding:0px;
	margin:0px;
	font-size: 1.0em;
	font-weight:bold;
}



#logo{
	height: 24px;
	width: 906px;
	text-align:right;
}

#navigation{
	width:241px;
	margin: 10px 0 0 0;
	padding:0;
	position:absolute;
	color: #000000;
}

#navigation ul{
	width:241px;
	list-style: none;
	margin: 0;
    padding: 0;
	color: #000000;
}

#navigation li{
	margin: 0 0 2px 0;
    padding: 10px 0 0 10px;
	background-color: #fef3f2;
	height: 20px;
	color: #000000;

}
#navigation a{
	text-decoration: none;
	width:241px;
	color: #000000;
}
#navigation a:hover, #navigation a.selected{
	color: #cb1a00;
	width: 100%;
	
}

#subnavigation{
	width:202px;
	margin: 0 0 0 39px;
	padding:0;
	position:absolute;
	color: #cb1a00;
}

#subnavigation ul{
	width:202px;
	list-style: none;
	margin: 0;
    padding: 0;
	color: #cb1a00;
}

#subnavigation li{
	margin: 0 0 2px 0;
    padding: 5px 0 0 7px;
	background-color: #fef3f2;
	height: 20px;
	color: #cb1a00;

}
#subnavigation a{
	text-decoration: none;
	width:202px;
	color: #cb1a00;
}
#subnavigation a:hover, #subnavigation a.selected{
	color: #cb1a00;
	width: 100%;
	text-decoration: underline;
	
}


#contentframe{
	height:655px;
	width:906px;
	margin: 0 auto;

}

#content{
	margin: 10px 0 0 250px;
	width:656px;
	position:absolute;

	
}

#content ul{
	margin: 0;
    padding: 0;
}

#content li{
	
	list-style: none;
	text-align:left;
	border-bottom: 1px #fce5e4 solid;
	border-top: 1px #fce5e4 solid;
	margin-bottom:6px;
	padding:5px

}



#text{
	margin: 20px 0 0 20px;
	width:450px;
	position:absolute;
	height:580px;
	overflow: auto;

}

#text1{
	margin: 20px 0 0 20px;
	width:450px;
	position:absolute;


}

#img{
	margin: 20px 0 0 496px;
	position:absolute;
	border: 10px #fef3f2 solid;
	background-color:#fef3f2;
	width:140px;

}

#hg{
	width:241px;
	margin: 0 0 0 -10px;
	padding:0;
	position:absolute;
	background-color:#fef3f2;
}

#bottom_right{
	width:11px;
	height:178px;
	margin: -200px 0 0 900px;
	padding:0;
	position:absolute;
	background-color:#fdedec;
}
#bottom{
	width:476px;
	height:11px;
	margin: -30px 0 0 435px;
	padding:0;
	position:absolute;
	background-color:#fdedec;
	color:#cb1a00;
}

#bottom a{
	color:#cb1a00;
	font-size: 0.8em;
	text-decoration:none;
}

#bottom1_right{
	width:11px;
	height:178px;
	margin: -70px 0 0 900px;
	padding:0;
	position:absolute;
	background-color:#fdedec;
}
#bottom1{
	width:476px;
	height:11px;
	margin: 100px 0 0 435px;
	padding:0;
	position:absolute;
	background-color:#fdedec;
	color:#cb1a00;
}

#bottom1 a{
	color:#cb1a00;
	font-size: 0.8em;
	text-decoration:none;
}


.small{
	color:#cb1a00;
	font-size: 1em;
	padding: 20px 20px 20px 20px;
	text-align:left;
}
