/*  -----{ level 2 pages stylesheet }---------------------------  */

* { font-size:100%; margin:0; padding:0; }

html {
height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font: 71%/150% verdana, arial, helvetica, sans-serif;
	color: #555f6a;
	/*text-align:center;*/
	height: 100%;
}

* html #wrapper {
	height: auto !important;
	height: 100%;
}

.clearer {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}

/*  -----{ general typography }---------------------------  */

h1	{
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	line-height:24px;
	color: #FFFFFF;
}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #1e6a8a;
	text-transform: uppercase;
	margin-top: 1em;
	margin-bottom:.5em;
}

h4 {
	margin-bottom:.5em;
}

h5	{
	margin-bottom: .5em;
}

h6	{
	display:inline;
}

p {
	margin-bottom: 1.3em;
}

img	{ border: 0; }
div { margin: 0; padding: 0; }
.clearing { clear:both;font-size:0;line-height:0; }
a {color: #555f6a;text-decoration:none;}
a:hover {background: #f3fae6;}

/*  -----{ header }---------------------------  */

#wrapper {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width:800px;
	margin-top:36px;
	padding-bottom: 24px;
	text-align: left;
}	

* html #wrapper {
	height: auto !important;
	height: 100%;
}

.clearer {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}

/*  -----{ copy }---------------------------  */


#copy {
	float: left;
	width:700px;
	background: transparent url(bg-body-divider.png) repeat-y 100% 0;
	text-align: left;
}

#copy p,
#copy h1,
#copy h2,
#copy h3,
#copy h4,
#copy h5,
#copy h6,
#copy ul,
#copy ol {
	margin-right: 22px;
}

#copy a {
	text-decoration:underline;
}

#copy img {
	border: 0;
	float:right;
	padding: 0 24px 12px 24px;
}

#copy img.left {
	padding: 0 12px 0 0;
	float:left;
}

#copy blockquote {
	margin-left: 22px;
}

#copy ul, #copy ol {
	padding-left: 22px;
	padding-bottom: 12px;
}

#copy ol li {
	list-style-position: inside;
	padding-bottom: 6px;
}

#copy ul li {
	list-style: none;
	padding-left: 18px;
	padding-bottom: 6px;
	background: transparent url(icn-bullet.gif) no-repeat 0 .3em;
}

#copy ul a, #copy ol a {
	color: #69942e;
}

#copy p a, #copy p a:hover {
	color: #69942e;
}

#copy h2 {
	margin-bottom:.8em;
	font-size: 2.2em;
	color:#69942e;
}

/* tabular data */

#copy table {
	border-collapse: collapse;
	margin-top: 0.4em;
	margin-bottom: 1.5em;
	margin-left: 22px;
	margin-right: 22px;
}

#copy table tr {
	vertical-align: top;
}

#copy table td {
	padding: .2em .6em .2em 0;
	border-bottom: 1px solid #e8eeee;
}

#copy table th {
	color: #777;
	padding: .2em .6em .2em 0;
	text-align: left; /* Safari needs this */
	vertical-align: bottom;
	background: #f1f5f5;
	border-bottom: 1px solid #e8eeee;
	border-top: 1px solid #e8eeee;
}
	
#copy table p {
	margin: 0;
}

/*  -----{ emergency message }---------------------------  */


#emergency {
	padding:  24px 22px 0 22px;
}

#emergency p {
	color: #555f6a;
	font-weight: bold;
}

#emergency p strong {
}

#emergency p a {
	color: #69942e;
	text-decoration: underline;
}

#emergency p a:hover {
	text-decoration: none;
}
