/* * ------------------------------------------------------------- * */
/* * general ----------------------------------------------------- * */
/* * ------------------------------------------------------------- * */

body{
	padding:0;
	margin:0;
	background:#fff;
	color:#000;
	font-size:1em;
	font-family:verdana,arial,ms sans-serif;
}

img{
	border:0;
}

h4{}
h5{}
h6{}

a{color:#000;text-decoration:none;}
a:hover{text-decoration:underline;}
a:link{}
a:visited{}


/* * ------------------------------------------------------------- * */
/* * accessibility ----------------------------------------------- * */
/* * ------------------------------------------------------------- * */

#access{
	display:none;
	text-align:left;
}


/* * ------------------------------------------------------------- * */
/* * box container ----------------------------------------------- * */
/* * ------------------------------------------------------------- * */

#container{
	text-align:left;
	margin:auto;
	width:620px;
	margin-top:10px;
	margin-bottom:20px;
}


/* * ------------------------------------------------------------- * */
/* * box header -------------------------------------------------- * */
/* * ------------------------------------------------------------- * */

#header img{
	margin:10px;
	padding:0;
	border:0;
	float:left;
}

#header h1{
	margin:0;
	padding:0;
	margin:60px 0 0 20px;
	font-size:1.2em;
	display:inline;
	float:left;
}


#controls{
	font-size:.7em;
}

#controls ul{
	margin-top:50px;
	clear:both;
	float:right;
	text-align:right;
	list-style-type:none;
}

#controls ul li{
	display:inline;
}

#controls ul li a{
	padding:.6em;
}

#controls ul li a:hover{
	text-decoration:none;
}		



/* * ------------------------------------------------------------- * */
/* * box main ---------------------------------------------------- * */
/* * ------------------------------------------------------------- * */

#main{
	clear:both;
}


/* * ------------------------------------------------------------- * */
/* * box content ------------------------------------------------- * */
/* * ------------------------------------------------------------- * */

#wrapper{
	font-size:.7em;
	text-align:center
}

#content{
	text-align:left;
	margin:auto;
	background: url(../i/bg_000.jpg) center center no-repeat;
	margin-top:20px;
	margin-bottom:20px;
}

#content_notes{
	clear:both;
	text-align:left;
	margin:auto;
	margin-bottom:20px;
}

#content_notes h3{
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:bold;
}


#content_text{
	
}

#content .center{
	text-align:center;
}


/* * boxes ------------------------------------------------------- * */

#content ul{
	margin-bottom:15px;
	margin-top:5px;
}

#content li{
	margin-bottom:5px;
	margin-top:10px;
}

#content ul {
	list-style-type:disc;
	list-style-image:url(li_1.gif);
}
#content ul li{
	font-weight:bold;
	vertical-align:middle;
	line-height:20px;
	padding-left:10px;
	margin-left:0px;
}
#content ul ul {
	list-style-type:circle;
	list-style-image:url(li_2.gif);
}
#content ul ul li{
	font-weight:normal;
}
#content ul ul ul {
	list-style-type:square;
}
#content ul ul ul ul {
	list-style-type:disc;
}
#content ul ul ul ul ul {
	list-style-type:circle;
}
#content ul ul ul ul ul ul{
	list-style-type:square;
}

#content h2{
	margin:0;
	padding:0;
	font-size:2em;
	font-weight:bold;
	color:#428ADE;
	margin-bottom:20px;
}

#content h3{
	margin:0;
	padding:0;
	font-size:1.6em;
	font-weight:bold;
}


#content img{
	margin-bottom:15px;
}

#content img.left{
	border:1px solid #000;
	float:left;
	margin-right:15px;
}

#content img.right{
	border:1px solid #000;
	float:right;
	margin-left:15px;
}

#content span.date{
	border:1px solid #ccc;
}

#content table{
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	border:0;
	empty-cells:show;
	margin:0;
	padding:0;
	border-bottom:2px solid #000;	
}

#content tr{
	vertical-align:top;
}
#content td,#content th{
	padding:8px;
}
#content th{
	font-weight:normal;
}

#content table thead th,
#content table thead td{
	border-bottom:2px solid #000;
}

#content table tbody td,
#content table thead th{
	text-align:right;
}

#content table thead td,
#content table tbody th{
	text-align:left;
}
#content table tfoot{}

#content td.bb,
#content th.bb,
#content tr.bb th,
#content tr.bb td{
	border-bottom:1px solid #000;
}

#content td.bb2,
#content th.bb2,
#content tr.bb2 th,
#content tr.bb2 td{
	border-bottom:2px solid #000;
}

#content ul.footnote{
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin-left:10px;

}
#content ul.footnote li{
	padding-left:0;
	margin-left:0;
	font-weight:normal;
}


#content_footer{
	clear:both;
	text-align:right;
}

#content_footer img{
	border:0;
	padding:0;
	margin:0;
	margin:5px;
}



br.breaker{clear:both;}


/* * --------------------------------------------- * */
/* * print hiding -------------------------------- * */
/* * --------------------------------------------- * */

#branding,
#header ul,
#footer,
#accessibility,
#navbottom{
	display:none;
}
