html{ width :100%; }
body{width :100%;margin :5px; }
div.heading{
   color :#000000;
   background-color:#ffffff;
   background-image : URL() ; 
   background-repeat : no-repeat; 
   float:center;
	 width :100%;height :250px }
div.main{ 
   color :#000000;
   background-color:#F4F4F4;
   position:absolute; 
   float: center ;
   width :100%;
   height : auto}

div.middle{ 
   color :#000000;
   background-color:#F4F4F4;
   float :center ; 
   width :550px;
   height : auto}
   
div.right{
   width :300px; 
   color :#000000;
   background-color:#f4f4f4;
   float:right;
   height: auto}
div.extend{
   color :#000000;
   float:center;
   background-color :#F4F4F4; 
   width :1000px;
   height : auto }


div.footer{
   color :#000000;
  
   background-color :#ffffff; 
   width :1000px;
   height : 100px }

h1{
   font-family: Arial ,serif;
   font-style : normal ;
   font-size : 20pt; 
   font-weight :bold ;
   text-align : center}
h2{
   font-family: Arial ,serif;
   font-style : normal ;
   font-size : 14pt; 
   font-weight :bold ;
   text-align : center}

h3{
   font-family: Arial ,serif;
   font-style : normal ;
   font-size : 11pt; 
   font-weight :bold ;
   text-align : center}

p{ 
   font-family: Arial,sans-serif;
   font-style : normal ;
   font-size : 12pt; 
   font-weight :normal;
   text-align : left; 
   text-indent : 1em;
   padding-left : 5px;
   padding-right : 5px }
#nav {
	background-color:#000099;
  float: center;
  margin-top: 0px;
  width : 100%;
}
#nav img {
	float: center;
}

#links{
background-color:#f4f4f4;
   width:125px;
height : auto;
   float : left
   
 }
#links p{
   text-align:center;
   width:85%;background-color:#f4f4f4;padding : 3px;margin :0px;border-style : solid;border-color : #000000;border-width : 1px}
#links p a{
   font-family: Arial;
   font-style : normal ;
   font-size : 8pt;
   font-weight :bold;
   color :#000000}
#links p a{
   background-color:#ffffff;
   display:block;
   width:90%;
   padding : 2px;border-bottom:1px solid #000000;border-right:1px solid #000000; border-top:1px solid #000000; border-left:1px solid #000000;
   text-decoration : none;margin-right : 2px}
#links p a:hover{
   color: ##C0C0C0;
   background-color:#efefef;
   border-bottom:1px solid #000000;border-right:1px solid #000000; border-top:1px solid #000000;border-left:1px solid #000000;
   text-decoration : none}

#sddm
{	margin: auto;
	padding: 0;
  float:center;
  width : 825px;
	z-index: 30}

#sddm li
{	margin: auto;
	padding: 0;
	
  list-style: none;
	float: left;
	left: 50%; font: bold 13px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: auto;
	background: #000099;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position : absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 12px arial}

	#sddm div a:hover
	{	background: #000099;
		color: #FFF}
