
/* Links */


A  {
	text-decoration : none;
	color :#D9085B; 
    }

A:hover {
	color : #4BC0EC; 	}

/* Universal stylistics (<strong>, <em>, etc */

 ul{
	
	padding: 0 15px 0 15px;
	margin: 15px;}

li{
	list-style: none;
	background: url(images/bullet.gif) no-repeat center left;
	padding-left: 15px;}


blockquote {
	text-align: justify;
	color: #51419E;
	font-weight: normal;
	padding: 10px 0px 10px 50px;
	background: url(images/quote.gif) no-repeat center left;
	font-family: Century Gothic;}


strong {
	font-size: 10px;
	color: #81C40F;
	font-family: Arial;
	text-transform: uppercase;}

em {
 	color: #1434D3;
	font-size: 11px; }

/* Main header classes */

h1 {
	margin: 0 5px 3px 0;
	padding: 3px 230px 5px 0;
	background: url(images/h1.gif) no-repeat top right;
	color: #4BC0EC;
	font-family: Century Gothic, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

h2 {
	margin: 3px 0 3px 0;
	padding: 0px 0 0 22px;
	background: url(images/h2.gif) no-repeat top left;
	color: #D9085B;
	font-family: century gothic, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: normal;
	text-transform: lowercase;
}

div#nav h2 {
	margin: 3px 5px 0 15px;
	padding: 0px 0px 0 20px;
	background: url(images/h2nav.gif) no-repeat top left;
	color: #FFFFFF;
	font-family: Century Gothic, sans-serif;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}


h3 {
	margin: -34px 80px 5px 0;
	color: #9E110D;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: right;
}

/* Body text classes */


	
p, body {
	font: 11px Verdana;  
	color:#49415D;
	text-align: justify;
	margin-top:0;
	margin-bottom:12px;
	line-height: 175%;
    }

p.center {
	text-align: center;
    }

p.right {
	text-align: right;
    }

p.left {
	text-align: left;
    }


.statistics {
	color:#49357A;
	text-align: justify;
	padding: 5px;
	margin: 0px 20px 12px 20px;
	letter-spacing: 1px;
	line-height: 150%;
	width: 345px;
	background-color: #E4F6FF;
	font:10px Georgia;
    }

.statistics strong{
	color:#0410AE;
   }

/* Misc. */	

body {
	background-color:#FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
    }
img
    {border: 0px none;}


/* Structural ids */

#frame{
	width: 700px;
	padding: 0;
	margin-right:auto;
	margin-left:auto;}

#contentright{
  padding: 0px 47px 0 40px;
}

#nav{
  background-color: #4BC0EC;
	width: 204px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}

div#nav ul{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 15px;}

div#nav ul li{
	list-style: none;
	background-image: none;
	padding: 0 10px 0 10px;
	margin: 10px 0 5px 0;
	border-bottom: 1px dotted #FFFFFF;}

div#nav ul li a:hover{
	color: #FFFFFF;}


#footer{
	color: #E7D1ED;
	text-align: right;
	padding: 7px 80px 7px 0px;
	margin: 0;
	line-height: 145%;
	background: #050D24 url(images/footer.gif) no-repeat bottom right;}
