@charset "utf-8";
/* CSS Document */

/* width of pagediv is width of whole page*/

body
{ 
       background: #ffffff;
       background-image: url("images/background.png");
       background-repeat: repeat;
       background-position: top;
       background-attachment: scroll;
       font-family: arial;
       color: #000000 ;
       font-size: 10pt;
}
h1 
{
       font-family: arial;
       font-size:20;
       color: #2E2BA1;
       letter-spacing: 3pt;
}
font
{
       font-family: arial;
       font-size:16;
       font-color: #000066;
       letter-spacing: -2pt;
}

.pagediv
{
        background-color:#ffffff;
	top:0px;
	width:700px;
	border:4px double black;
}
.headerdiv
{
	Position:relative;
	width:700; 
	height:150px;
	background-color:#2E2BA1;
}
.headerborderdiv
{
	position:relative;
	height:20px;
	width:700px;
	letter-spacing: 1pt;
        font-size: 16;
	background-color:#FFFFFF;
}
.footerdiv
{
	height:20px;
	position:relative;
	background-repeat:no-repeat;
	background-color:#2E2BA1;
	bottom:0px;
	border-top:1px solid black;
        font size:8pt;
        color:#FFFFFF;
}
.contentdiv
{
	margin-top:20px;
	margin-bottom:20px;
        margin-right:50px
        margin-left:50px
	text-align:left;
	width:650px;
	overflow:auto;
}
a:link
{
	color:#000066;
	font-family:Arial;
	text-decoration: none;
}
a:visited
{
	color:#000066;
	font-family:Arial;
	text-decoration:none;
}
a:hover
{
	font-weight:bold;
}
a:active
{
	color:#000066;
	text-decoration:none;
}

img 
{ 
	border:4px double black; 
}
/*
table
{
	border:none;
	margin-left:10px;
	margin-top:10px;
}
*/