body { 
	/*height: 100%;*/
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px; 
	background-color: #006666;
	font-family: Verdana, Helvetica, Arial;
} 

/*html {
	height: 100%;
}*/

#wrapper {
	width: 100%;
	max-width: 480px;
}

p, li, ul {
	font-family: Verdana, Helvetica, Arial;
}

p.dates {
	line-height: 18px;
}

#header { 
	background: #006666; 
	color: #000000; 
	margin: 0px 0px 0px 5px; 
	padding: 0px;
	height: 59px;
	background-image: url(images/corporate.gif);
	background-repeat: no-repeat;
	background-position: top right;
} 

#headerhr {
	height: 10px;
	border-top: 1px solid #FFFFFF;
	background-image: url(images/orange_line.gif);
	background-repeat: repeat;
}

#header h1 { 
	margin: 0px 0px 0px 2px; 
} 

#header p { 
	width: 150px;
	margin: 2px 0px 0px 8px; 
	padding: 0px;
	font-weight: bold;
} 

#content, #subcontent {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	background-color: #FFFFFF;
}

#subcontent {
	padding: 5px 5px 15px 10px;
}

#footer { 
	margin: 0px;
	padding: 5px 0px 5px 10px;
	line-height: 25px;
	background-color: #FFFFFF;
	border-bottom: solid 10px #006666;
} 

#footer a.on:link, #footer a.on:visited {
	color: #000000;
	text-decoration: none;
}

p.theme {
	color: #FFFFFF;
}

h2 {
	color: #006666;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

.company { font-weight: bold; } 

.small { font-size: small; } 

.description { font-size: small; display: block; } 

hr { 
	clear: both; 
	border:solid; 
	border-width:1px; 
	border-bottom-color:#007300; 
	border-top-color:#ffffff; 
	border-left-color:#ffffff; 
	border-right-color:#ffffff;
} 
/*
ul {
	list-style: url(images/arrow_rt2.gif);
	padding: 0;
	margin: 10px 0 0 17px;
}

ul li {
	padding: 0 0 6px 0;
	margin: 0;
}
*/
ul {
	margin: 5px 0px 0px 10px;
	padding: 0px;
}

#subcontent ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

li, li.back
	{
	margin: 0px;
	padding: 3px 0px 3px 10px;
	list-style-type: none;
	background-image: url(images/arrow_rt.gif);
	background-position: 0em .7em;
	background-repeat: no-repeat;
}

li.back
	{
	padding: 3px 0px 12px 10px;
	background-image: url(images/arrow_back.gif);
}

#subcontent ul li {
	line-height: 16px;
	background-position: 0em .7em;
}

a:link, a:visited { 
	color: #003399; 
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
