*{
	margin:0;
	padding:0;
}
body{
	font-family:Arial,Sans-Serif;
	margin:0;
	padding:10px;
	font-size:100.01%;
	background:#e8e8e8;
}
#boundary{
	font-size:.8em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:2px solid #025489;
	background:#fff;
	padding:20px;
	width:780px;
	margin:auto auto auto auto;
}
#IE7_8 #boundary {
	margin: 0 auto auto auto;
}
#IE6 #boundary {
	margin: 0 auto auto auto;
}
#boundary a:link{
	font-family:verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #660000;
	text-decoration: none;	
}
#boundary a:visited{
	font-family:verdana;
	font-size : 8pt;
	font-weight : bold;
	color : #660000;
	text-decoration : none;
}
#boundary a:hover,#content a:active{
	font-family:verdana;
	font-size : 8pt;
	font-weight : bold;
	color : #006699;
	text-decoration : underline;
}
#content{
	clear:both;
	padding:0 14px
}

#content p{
	line-height:1.5em;
	padding-bottom:.8em;
	font-family:verdana;
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
}

#content img{
	padding:10px 20px;
	display:block;
	margin:5px auto;
}

h1{
	font-size:2.3em;
	padding:0 0px .5em 0px;
	color:#333333;
	font-family:verdana;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:-1px;
}
h2{
	font-size:2.0em;
	padding:0 0px .5em 0px;
	color:#003366;
	font-family:verdana;
	text-transform:uppercase;
	font-weight:normal;
}
h3{
	font-size:1.6em;
	padding:0 0px .5em 0px;
	color:#0890fa;
	font-family:verdana;
	text-transform:none;
	font-weight:normal;
}
#content ul{
	list-style-type:square;
	margin-left:2em;
	font-family:verdana;
	font-size : 10pt;
	font-style : normal;
	color : #000000;
	font-weight : normal;
}
#content li{
	line-height:1.5em;
	padding-bottom:.8em;
	font-family:verdana;
	font-size : 10pt;
	font-weight : normal;
	color : #000000;
}
#footer{
	color:#666;
	font-size:.75em;
	padding:0px 0px;
	text-align:center;
	width:700px;
	margin:0 auto;
}

#footer a{color:#333;}
.nextprev{
	padding:1em;
	font-size:.80em;
	font-weight:bold;
	text-align:left;
}
#content a:link{
	font-family:verdana;
	font-size: 10pt;
	font-weight: bolder;
	color: #901a1f;
	text-decoration: none;
	
}
#content a:visited{
	font-family:verdana;
	font-size : 10pt;
	font-weight : bolder;
	color : #663333;
	text-decoration : none;
}
#content a:hover,#content a:active{
	font-family:verdana;
	font-size : 10pt;
	font-weight : bolder;
	color : #003366;
	text-decoration : underline;
}
/* =navigation */
#nav{
	clear:both;
	font-weight:bold;
	color:#666;
	margin-left:4px;
	float:left;
	list-style-type:none;	
	background:url(navshadow.gif) no-repeat 8px 100% #fff;
	padding-bottom:20px;
}
html>body #nav{
	margin-left:20px;
	background:url(navshadow.gif) no-repeat 8px 10% #fff;
}
#nav li{
	list-style-type:none;
	float:left;
	margin:0 0 0 4px;
	padding:0 0 0 10px ;
	border-bottom:1px solid #999;
	background:url(tabgrey.gif) #c0c0c0 top left no-repeat;
}
#nav li a{
	color:#666;	
	background:url(tabgrey.gif) transparent top right no-repeat;
	display:block;
	padding:0 10px 0 0;
}
#nav li a:link,
#nav li a:visited{
	color:#000;
	text-decoration:none;
}
#nav li a:hover,
#nav li a:active{
	color:#fff;
	text-decoration:none;
}
#nav li.cur,
#nav li.over,
#nav li:hover
{
	background:url(tabblue.gif) #3375b2 top left no-repeat;
	border-bottom:1px solid #036;
}
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
	display:block;
	color:#fff;
	padding:0 10px 0 0;
	text-decoration:none;
	background:url(tabblue.gif) transparent top right no-repeat;
}
