/* style created © 2001-2002 by BasicTemplates.com™ on 05.30.2002. Duplication or redistribution is strictly prohibited. */

a:link	{
	color : #CC3333;
	font-weight : bold;
	text-decoration : underline;
}

a:visited {
	color : #CC3333;
	font-weight : bold;
	text-decoration : underline;
}

a:hover	{
	color : #0033FF;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	color : #AF7C47;
	font-weight : bold;
}

body {
	background-color : #FAF8E3;
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image:url(background.jpg);
}

#slogan {
	float: right;
	width: 400px;
	margin : 1px 5px;
	text-align : right;
	color : #fff;
	font-size: 15px;
}
	
#date {
	float: left;
	width: 300px;
	margin : 1px 0px 0px 5px;
	text-align : left;
	color : #fff;
	font-size: 15px;
}

#heading-text {
	background-image : url(black.gif);
	background-repeat : repeat-y;
	background-color : #000000;
	width : 100%;
	height : 20px;
	margin : -23px 0px 0px 0px;
}

/* This is the table around the hyperlink boxes */
#btbknav {  
	background-color: #000066; 
	border: #000000;
 	border-style: solid;
	border-top-width: 4px;
 	border-right-width: 1px; 
	border-bottom-width: 4px; 	
	border-left-width: 1px;
	margin : 0px 0px 0px 0px;
	padding : 5px;
	width : 100%;
}

/* this is the main content of my website */
#btcontent {
	border : 2px #453C33 dashed;
 	color: #000000;
	background-color : #FAF8E3;
	width : 100%;
	padding : 40px;  /* inside box margin */
	margin : 8px;    /* outside box margin */
}

#btfoot	{
	background-color : #000033;
	color : #FAF8E3;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : center;
 	border: #000000; border-style: solid;
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}

h1 {
	color : #000033;
	font-family : "Book Antiqua", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : x-large;
	font-weight : bold;
/*	letter-spacing : 2px; */
 	background-image: url(header.jpg);
	height : 175px;
	background-position : left;
	background-repeat : no-repeat;
	overflow : hidden;
}

.bthead	{
	color : #000000;
	font-weight : bold;
	text-align: right;
	padding-top : 75px;  /* this is how far from top */
	padding-right : 10px;
}


h2 {
	color : #000033;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	letter-spacing : 2px;
	width: auto;
	height : 30px;
	overflow : hidden;
	background-image : url(background.jpg);
	margin: 0px -5px 0px -5px;
	padding: 3px 0px 0px 5px;
}

p {
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
}

td {
	color : #000000;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
}


.italic {
	font-style : italic;
}

.btnav {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; background-color: #FAF8E3}


