body {
	background: transparent url("images/bg.jpg") repeat top left;
	}
	
a:link {
	font-weight : bold;
	color : #660033;
	text-decoration : underline;
	}

a:visited {
	font-weight : bold;
	color : #663333;
	text-decoration : none;
	}
	
a:hover {
	font-weight : bold;
	color : #000000;
	text-decoration : underline;
	}

h1 {
	color : #000;
        font-size : 11pt;
        font-weight : bold;
        text-decoration : none;
	}

h3 {
	color : #000;
        font-size : 9pt;
        font-weight : bold;
        text-decoration : none;
	}

p {
	color : #000;
        font-size : 8pt;
        font-weight : bold;
        text-decoration : none;
	}

#container {
	width : 800px;
	height : 6000px;
	margin-right : auto;
	position : relative;
	margin-left : auto;
	}

#header { 
        background: transparent url("images/cbg.jpg") repeat top left;
	text-align : center;
	height : 110px;
	width :  780px;
	position : absolute;
	top : 0px;
	left : 0px;
        padding-top : 10px;
	padding-bottom : 5px;
	vertical-align : middle;
	 }

#headerbg {
	height : 90px;
	width :  750px;
	position : absolute;
	top : 10px;
	left : 10px;
	padding : 5px;
	vertical-align : middle;
	 }

#headercontent {
        background: transparent url("images/hdbg.jpg") no-repeat top right;
	height : 100px;
	width :  660px;
	position : absolute;
	top : 0px;
	left : 50px;
	padding : 0px;
	vertical-align : middle;
	 }

#headerpic {
        background-position: center; 
	width : 660px;
        height : 100px;
	top : 0px;
	left : 0px;
	 }

#main { 
	background: transparent url("images/cbg.jpg") repeat top left;
	position : absolute;
	width : 740px;
	height : 520px;
	left : 0px;
	top  : 120px;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 20px;
	padding-right : 20px;
	}
	
#content {
	background: transparent url("images/tbg.jpg") repeat top left;
	position : absolute;
	width : 740px;
	height : 520px;
	left : 10px;
	top  : 0px;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	}
	
#content p, dl {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	font-weight : normal;
	}
	
#content h2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
	font-weight : bold;
	}
	
#content h3, ul {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
	font-weight : bold;
	}
	
#textcontent {
	background-color : #fffaf1;
	position : absolute;
	width : 570px;
	height : 500px;
	right : 10px;
	top  : 10px;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	float : right;
        overflow : auto;
	}

#textcontentoverflow {
	background-color : #ffffcc;
	position : absolute;
	width : 570px;
	height : 500px;
	right : 10px;
	top  : 10px;
	padding-top : 10px;
	padding-left : 10px;
	padding-right : 10px;
	float : right;
        overflow : scroll;
	}

#menu {
	margin-right: 10px;
	margin-top : 5px;
	position: absolute; 
	top: 5px; 
	left: 10px;
	float : left;
	}

#menulist { 
	padding-top : 5px;
	padding-left : 5px;
	padding-right : 5px;
        padding-bottom : 20px;
	width: 130px; 
	}

#menu h3 { 
	font-family : Verdana, sans-serif; 
        font-size : 11pt;

        background: transparent url("images/mbg.jpg") repeat top left;
        letter-spacing : 1pt;
	margin : 1px 0px 4px 0px; 
        padding-bottom : 5px;
	width : 130px; 
	height : 20px; 
        font-weight : bold;
        text-align : center;
        text-decoration : none;
        font-variant: small-caps;
        }

#menu h3 a:link { 
	color: #000000;
        font-weight : bold;
        text-decoration : none;
	}

#menu h3 a:visited {
	color: #660033;
        font-weight : bold;
        text-decoration : none;
	}

	#menu h3 a:hover {
        background-color : #ffcc99;
        display : block;
        font-weight : bold;
        text-decoration : none;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
        text-align : center;
	}

#menu li {
	font-family : Verdana,, Helvetica, sans-serif; 
        font-size : 10pt;
        font-weight : normal;
        background: transparent url("images/mbg.jpg") repeat top left;
	list-style-type : none;
	display: block;
        height : 15px;
        width : 120px; 
	padding-top : 5px; 
        padding-left : 5px;
        padding-right : 5px;
        padding-bottom : 2px;
	margin-bottom : 5px;
	}

#menu li a:link { 
	color: #660000;
        font-weight : bold;
        text-decoration : none;
	}

#menu li a:visited {
	color: #663333;
        font-weight : bold;
        text-decoration : none;
	}

#menu li a:hover {
        background-color : #ffcc99;
	color: #660000;
	display: block;
        font-weight : bold;
        text-decoration : none;
	}

#note   {

        background: transparent url("images/mbg.jpg") repeat top left;
	color: #660000;
	display: block;

        padding: 4px;
        margin: 2px;
        font-weight : normal;

        text-decoration : none;
	}
