/* Default --
	 Sets default typography styles
-------------------------------------------------------------- */
body {
	background: #65a4e7 url('../images/clouds_bg.jpg') repeat-x 0 0;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* 1em = 10px *//*
	font-size:75%; // 1em = 12px //
	font-size:88%; // 1em = 14px //
	*/
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	line-height:1;
}
h1 {font-size:3.2em;} /* 32px */
h2 {font-size:2.4em;} /* 24px */
h3 {font-size:1.8em;} /* 18px */
h4 {font-size:1.6em;} /* 16px */
h5 {font-size:1.3em;font-weight:bold;}	/* 13px */
h6 {font-size:1.2em;font-weight:bold;}	/* 12px */
/* Remove annoying border on linked images. */
a img {	border: none;}
/* Content element styling
-------------------------------------------------------------- */
p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #00468e; text-decoration: none;}
a           { color: #00468e; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 0;}

ul          { list-style-type: disc;}
ol          { list-style-type: decimal;  margin-left:0; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

.flash-replaced .alt { display: block; height: 0; position: absolute; overflow: hidden; width: 0;}

#countdown {display:none;}