* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Georgia, Verdana, Arial;
} 
body {
	text-align: center;
 	background: url(../img/bg-body.jpg) repeat-x; 
} 
#top { 
	height: 30px;
} 
#top p { 
	line-height: 30px;  
	font-size: 0.8em;
  	color: #aaaaaa;
} 
#top p a { 
  	color: #aaaaaa;
}  
#top p a:hover { 
  	color: #fbd281;
}
#header { 
	height: 200px;
 	background: url(../img/bg-header.jpg) no-repeat top center; 
}
#nav { 
	width: 760px;
	padding: 160px 0 0 0;
	margin: 0 auto;
	line-height: 32px;
} 
#nav ul {
	list-style: none;
	text-align: right;
}
#nav li {	
	display: inline; 
}
#nav li a {
  	color: #999999;
	padding: 18px 0;
	margin: 0 0 0 30px;
	font-size: 1.1em;
  	font-weight: bold;
	font-style: italic;	
  	text-decoration: none;
	text-transform: uppercase;
}
#nav li a:hover {
  	color: #666666;
}
#nav li.flag a {
	float: left;
	margin: 0 0 0 200px;
	padding: 0;
}
#contact {
	height: 0px;
	overflow: hidden; 
 	background: url(../img/bg-contact.jpg) repeat-x; 
}
#container {
 	background: url(../img/bg-container.jpg) no-repeat; 
}
#content {
	margin: 0 auto;
 	width: 760px; 
}
#content h1 {
	padding: 1.8em 0;
	color: #333333;
	font-size: 1.8em; 
	font-style: italic;
}
#content h2 {
	padding: 1.8em 0;
	color: #ff9000;
	font-size: 1.4em; 
	font-style: italic;
}
#content p {
	color: #666666;
	padding: 10px 0;
	font-size: 1.1em; 
	line-height: 1.8em;
}
#content p a {
	color: #888888;
	text-decoration: underline; 
}
#content p a:hover {
  	color: #fbd281;
	text-decoration: underline; 
}
#content acronym {
	cursor: help;
	border-bottom: 1px dashed #555555;
}
#content a img {
	border: 1px solid #dddddd;
}
#content a:hover img {
	border: 1px solid #ffffff;
}
#content a strong, #content a em {
	display: block;
}
#content a strong {
	color: #222222;
}
#content a:hover strong {
	color: #aaaaaa;
}
#content a:hover em {
	color: #cccccc;
}
#content a small {
	color: #aaaaaa;
	border-bottom: 1px dashed #aaaaaa;
}
#content a:hover small {
  	color: #fbd281;
	border-bottom: 1px dashed #fbd281;
}
#content .highlight {
	margin: 2.0em 0;
	background: #ebf4fc;
}
#content .highlight h3 {
	margin: 20px;
	font-size: 1.6em; 
	font-style: italic;
	text-align: right;
}
#content .highlight h3 a {
	color: #555555;
 	background: url(../img/bg-h3.jpg) repeat-x; 
	padding: 5px 10px;
	text-decoration: none;
 	border-bottom: 1px dotted #cccccc;
}
#content .highlight h3 a:hover {
  	color: #222222;
 	background: url(../img/bg-h3-hover.jpg) repeat-x; 
	text-decoration: none;
 	border-bottom: 1px dotted #cccccc;
}
#content .highlight p {
	padding: 10px 20px;
	font-size: 1.0em; 
	text-align: justify;
}
#content .box {
	margin: 10px 0 30px 0;
	background: #ebf4fc;
}
#content .box p {
	padding: 16px 18px;
	text-align: center;
	line-height: 1.4em;
}
#content .box p a {
	color: #666666;
	text-decoration: none;
}
#content .box p a:hover {
  	color: #fbd281;
	text-decoration: none;
}
#content .box p img {
	margin: 0 0 20px 0;
}
#content .clearer {
	clear: right;
	line-height: 28px;
}
#col-left {
 	width: 360px; 
	float: left;
}
#col-right {
 	width: 360px; 
	float: right;
}
#footer {
 	clear: both;
	height: 120px;
	margin: 40px 0 0 0;
	background: #dff7df;
 	border-top: 1px solid #dddddd;
} 
#footer p {
  	color: #999999;
	font-size: 1.0em;
	line-height: 70px;
}
#footer ul {
	list-style: none;
}
#footer li {	
	display: inline; 
}
.left {
 	float: left;
	margin: 0 20px 0 0;
}	
form {
	width: 480px;
	margin: 0 auto;
	padding: 40px 0 80px 0;
}
form p {
	font-size: 1.1em;
  	color: #666666;
	text-align: right;
}
textarea, .form1, .form2, .form3 {
	font-size: 1.1em;
  	color: #333333;
	background-color: #ffffff;
	margin: 30px 0 0 60px;
	border: 1px solid #bbbbbb;
}
textarea {
	width: 328px;
	height: 150px;
	overflow: auto;
}
.form1 {
	width: 328px;
	height: 26px;
}
.form2 {
  	color: #333333;
 	background: url(../img/bg-h3.jpg) repeat-x; 
	width: 330px;
	height: 41px;
}
.form3 {
	font-weight: bold;
 	background: url(../img/bg-h3-hover.jpg) repeat-x; 
	width: 330px;
	height: 41px;
	border: 1px solid #bbbbbb;
	cursor: pointer;
}