/* CSS Document */

body
{
background-image: url(images/bg.gif);
background-repeat: repeat-y;
font-family: Verdana, Tahoma, Arial;
font-size: 11px;
color: #666666;
}

#Container
{
position:absolute;
width: 850px;
height:651px;
margin-left:-425px; 
left:50%; 
top:0px;
z-index:1;
background-color: #FFFFFF;

}
#credit
{
	position:absolute;
	width: 850px;
	height:15px;
	top: 650px;
	text-align: center;
	margin-left:-425px;
	left: 50%;
	background-color: #c1c1c1;
	color: #003399;
	font-size: 9px;
	z-index: 9;

}
#credit a
{
text-decoration: none;
}
#credit a:hover
{
color: red;
}

#LogoLayer2
{
position:absolute;
width: 850px;
height:300px;
left: 0px;
top:0px;
}
#NavBox
{
position:absolute;
margin-left:-40px; 
top:298px; 
width:170px; 
z-index:1;
color: #666666;
font-weight: bold;
}
#NavBox li, #NavBox li a
{
display: block;
list-style-type: none; 
width:175px; 
height: 43px;
text-decoration: none;
color: #666666;
border-bottom: solid 1px #d1d1d1;
border-right: solid 1px #d1d1d1;
background-color: #c1c1c1;
font-size: 12px;
}
#NavBox li a:hover
{
color: #FFFFFF;
background-color: #666666;
}

#Layer8, td
{
font-size: 12px;
text-align: justify;

}
#IndexText
{
font-size: 12px;
position:absolute; 
left:211px; 
top:185px; 
width:450px; 
height:442px; 
z-index:4;
text-align: justify;
}
#SideLogo
{
position:absolute; 
left:686px; 
top:184px; 
width:145px; 
height:442px; 
z-index:5;
}
#layer4
{
background-image: url(images/midbar.gif);
background-repeat: repeat-x;
}

#Layer1
{
background-image: url(images/LogoFangle4.gif);
background-repeat: no-repeat;
background-position: center left;
}
#Layer3
{
background-image: url(images/Ajax-Loader.gif);
background-repeat: no-repeat;
background-position: center;
}
#Highlight
{
font-weight: bold;
}
input
{
width: 200px;
}
textarea
{
width: 200px;
height: 100px;
overflow: auto;
}
