body 	{	
	background: #FFFFFF;   
	}

a	{
	text-decoration:none;
	color:#2D3B62;
	}

a:hover	{
	text-decoration:underline;
	color: #2D3B62;
	}

div.logo {
	background: url(logo.gif) #FFFFFF;
	margin: 2px 0px 5px 0px;
	width: 800px;
	height: 175px;
	color: #FFFFFF;
	font-size: 24pt;
	}

div.footer {
	background: url(footer.gif) #FFFFFF;
	background-repeat: no-repeat;
	margin: 2px 0px 2px 0px;
	width: 800px;
	height: 13px;
	color: #FFFFFF;
	font-size: 24pt;
	}

div.main {
	background: #FFFFFF;
	bprder-style: solid;
	border: 2px;
	border-color: #1d6b1d;
	width: 800px;
	color: #000000;
	font-size: 12pt;
	}

p	{
	margin: 10px;
	}

/* For use with stick-out tags */

div.nav {
	float: left;
	color: #FFFFFF;
	width: 150;
	height: 24px;
	background: url(nav-tag.gif) 0 0 no-repeat;
	padding: 2px 0px 1px 2px;
	width: 158px;
	}

div.navhover {
	float: left;
	color: #1d6b1d;
	font-weight: normal;
	background: url(nav-tag-hover.gif) 0 0 no-repeat;
	padding: 2px 0px 2px 2px;
	width: 158px;
	display:block;
	text-decoration: none;
	}

div.nav a {
	color: #FFFFFF;
	font-weight: normal;
	display:block;
	text-decoration:none;
	}

div.nav a:hover {
	color: #1d6b1d;
	font-weight: normal;
	background: url(nav-tag-hover.gif) 0 0 no-repeat;
	margin: -2px 0px -1px -2px;
	padding: 2px 0px 1px 2px;
	width: 158px;
	display:block;
	text-decoration: none;
	}

strong {
	color: #1d6b1d;
	font-weight: 900;
	font-size: 24pt;
	}

/* For in-page title bars */

div.title {
	background: url(titletab.png) 0 100% no-repeat #ffffff;
	padding: 5px 0px 0px 0px;
	margin: 0 0 0 0;
	}

div.titletext {
	color: #708090;
	font-weight: bold;
	}

/* For rounded corners */

div.bl  {	
	background: url(bl.gif) 0 100% no-repeat #ffffff; 
	width: 100%;
	}

div.br 	{
	background: url(br.gif) 100% 100% no-repeat;
	}

div.tl 	{
	background: url(tl.gif) 0 0 no-repeat;
	}

div.tr 	{
	background: url(tr.gif) 100% 0 no-repeat; 
	padding:10px;
	}

div.clear {font-size: 1px; 
	height: 1px;
	}

.left{float:left; margin:0 15px 4px 15px;}
.right{float:right; margin:0 15px 4px 15px;}
.photo{
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 6px 6px 6px;
}