body	{
	padding: 0;
	margin: 0;
	color: #666666;
	background-color: #ffffff;
	background: #ffffff;
	
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	line-height: 14pt; 
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	
	text-align:center;
	}

#index {
	margin: 0 auto; 
	text-align:center;
	}

#container {
	width: 800px; 
	margin: 0 auto; 
	text-align: left;
	padding: 0px;
	}
	
#left, #menu {
	width: 130px;
	vertical-align: top;
	padding-top: 40px;
	}
	
#cont {
	width: 520px;
	vertical-align: top;
	padding-top: 40px;
	}




/* global link decoration */

a	{ 
	color: #333333;
	text-decoration: none;
	}
	
a:hover	
	{ 
	color: #333333;
	text-decoration: underline;	
	}
	
	
	
/* text formatting */	
	
#menu div {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	line-height: 18pt; 
	font-style: italic;
	color: #336699;
	padding-bottom: 10px;
	}

#menu a, div.index-menu a {
	color: #336699;
	}

#menu span.current {
	text-decoration: underline;	
	}

#menu a:hover, div.index-menu a:hover { 
	color: #336699;
	text-decoration: underline;	
	}


#cont h4 {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	line-height: 18pt; 
	font-weight: normal; 
	padding: 0px; 
	margin: 0px;
	font-style: italic;
	}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 16pt;
	line-height: 20pt; 
	font-weight: normal; 
	padding: 0em 0px 0.2em 0px; 
	margin: 0px;
	font-style: italic;
	color: #003366;
	}
	

#cont p 
	{
	padding-right: 40px;
	}
	
div.list {
	width: 480px; 
	margin-right: 40px;
	}

div.list-head {
	font-size: 11pt;
	line-height: 14pt; 
	padding: 0px 0px 0.2em 170px;
	}

div.list-head-large {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	line-height: 15pt; 
	font-style: italic;

	padding: 0em 0px 0.6em 170px;
	}

div.list-spacer {
	border-top: 1px solid #999999;
	margin: 0.4em 0px 1em 170px;
	padding: 0px;
	line-height: 1px;
	}
	
div.list-text {
	padding-bottom: 0.6em;
	padding-left: 170px;
	}
	
div.list-top {
	padding-left: 170px;
	}
	
div.index-menu {
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	line-height: 18pt; 
	font-style: italic;
	color: #336699;
	padding-bottom: 10px;
	}
	
	
	
/* img */

img {
	border: 0px;
	}
	
img.header {
	width: 800px;
//	height: 260px;
	padding-bottom: 10px;
	border-bottom: 2px solid #003366;
	}

img.icon	{
	border: 0px;
	padding: 0px 10px 10px 70px;
	float: left; 
	}

img.main {
	width: 480px;
	margin: 2em 0px;
	}
	