/* CSS Document */
/**for documents that load in fancybox iframe**/
body {
background: #333;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
}
/**IE ONLY**/
*body {font-size: 76%}

#wrapper {
width: 80%;
margin: 25px auto;
text-align:left;
padding: 20px 25px 20px 25px;
color:#333;
background: #FFF;
-moz-box-shadow: inset 2px 2px 30px #016c5d;
-webkit-box-shadow: inset 2px 2px 30px #016c5d;
box-shadow: inset 2px 2px 30px #016c5d;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
}

ul {margin:0;}

li {	line-height:1.2;
margin-bottom:8px;
font-size: 14px;
}

p {font-size: 14px; line-height:1.5; margin:0;}

h1 {
font-size: 19px;
color: #336CA6;
letter-spacing: 2px;
line-height:1.5;
text-shadow: 2px 2px 5px #CCC
}
h2 {
font-size:15px;
color: #666;
margin-bottom:3px;
padding: 15px 0 0 0;
}
h3 {color:#336CA6;}

/***LINKS***/
a img {
	border: none;
	background: none;
	opacity: 0.85;
}
a img:hover {opacity: 1.0}

a {font-weight:bold; text-decoration:none;
color:#EF5A10;}
a:hover {color:#00CC00;text-decoration:underline;}

.center {text-align:center}
