/* CSS Document */
body{
	text-align: center;
	font-family:   Helvetica, sans-serif;
	font-size:10pt;
	background-color:brown;
	



}

#wrapper {
    width: 760px;
	margin: 10px auto;
    border: 10px solid  black;
    background-color:#eecc90;
}
#head1 {
/*background-image: url('images/welcome.gif');*/
width: 100%;
height: 60px;
}
#head2 {
border:  8px groove white;
background-color: black;
width: 90%;
height: 36px;
text-align: center;
} 

#main {
	width: 760px;
	text-align: left;
	padding: 5px;
}
#contents {
width: 580px;
padding: 10px;

}

#right {
background-color: eecc90;
border: ;
position: relative;
float: right;
right:11px; 

width: 130px;
height: 700px;
}

#footer{
		margin: 10px auto;
		padding:10px;
		border:1px solid #bbb;
		width:90%;
		background-image:url(images/black.gif); 	
	                background-position: bottom;
		text-align: center;
		clear: both;
}

div#middle {
    padding:5px;
    margin: 0px auto;
    background-color: silver;
	text-align: center;
	width: 600px;
}


#2 {
border:  8px groove white;
background-color: black;
width: 740px;
height: 36px;
} 

#topmenu {
float: right; /* vertical menu is aligned to the right of its container, 3 */
margin-right: 10px;
margin-top: 10px;
}


#1 {
border:;
/*background-image: url('images/welcome.gif');*/
  background-color:;
width: 760px;
height: 60px;
}



#time {
	FONT-WEIGHT: bold; 
	BACKGROUND-COLOR:WHITE;
	FONT-SIZE: 3pt; 
	VISIBILITY: visible; 
	COLOR: white; 
	FONT-FAMILY: MS Sans Serif; 
	POSITION: absolute;
	WIDTH:100%;
	HEIGHT:2PX; 
	TOP: -30px;
}


#logo {
float: left; 
margin-right: 10px;  /* place the logo within its container, 1 */
margin-top: 3px;
border: 0;
}





#r2 {
border: 10px  dotted black;
position: absolute;
right:0; 
/*background-image: url('new/menu.gif');*/
width: 100px;
height: 100px;
}


.menu 
{ 
margin-top: 30px;
width: 100px;
font-family: verdana, arial;
font-size: 110%;
text-align: center;
}


h1 {
	font-size: 35px;
	color: White;
       background-color: Black;
        
}
h2 {
	font-size: 20px;
	margin-left: 3px;
	color: White;
	text-align:center;
	background-color:brown;
}
h3 {
	font-size: 18px;
	color: Brown;
	background-color;
	
}
h4 {
	font-size: 14px;
	font-color: white;
        
}

p {
	font-size: 12px;
	font-text:justify;
	color: black;
}

UL {
	margin-left: 0;
    	padding-left: 20;

}	
UL li {
	margin-left: 10px;
	list-style-type: circle;
	font-size: 12px;
} 

}
A{
	COLOR: White; 
	background-color:green;
	font-size: 12px;
	FONT-STYLE: normal; 
	font-weight: 700;
	TEXT-DECORATION: none;
	padding: 2px;
	}
A:hover {
	text-decoration: none;
	color: red;
	background-color:green;
} 
table {
	margin: auto;
	padding: 10px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: 0px;	
	margin-right: 0px;
}
td {
	vertical-align: top;
	color:black;
	background-color: magenta;
	padding: 6px;
}

th {
	color: white;
	background-color: Black;
	padding: 6px;
}
Img
 {
         border:black;
}

