/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: #000066;
}

body {
	top:0;
	height: 100%;
	width:780px;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: arial;
	font-size:14px;
}

a:link{ color: #6C561A; }

a:visited{ color: purple; }

a:hover{ color: #003366; text-decoration:none; }

a:active{ color: yellow; }

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #CC9933; }

h1{ font-size:24px; font-weight: bold;}

h2{	font-size:20px; font-weight: bold;}

h3{	font-size:18px; font-weight: bold;}

h4{	font-size:16px; font-weight: bold; padding: 5px 3px 5px 0;}

h5{	font-size:14px;font-weight: bold; color: #003366;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

em strong, strong em{
	font-weight:bolder;
	font-style:italic;
}

#container {
	position: relative;
	min-height:100%;
	width:100%;
	background:#fff;
	overflow:hidden;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:176px;
	z-index:1;
}

#logo{
	display:block;
	position:relative;
	width:75px;
	height:75px;
	background:#999;
	left:30px;
	top:10px;
}

.metaContent{
	display:none;
	position:absolute;
	height:0;
	width:0;
}

#content{
	position:relative;
	display:block;
	width:535px;
	left:164px;
	margin:0 ;
	padding:2.5% 5% 40px 5%;
	top:0;
	
	overflow:auto;
}

#aside{
	position:relative;
	display:block;
	width:164px;
	float: left;
	left:0;
	list-style:none;
	padding:0 ;
	background:#6995C2 url(../images/side_18.gif) no-repeat center bottom;
	margin:0 -164px 0 0;
	z-index:100000000;
}

#flash{
	display:block;
	position:absolute;
	width:164px;
	height:162px;
	background:#fff;
}
