@charset "UTF-8";

/* Global Content Formatting and Styles */


body {

	
	line-height: 1.5em;
	font-family: 'Muli', sans-serif;
	font-weight:normal;
	background-color: #fff;
	
	
/**	background: #515673 url(../images/background_gradient.jpg) repeat-x 0px 0px; **/

}


.page {

	max-width: 980px;
	margin: 0px auto 0px auto ; /*top, right, bottom, left */
	position: relative;
	background-color: #fff;
	}


h1 { 
	font-size: 2em;  
	color: #ed008c; 
	margin: 0 0 .2em 0; 
	font-family: "Times New Roman";
    font-size: 2rem;
    font-style: italic;
    font-weight: normal;
    
    }
h2 { font-size: 1.3em; 
	margin: 0 0 .2em 0;
	font-family: "Times New Roman"; 
	font-weight: normal;
	font-style: italic;
	
}

h2.right { font-size: 1.3em; 
	margin: 0 0 .2em 0;
	text-align: right; 
	font-family: "Times New Roman";
	font-weight: normal;
	font-style: italic;
	
}

h3 { font-size: 1.5em; margin: 0 0 1em 0; }
p { margin: 0 0 .75em 0; font-size: .8em; padding-top: 0.5em;}

a {
	text-decoration: none;
	color:#5C6161;
}

a:hover {
	text-decoration: none;
	color: #ed008c;
}

a: visited {
	text-decoration: none;
	color: #ed008c;
}

#copyright {
	text-align: center;
	color:#5C6161;
	font-size:.7em;
	
}

.clear-fix { clear: both; line-height: 1px;}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

	/* rules go here */


}