@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0; }
	
/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2012 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mostardesign
 * License URL: http://www.fontspring.com/fflicense/mostardesign
 *
 *
 */

@font-face {
    font-family: 'SofiaProLightRegular';
    src: url('SofiaProLight-webfont.eot');
    src: url('SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('SofiaProLight-webfont.woff') format('woff'),
         url('SofiaProLight-webfont.ttf') format('truetype'),
         url('SofiaProLight-webfont.svg#SofiaProLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	
/**
 *  Basic Layout Style
 */
 
body {
	
	background-color: #000033;
	float: left;
	min-width: 690px;
	font-family: SofiaProLightRegular,Sansa-Normal,Verdana,Lucida, Arial;
	color:#00CCCC; }
	
#content {
	
	margin: 0px; }
	
#page {
	
	margin: 250px 350px;
	
	padding: 15px 15px 18px 0px;
	width: 800px;
	
	
	}


/**
 *  Default Style
 */

	a { 
	 color:#00CCCC;
	text-decoration: none; }

li {
	line-height: 1.5em;}

a:hover, a:hover h2 {
	text-decoration: underline;color:#FFFF00; }
	
	h1,h2,h3,h4,h5,h6 {
	background-color: transparent; /* Removes the W3C Validation warnings. */
	font-weight: bold;
	padding-bottom: .3em;color:#00CCCC; }

h1 {
	font-size: 3.125em; }
	
h2 {
	font-size: 2.8em; letter-spacing: 3px;}
	
h3 {
	font-size: 1.8em; }

h4 {
	font-size: 1.85em;
	color:#ffffff;
	font-style:italic;border-bottom: 1px dashed #00CCCC;
 }
.right {text-align:right;}
h5 {
	font-size: 1em; }
	
h6 {
	font-size: 0.8em; }
	