body
	{
	margin: 0;
	padding: 0;
	background: #554 url("images/bg.gif");
	font:  110%/1.5em tahoma, verdana, sans-serif;
	color: #163756;
	text-align: center;
	}
	
a
	{
	font: tahoma, verdana, sans-serif;
	color: #163756;
	text-decoration: underline;
	
	}
	

a:hover
	{
	color: #163756;
	}
	
h1
	{
	display: none;
	}
	
h2
	{
	font-size: 1em;
	font-weight: bold;
	color: #163756;
	text-align:center;
	margin: 0 0 0.7em 0;
	padding: 0;
	}
	
h3
	{
	width: 420px;
	height: 25px;
	margin: 1.2em 0 0.8em 0;
	}
	
h3 span
	{
	display: none;
	visibility: hidden;
	}
	
p
	{
	font-size: 90%;
	margin: 0 0 0.6em 0;
	}

p3
	{
	font-size: 90%;
	}

/* The following hack is to correct paragraph text size in IE/WIN */

/* \*/ * html body p { font-size: 80%; } /* */


/* ________________ containers ________________ */


#container
	{
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 750px;
	height: 1500px; 
	background: #fff url("images/main.jpg") repeat-y;
	border-bottom: 15px solid #000;
	}
	
#intro
	{
	width: 750px;
	background: #fff url("images/main.jpg") repeat-y;
	}
	
#linkarea
	{margin-left:200px;
	margin-top: 0px;
}
	
#supportingText
	{
	width: 530px;
	margin-left: 200px;
	margin-top: 30px;
	}
	
#textarea1
	{
	margin-left: 30px;
	width: 430px;
	}
	
#pageHeader
	{
	width: 750px;
	height: 200px;
	background: #000 url("images/top.jpg") no-repeat;
	}

	
#linkList
	{
	position: absolute;
	top: 215px;
	left: 12px;
	width: 149px;
	margin-right: 30px;
	border: 0px solid #163756; 
	}
	
/* ________________ lists & typo ________________ */
	
#pageHeader h1,
#pageHeader h2
	{
	display: none;
	}

	
#linkList p,
#linkList li
	{
	font: tahoma, verdana, sans-serif;
	color: #efece3;
	font-size:13px
	
	}
	
#linkList ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #660032;*/
	background: #BDD8F3 url("images/list-bg.jpg");
	font-size:13px
	}
	
#linkList li
	{
	/*color: #000;
	 border-bottom: 1px solid #000000; */
	line-height: 1.5em;
	padding: 0.5em 17px;
	font-size:13px
	}
	
#linkList li:hover
	{
	/*background: #163756  ;*/
	}
	
#linkList li a
	{
	display: block;
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	font-style:italic;
	margin-left: -12px;
	padding-left: 12px;
	text-decoration:none;
	/*background:  url("images/arrow.gif") no-repeat 0 60%; */
	}
	
#linkList li a:hover
	{
	color: #BDD8F3;
	background-position: -300px 60%;
	/*text-decoration:underline; */
	text-decoration:none;
	background-color:#4E72AD;
	}
	
#supportingText p
    {
	font-size:small;
	}	

#home h3 { margin-left: 200px; background: url("images/h3_home.gif") no-repeat; margin-top: 35; }
