/* CSS Document */
* { 
margin: 0; 
padding: 0; 
border: 0; 
} 
 
body {
	padding: 1% 0 0;
	background: #ffd;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
} 
 
#container {
	width: 760px;
	margin: 0 auto;
	border : 1px solid #006;
	background: #fff;
} 
#header {
	background: #006;
	width: 760px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
}  
.box {
	padding: 20px;
	margin: 0 50px 0;
	background-color: #FFFFCC;
	border: 1px solid #006;
	border-color: #000066;
}
.box2 {
	padding-left: 190px;
}


h1 { 

font-size: 120%; 
font-weight: lighter; 
text-align: center; 
}  

h2 {
	color: #FF0000;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	padding: 0 15px 0;
}  
h3 { 
color: #FF3300; 
font-size: 130%; 
font-weight: bold; 
text-align: center; 
} 
 
#text { 
width: 760px; 
font-size: .8em; 
color: #333; 
margin: 10px auto; 
}  
 
#text p {
	margin: 0 0 5px;
	padding: 0 15px;
	text-indent: 1.5em;
	line-height: 1.5;
}  
 
#text a { 
color: #0000FF; 
}  

#text a:hover { 
color: #339900; 
border-bottom: #390 dotted 1px; 
} 

#footer { 
background : #006; 
color : #fff; 
font-size : 70%; 
padding : 5px; 
clear : both; 
}  
 
#footer a { 
color : #ff0; 
}  
 
#footer a:hover { 
color : #f00; 
}  

#footer p { 
padding : 1px; 
text-align : center; 
}  

.clearfloat { 
clear : both; 
}  
 
.img1 { 

margin: 0 20px 0 15px; 
float:right; 
}  
 

li {
	
	padding: 5px;
	font-size: 1.3em;
	list-style: none;
	font-weight: bold;
}
.f1 {
	color:#CC0000;
	text-indent: 40px;
	font-size: 12px;
	margin-top: 15px;
}
.f2 {
	color:#339900;
	text-indent: 40px;
	font-size: 12px;
	margin-top: 15px;
}
.style1 {
	color:#000066;
	text-indent: 30px;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	padding: 0 20px 0;
}
.style2 {
	color:#336600;
	text-indent: 30px;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

