	
body {
text-align: center
}
img {
   behavior: url("pngbehavior.htc");
}

#container
{
width: 800;
height: 1500;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
/*margin-bottom: 0px;*/
background-color: #4D4D4B;
color: #333;
border: 0px solid gray;
text-align: justify;
}


#top
{
padding: .5em;
background-color:transparent;
border-bottom: 0px solid gray;
text-align: right;
}

#top h1
{
padding: 0;
margin: 0;
} 

#leftnav
{
float: left;
width: 50px;
margin: 0;
padding: 1em;
text-align: left;
font-size: 14px;
}


#content
{
margin-left: 130px;
margin-right: 100px;
border-left: 1px solid gray;
padding-left: 10;
/*max-width: 36em;*/
color: 	#A9A9A9; /*Dark Grey*/
font-size: 13px;
text-align: justify;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #4D4D4B;
border-top:0px solid gray;
text-align: justify;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/*++++The links++++*/
#leftnav a:link{
			 color: #FFF;
			 text-decoration: none;
}
#leftnav a:visited{
					background-color: transparent;
					color: #FFF;
					text-decoration: none;
}

#leftnav a:hover{
background-color: transparent;
color: #000;
text-decoration: none;
}

#leftnav a:active{
background-color: transparent;
color: #FFF;
text-decoration: none;
}

/*++++The links++++*/
#content a:link{
			 color: #FFF;
			 text-decoration: none;
}
#content a:visited{
					background-color: transparent;
					color: #FFF;
					text-decoration: none;
}

#content a:hover{
background-color: transparent;
color: #000;
text-decoration: none;
}

#content a:active{
background-color: transparent;
color: #FFF;
text-decoration: none;
}
/*++++The table style++++*/
TD
{ 
font-size: 13px;
color: #A9A9A9; /*Dark Grey*/
font-weight: italic;
text-align: justify;
}

/*++++The list style++++*/
ul
{
list-style-type: none
}
img {
    border:0px;
}

