BODY
{
	/* background-color:Silver; */
	background-image:url(Images/background.png);
	color:#cfdce6;
	margin:0px;
	font-family:Arial, helvetica, Sans-Serif;
	font-size:medium;
	margin-bottom:0px;
}

#wrapper
{
	background-color:#F3F3F9;
	border-color:#84ade8;
	border-width:2px;
	width:700px;
	margin:0px auto 0px auto;
}

#header
{
	background-color:#596f80;
	color:#cfdce6;
	letter-spacing:2px;
	height:100px;
	text-align:left;
        border-width:0px;
	background: url(Images/nHeader.PNG) repeat-x 0 100%;
}

#logo
{
	position:absolute;
	top:0;
	left:0;
}

#slogan
{	
	position:absolute;
	margin-top:15px;
	margin-left:20%;
        font-size:24pt;
	color:White;
}

 /* this is the logo */
#Img1
{
  	border-width:0px;
}

#navigation
{
	background-color:Blue;
	color:White;
	width:20%;
	height:250px;
	float:left;
	margin-left:0px;
}
#content
{
	background-color:#cfdce6;
	color:#596f80;
	width:71%;
	float:right;
	height:100%;
}

#innerContent
{
	margin:10px;
}

#innerContent h6
{
	color: black;
}

#footer
{
	clear:both;
	background-color:#596f80;
	color:#cfdce6;
	letter-spacing:2px;
	height:30px;
	text-align:center;
	padding-top:10px;
	background: url(Images/nFooter.png) repeat-x 0 100%;	
}

#footer a
{
	font-size:11pt;
}

#footer #copyright
{
	font-size:11pt;
	color:white;
}


p
{
	background-color:Transparent;
	color:Black;
	width: auto;
	margin-bottom:0px;
	font-family:Arial,helvetica,Sans-Serif;
	font-size:80%;
	line-height:1.4;
}
p.introduction
{
	font-family:times,"Times New Roman",serif;
	font-style:italic;
	font-weight:bold;
	text-align:left;
	font-size:110%;
	color:Black;
}

* html #maincontent
{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}