/* CSS Document 
font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
rottom: 981045

*/
html,body, p{margin:0;padding:0}
body{font-family: Arial, Helvetica, sans-serif;
font-size: 87%; 
text-align:left;
color: #333;
line-height:1.3em;
background: #fff;
}
a {text-decoration:none; outline: none;
}

p{ 
margin: 0px 0px 10px 0px;
}	
h1, h2, h3, h5, h4 {background-color: #fff;font-weight: bold;font-family: Dax-Regular, Dax-Bold, Arial, Helvetica, sans-serif;
}	

h1 {font-size: 132%;color: #CC0066;margin: 50px 0 15px 0;text-transform:uppercase;}	
h2 {font-size: 112%;color: #393939;margin: 5px 0 3px 0; }
h3 {font-size: 110%;color:#CC0066;margin:5px 0 0 0; text-transform: none;padding:0;}	
h4 {font-size: 115%;color: #393939;margin:13px 0 0 0;font-weight: normal;line-height:1.6em;padding:0;}
h5 {font-size: 90%;color: #393939;margin-top: 10px;padding-top:0px;font-weight: normal;}	
h6 {font-size: 77%; color: #666;font-weight: normal;margin: 8px 10px 18px 5px; padding:0 0 14px 0;clear:both;}	

/* -------------------- DIVs --------------------- */ 
div#container{
text-align:left;
width:970px;
margin:0px auto;
background-color:#fff;
margin-bottom:15px;
border-left: 1px dotted #CC0066;clear:both;
border-right: 1px dotted #CC0066;clear:both;border-top: 0px dotted #CC0066;clear:both;

}

div#logo{
	float:left;
	width: 325px;
	border:0;
	padding: 45px 0 10px 48px;margin-top:0px;
}
div#topnav{
float:right;
text-align: left;
padding:0;
width: 240px;
display:inline;padding:75px 10px 5px 0;
text-transform:uppercase;
}

div#topnav a{

	margin-left:30px;
}

div#header{
height: 5px;
padding: 0px 0 0 0;
margin: 10px 0 250px 0;
border-top: 1px dotted #f4d0e2;
border-bottom: 1px dotted #f4d0e2;
clear:both;
}

div#logo a:link{border:0;
}
div#logo img{border:0;
}

div#content{
float:right;
width: 600px;
background-color: #fff;
margin: 0 30px 5px 30px;
padding: 0 10px 30px 10px;
text-align:left;

}

div#content a:link{
color:#CC0066;

}
div#content p{
text-align:left;margin: 0 50px 5px 0px;
}

#content img {border: 1px solid #999; padding: 0px; margin: 0px 30px; 0px 0px; background: #eee; text-align:center;}
/* -------------------- LINKS ---------------------*/
ul li {
list-style-type: none;
margin:0;padding:0;
}

a:link {
	font-style: normal;
	color: #393939;
	text-decoration: none;
	border-bottom: 0px dotted #2D61A8;
	}

a:visited {
	font-style: normal;
	color: #333;
	text-decoration: none;border-bottom: 0px dotted #2D61A8;
} 

a:hover{
	font-style: normal;
	color: #CC0066;
	text-decoration: underline;border-bottom: 0px dotted #ccc;
} 
	
a:active{
	font-style: normal;
	color: #393939;
	text-decoration: none;border-bottom: 0px dotted #2D61A8;
} 
	




/*------------------NAVIGATION--------------------*/


#navigation {
	width: 280px;
	float: left;
	margin-left: 0px;
	margin-top: 77px;
	list-style-type: none;
	line-height:2em;
	}

#navigation ul {
	text-decoration: none;
	margin: 0 20px 10px 0;
	display: block;	
	list-style-type: none;
	}
	
#navigation	li {
	
	display: block;
	list-style-type: none;
	}	
	
#navigation ul li a:link, ul li  a:visited, ul li a:active {
	display: block;
	color: #333;text-transform:uppercase;
	background-color: #fff;
	padding: 3px 4px 3px 15px;
	
			}

#navigation ul li a:hover {
	display: block;
	color: #CC0066;
	background-color: #fff;
	padding: 3px 4px 3px 15px;
	}

	
#navigation li #on {
	color: #CC0066;
	font-weight: bold;
	background-color: #fff;
}		
	







/* -------------------- IMAGE LINKS--------------------- */
a:link  {
border: none;text-decoration:none;
padding: 0;
margin: 0;
}
#logo img {
border: none;text-decoration:none;
padding: 0;
margin: 0;
}
#logo a:link, a:visited, a:hover, a:active{
border:0;text-decoration:none;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 97%;
	list-style-image: url(graphics/tick.gif);
	margin: 6px;
	color: #333;
	text-decoration: none;
	padding-left:10px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;	
	margin: 8px;
	color: #333;
	text-decoration: none;
	
	
}	





/* -------------------- FOOTER --------------------- */


#footer{color: #666;clear:both;text-align: center;font-size:80%;padding: 20px 0px 25px 0px;margin: 0  0px 0 00px;
width:100%;height:20px;border-top: 1px dotted #f4d0e2;border-bottom: 1px dotted #CC0066;clear:both;}

#footer a:link {color: #333;}

