/* CSS Document {} */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	}

input, select, textarea, form, fieldset { margin: 0; padding: 0; border: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}
	
ol, ul { list-style: none; }

/* Global */

html {	}
body {	background-color:#00283c; background-image:url(../images/background/GreatWave_small.jpg); background-repeat:no-repeat; background-attachment:fixed; background-position:left bottom;}

/* Text Elements */

p					{	}
p .left				{	}
p .right			{	}

a					{	}
a:link				{ color: #DFDFDE;	}
a:visited			{ color: #DFDFDE;	}
a:active			{ color: #CFF;	}
a:focus				{ color: #CFF;	}
a:hover				{ color: #FAE10F;	}

h1					{ font-size: 150%; font-weight: bold; font-style: italic; color: #7c97b6; font-variant: small-caps; }
h2					{ font-size: 70%; color: white; font-style: italic; }
h3					{ font-size: 110%; color: #DEF; }
h4
h5
h6					{ font-size: 100%; color: #FAE10F; font-style: italic; margin: 3px 0;}

