/* * ------------------------------------------------------------- * */
/* * general ----------------------------------------------------- * */
/* * ------------------------------------------------------------- * */

body{
	padding:0;
	margin:0;
	background:#fff;
	color:#000;
	font-size:1em;
	font-family:verdana,arial,ms sans-serif;
	text-align:center;
}

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:765px;
	margin-top:10px;
	margin-bottom:20px;
}


/* * ------------------------------------------------------------- * */
/* * box header -------------------------------------------------- * */
/* * ------------------------------------------------------------- * */

#header{
	border:1px solid #000;
	height:100px;
	width:100%;
	margin-bottom:10px;
	font-size:.7em;
}

#header img{
	margin:10px;
	padding:0;
	border:0;
	float:left;
}

#header h1{
	margin:0;
	padding:0;
	margin:10px 10px 0 0;
	font-size:1.2em;
	display:inline;
	float:right;
}

#header ul{
	margin:0;
	padding:0;
	margin-top:80px;
	/*clear:both;*/
	/*float:right;*/
	text-align:right;
	list-style-type:none;
}

#header ul li{
	display:inline;
}

#header ul li a{
	padding:.6em;
}

#header ul li a:hover{
	text-decoration:none;
}		


#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 left navigation ----------------------------------------- * */
/* * ------------------------------------------------------------- * */

#nav{
	min-height:400px;
	height:400px;
	overflow:auto;
	width:170px;
	float:left;	
}

#nav ol{
	list-style-type:none;
	padding:0;
	margin:0;
}
	
#nav ol li{
	border-bottom:1px dotted #ccc;	
	padding:2px 5px 2px 10px;
}

#nav ol li a.on{
	font-weight:bold;
}


/* * ------------------------------------------------------------- * */
/* * 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;
	width:720px;
	height:510px;
	margin-top:20px;
	margin-bottom:5px;
}

#content_notes{
	clear:both;
	text-align:left;
	margin:auto;
	width:720px;
	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 h2.alignLeft{
	margin:0;
	padding:0;
	font-size:2em;
	font-weight:bold;
	color:#428ADE;
	margin-bottom:20px;
	float:left;
	width:300px;
}

.circleAlignRight {
float:right;
height:96px;
width:150px;
background:url(../i/img_022_002.jpg) no-repeat right top;
}

.circleAlignRight p {
text-align:center;
color:#fff;
padding:10px 0 0 10px;
font-size:1.5em;
}
#content h3{
	margin:0;
	padding:0;
	font-size:1.6em;
	font-weight:bold;
}

#content h4{
	margin:0;
	padding:0;
	font-size:1.2em;
	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 div.toReplace_NotUsed{
	margin:10px 0;
	padding:10px;
	border:1px solid #f04705;
	color:#f04705;
}

#content div.toReplace_Used{
	margin:10px 0;
	padding:10px;
	border:1px dotted #333;
	color:#333;
}

#content span.toReplace_Used{
	margin:10px 0;
	padding:10px;
	border:1px dotted #333;
	color:#333;
}

#content span.toReplace_GroupItem{
	display:block;
	clear:right;
	border:1px dotted #333;
	color:#333;
}

#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;
}

#content tr{
	vertical-align:top;
}
#content td,#content th{
	padding:8px;
}
#content th,
#content td{
	font-weight:normal;
}

#content table thead th,
#content table thead td{
	border-bottom:2px solid #000;
	text-align:right;
}

#content table thead tr.none th{border:none;}

#content table tbody td,
#content table thead th{
	text-align:right;
}

#content table tbody td.left,
#content table thead th.left,
#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 table .bg{background:#A0C4EF;}

#content table td.i{padding-left:20px;}
#content table th.i{padding-left:20px;}

.l{border-left:1px solid #0065ce;}
.r{border-right:1px solid #0065ce;}
#content tr.t th,
#content tr.t td,
.t{border-top:1px solid #0065ce;}
.b{border-bottom:1px solid #000;}

#content td.i,#content th.i{padding-left:30px;}
#content td.ii,#content th.ii{padding-left:50px;}

#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;
}

/*#content dl{float:left;}*/
#content dt,dd{float:left;margin-bottom:20px;}
#content dt{width:345px;height:60px;background: url(../i/img_027_dt.gif) no-repeat 0 0;}
#content dd{width:300px;height:60px;background: url(../i/img_027_dd.gif) no-repeat 0 0;}

#content dl p{margin:10px;font-size:1.2em;font-weight:bold;}
#content dl dt p{color:#fff;}

#content dt.cl{clear:both;background:0;}


/* * ------------------------------------------------------------- * */
/* * box bottom navigation --------------------------------------- * */
/* * ------------------------------------------------------------- * */

#navbottom{
	font-size:.7em;
	clear:both;
	border:1px solid #333;
	text-align:center;
	width:100%;
}

#navbottom ol{
	clear:both;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center;
	display:inline;
}

#navbottom ol li{
	/*display:inline;*/
	margin:.6em;
	float:left;
}

#navbottom ol li a.on{
	font-weight:bold;
	padding:0.2em;
	background:#428ADE;
	color:#fff;
}


/* * ------------------------------------------------------------- * */
/* * box footer -------------------------------------------------- * */
/* * ------------------------------------------------------------- * */

#footer{
	font-size:.7em;
	border:1px solid #000;
	margin-top:20px;
	clear:both;
	background:#fff;
	padding:10px;
}

#footer ul{
	text-align:right;
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer ul li{
	vertical-align:middle;
	display:inline;
}

#footer ul li a{
	padding:.6em;
	text-decoration:none;
}



br.breaker{clear:both;}

.w8 {
width:8%;
}

.w10 {
width:10%;
}

.w15 {
width:15%;
}

.w20 {
width:20%;
}


