/* -- -------------- -- */
/* -- GENERAL STYLES -- */
/* -- -------------- -- */

body {
	background: #fff; 
	color: #000; 
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

p {
/* -- All generic text -- */
	font-weight: normal; 
	font-size: 14px; 
	margin: 0px 0px 10px 0px; 
	color: #333; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}

ul {
/* -- All generic text -- */
	font-weight: normal; 
	font-size: .72em; 
	margin: 0px 0px 10px 0px; 
	color: #333; 
	line-height: 130%; 
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #484895; 
	text-decoration: none;
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;		
}

a:link {
	color: #484895; 
	text-decoration: none;		
}

a:visited {
	color: #484895; 
	text-decoration: none;
}

a:hover {
	color: #7575A4; 
	text-decoration: underline;	
}

.divider {
/* -- Horizontal dotted divider for separating text                                               -- */
/* -- Usage: <div class="divider"><img src="images/spacer.gif" alt="" width="1" height="1"></div> -- */
/* -- Here, the height of the spacer image determines how much spacing appears around the divider -- */
	background-image:url(images/content/divider-horizontal.gif);
	background-repeat:repeat-x;
	background-position: center;
}

.link-more {
/* -- Style for "More" links, so that it aligns to the right -- */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
	text-align: right;
}


/* -- ------------ -- */
/* -- HEADER STYLE -- */
/* -- ------------ -- */

#header {
	background-color: #fff;
	margin: 0px;
	padding: 0px;	
	width: 765px;	
}






