BODY
{
	
	color:#000;
	margin:0px;
	paddingL0px;
	font-family:Arial, helvetica, Sans-Serif;
	font-size:2em;
}

#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;
	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;
}

#footer
{
	clear:both;
	background-color:#596f80;
	color:#cfdce6;
	letter-spacing:2px;
	height:30px;
	text-align:center;
	padding-top:10px;
	font-size:12px;
	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:1em 0;
	font-family:Arial,helvetica,Sans-Serif;
	font-size:1em;
	padding:0 35px;
}
p.introduction
{
	background:url("../../images/header-bullet.gif") no-repeat 1.2em 50%;
	font-family:Arial,helvetica,Sans-Serif;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	padding: 0px 2em;
	font-size:1.2em;
	color:#900;
}

p.title
{
	font-family:times,"Times New Roman",serif;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	color:green;
	font-size:1.2em;
	color:#000;
}

.frame
{
	border: 1px solid #900;
	margin: 5px 3px 15px 3px;
}

ul
{
	margin:0px 50px;
	padding:0px 5px;
	text-align:left;

}

* html #maincontent
{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

/* link */
a
{
	text-decoration: none;
}

a:link
{
	color: blue;
	
}

a:visited
{
	color:purple;
}

a:hover
{
	color:red;
}


a.external:link
{
	background: url("../images/link.gif") no-repeat 100% 0;
	padding-right: 20px;
}
	
a.external:visited
{
	background: url("../images/link.gif") no-repeat 100% -100px;
	padding-right: 20px;
}
	
a.external:hover
{
	background: url("../images/link.gif") no-repeat 100% -200px;
	padding-right: 20px;
}