html, body 		{ margin: 10px 0 0 0 ; padding: 0; }
body 			{ color: #333;
                  font: 12px Helvetica, Arial, sans-serif; line-height: 18px;
                  background-color: #202c5c;
                  background-image: url('Images/Page-Bg.jpg');
                  background-repeat:repeat-y;
                  background-position:right;
                  background-attachment:fixed; 
}


h2				{ color: #333; }

a				{ color: #337810; }

p				{ margin: 0 0 18px; }

#container		{ width: 780px;
                  margin: 0 auto;
                  background-color: #fafae2;

}

		/* Header */
#header			{ background: #202c5c;

}


		/* Content Style */


#content		{border-left: dashed 1px #804100;
                 
                 
                 

  }
#content p, #extra p { padding-right: 25px;
                       margin-left: 10px;
                       text-align: justify; 
}

#content .center {text-align: center;}

#content h2 {color: #202c5c;
             text-decoration: underline;
             letter-spacing: 3px;
             font-size: 18px;
             margin-left: 10px;
}

#content ul	{ margin-left: 40px


}

#content li  {    color: #202c5c;
                  list-style-type: circle;
                  height: 23px;
                  margin-bottom: 2px;
                  font-size: 14px;

}

#content lh {   color: #202c5c;
                  list-style-type: circle;
                  height: 23px;
                  margin-bottom: 4px;
                  font-size: 17px;
                  font-weight: bold;
                  text-decoration: underline;


}

		/* Content Positioning & Size */



#content		{ float: right; width: 540px; }
#content p      { color: #202c5c;
                  font-size: 14px;
                  font-family: Arial, Helvetica, sans-serif
}
#extra			{ float: left; clear: left; width: 175px; }		/* Footer */
#footer			{  clear: both; width: 100%;
                   height: 50px;
                   background-image: url(Images/footer.gif);

}
#footer a		{ color: #444; }
#footer	p		{ color: #000;
                  margin: 0;
                  padding: 15px 18px 10px;
                  text-align: right;


}
#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }

 /*--------navigation---------*/

#nav		{ background-image: url(Images/navigator.gif);
                  background-repeat: no-repeat;
                  margin: 20px 0 20px 20px ;
                  
                  

}
 #nav a {
background-color : #804100;
border-bottom : solid 2px black;
border-left : solid 2px #fafae2;
border-right : solid 2px black;
border-top : solid 2px #fafae2;
color : #fafae2;
font-size : 14px;
font-weight: bold;
text-align : center;
text-decoration : none;
padding : 0 4px 2px 4px;
display: block;

width : 120px;
}

#nav a:hover {
border-bottom : solid 2px #fafae2;
border-left : solid 2px black;
border-right : solid 2px #fafae2;
border-top : solid 2px black;
color : #999;
padding : 1px 3px 1px 5px;
}

#nav li { list-style-type: none;
          padding-bottom: 13px;

}

#nav ul {margin-top: 25px;

         }
