body
{
	padding:0px;
	margin:0px;
	background-image:url(images/background1.jpg); 
	background-repeat:no-repeat;
	background-color:#DEDEDE;
}

/*DIV for Navigation*/
#navcontainer{
margin-left:-2px;
width:190px;
position:absolute; left:50px; top:157px;
}
#navcontainer ul{
margin:0;
padding:0;
list-style-type:none;
font-family:veranda;
font-size:12px

}
#navcontainer li{
margin:0 0 1px 0;
}
#navcontainer a{
display:block;
background-repeat:no-repeat;
background-position:center;
background-image:url(images/blue_arrow.gif);
padding:5px 0px 5px 57px;
width:156px;
color:#0066CC;
font-size:12px;
border-bottom:1px solid #0066CC;
text-decoration:none;
}
#navcontainer a:hover{
color:#000000;
text-decoration:none;
background-color:#DEDEDE;
}

#navcontainer ul ul li{
margin:0 0 1px 0;
}
#navcontainer ul ul a{
padding:5px 5px 5px 80px;
width:128px;
background-color:#DEDEDE;
border-bottom:1px solid #eee;
text-decoration:none;
}

li#active a{
color:#000000;
text-decoration:none;
background-repeat:no-repeat;
background-position:center;
background-image:url(images/bg_black_arrow.gif);
}
li li#sub a{
color:#000000;
text-decoration:none;
background-repeat:no-repeat;
background-position:center;
background-image:url(images/sub_active.gif);
}
li#sub a{
color:#000000;
text-decoration:none;
background-repeat:no-repeat;
background-position:center;
background-image:url(images/sub_active.gif);
}
li#down a{
color:#000000;
text-decoration:none;
background-repeat:no-repeat;
background-position:center;
background-image:url(images/bg_black_arrow_down.gif);
}
li#normal a{
color:#0066CC;
background-image:url(images/empty.gif);
text-decoration:none;
background-repeat:no-repeat;
background-position:center;
}

/*for Content*/
p
{
font-family: Verdana;
font-size:11px;
color:#0066CC;
text-decoration:none;
line-height:16px;
text-align:justify;
}

#content img{
border:1px dotted;
margin:10px 15px;
}

li
{
font-family: Verdana;
font-size:11px;
color:#0066CC;
text-decoration:none;
line-height:16px;
}
#toptable{
height:180px;  
width:100%; 
vertical-align:bottom;
font-family: Verdana;
font-size:12px;
color:black;
}

#thirdlevel a{
color:black;
text-decoration:none;
font-family: Verdana;
font-size:12px;
}

#content
{	
font-family: Verdana;
font-size:11px;
color:#0066CC;
text-decoration:none;
line-height:16px;
vertical-align:top;
height:400px;
padding:30px 30px 30px 0px;
text-align:justify;	
}
#content h1,h2
{
font-family: Verdana;
font-size:12px;
color:black;
text-decoration:none;
border-bottom:dotted 1px gray;
padding-bottom:10px;
}
#content h3
{
font-family: Verdana;
font-size:11px;
color:black;
text-decoration:none;
}

#content table{
vertical-align:middle;
border:1px;
border-style:solid;
border-color:#0066CC;
}
#content tr{
border:1px;
border-style:solid;
border-color:#0066CC;
}
#content td{
border:1px;
border-style:solid;
border-color:#0066CC;
}
#content a{
color:black;
text-decoration:underline;
font-family: Verdana;
}

#bottomtable{
height:30px;
font-family: Verdana;
font-size:12px;
color:black;  
border-top:dotted 1px;
border-color:#0066CC;
vertical-align:middle;
}
#tablecontent{
position:absolute; left:290px; top:0px;
padding-right:40px;
width:650px;
}
