body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #6f6f6f;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-top: 2px solid #2A4F6F;
}
#header {
	border-top: 2px solid #778899;
	border-bottom: 1px dotted #B2BCC6;
	height: 5em;
	position:relative;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	padding-top: 2.1em;
	position: absolute;
	right: 2em;
}

#header .logo 
{
	margin-left: 0.3em;
	padding-top: 0.2em;
	float: left;
	font: 310% Tahoma, "Times New Roman", Times, serif;
	color: #778899;
	background-color: transparent;
}

#header a
{
	text-decoration:none;
	color: #778899;	
}



#nav {
	position: absolute;
	top: 7em;
	left: 1em;
	width: 14em;
}
#nav ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px dotted #B2BCC6;
	margin-bottom: 0.3em;
}

#selected
{
	font-weight: bold;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #2A4F6F;
	background-color: transparent;
}
#nav a:hover {
	color: #778899;
}
#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content 
{
	padding-top: 1em;
	margin-left: 20em;
	margin-right: 2em;
	width: 40em;
	/*text-align: justify;*/
	font-size: 80%;
	line-height: 1.6; 
}

#content a:link, #content a:visited
{
	text-decoration: none;
	color: #778899;
	border-bottom:dashed 1px #778899;	
}

#content a:hover
{
	text-decoration: none;
	color: #AA8899;
	border-bottom:dashed 1px #AA8899;
}


h1 
{
	font: 166% Georgia, "Times New Roman", Times, serif;
}

h2 
{
	font: 130% Georgia, "Times New Roman", Times, serif;
}

h3 
{
	font: 110% Georgia, "Times New Roman", Times, serif;
}

.PictureAlignRight
{
	float:right;
	margin: 0px 0px 10px 20px;
	border: solid 1px silver;
}

.PictureAlignLeft
{
	float:left;
	margin: 0px 20px 10px 0px;
	border: solid 1px silver;

}

#content p 
{	
	xpadding-left: 1.2em;

}

#ChagedDate
{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size: 60%;
	line-height: 1.6em; 
	padding: 1.2em 5em;
	

}