/* ** Reset some styles (based on Eric Meyer's CSS 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,dl, dt, dd, ol, ul, 
li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-size: 100%;
	vertical-align: baseline;
}
*:focus { outline: 0; } /* remember to define focus styles! */
ol, ul { list-style: none; }
/*table { border-collapse: separate; border-spacing: 0; }*/ /* tables still need 'cellspacing="0"' in the markup */
caption, th, td { text-align: left;font-weight: normal; }
blockquote, q { quotes: none; }

/* ** Set some base styles (based on YUI base.css) ** */
body { font: 12px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; color: #000; background: #fff; }

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h1, h2, h3, h4, h5, h6 { margin: 12px 0; }
h1, h2, h3, h4, h5, h6, strong { font-weight: bold; }

html\:abbr, abbr, acronym { border-bottom: 1px dotted #000; cursor: help; }
em { font-style: italic; }
blockquote, ul, ol, dl { margin: 12px; }

ol, ul, dl { margin-left: 24px; }
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
dl dd { margin-left: 12px; }
/*th, td { border: 1px solid #000; padding: 6px; }*/
th { font-weight: bold; text-align: center; }
caption { margin-bottom: 6px; text-align: center; }
p, fieldset, table { margin-bottom: 12px; }
sup { font-size: 75%; vertical-align: text-top; }

a:focus { outline: #666 dotted 1px; }

/* Hide the accessibility links */
div#skip_links, a#navigation, a#content { display: none; }


/* Global styles that apply to all media, including non-supported browsers */

html, body { height:100%; }

body { background:#0E1843 url(/images/main_bg.jpg) center center no-repeat; }

#page { clear:both; margin:0 auto; padding:0; height:600px; width:970px; }

#vertical_center { float: left; height: 50%; width: 100%; margin-top: -310px; }

#footer { width:970px; padding:5px 0;color:#FFFFFF; font-size:11px; font-family:'Futura', Arial, sans-serif; text-align:center; }

/* No Flash Content */

#no_flash { width:970px; height:600px; background:url(/images/no_flash_bg.jpg) top left no-repeat; }
	#no_flash #content { width:536px; padding:140px 0 0 0; margin:0 auto; }
		#no_flash #content h5 { font-weight:normal; text-align:center; color:#FFFFFF; font-family:Arial, sans-serif; font-size:23px; margin-top:0; margin-bottom:5px; }
		
		#no_flash #content #blue_box { width:476px; background:url(/images/blue_png_bg.png) top left repeat; padding:30px 30px 30px 40px; }
			#no_flash #content #blue_box p { font-size:13px; color:#FFFFFF; font-family:Arial, sans-serif; line-height:18px; padding:0; }
				#no_flash #content #blue_box p.last { margin:0; padding:0; }
			#no_flash #content #blue_box a { color:#7EB4FD; }
