html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
} 



/* *********************************page setup begin****************************************** */

body {	width:980px;
	background: url(bg.jpg) center fixed;
	font-family: trebuchet ms;
	margin-left:auto;
	margin-right:auto;
	background:;
}


#header {
	background:;
	height: 150px;
	text-align: center;
	background:;
}

#page {
	background: url(bgtext.jpg);
	width:700px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	min-height: 400px;
	border-top: solid 4pt teal;
	border-bottom: solid 4pt teal;
	padding: 20px 55px 20px 55px;
	text-align: justify;
	background:;
}




/* *******************************page setup end******************************************** */


.center {
	text-align: center;
}


/* *****************************header text style begin********************************************** */

h1 {font-size:70px; color:#cc2525; text-align:center; text-shadow: #000000 3px 3px 5px;}

h2 {font-size:23px; color:#195353; text-align:center;}

h3 {font-size:20px; text-align:center;}

/* *******************************Header text style end******************************************** */




/* *******************************horizontal rule style begin***************************************** */
hr {
border: 0;
color: darkred;
background-color: darkred;
height: 5px;
width: 100%;
text-align: left;
}
/* ********************************horizontal rule style end**************************************** */




/* ********************************navbar style begin******************************************* */
.navbar1 {
	position: fixed;
	display:block;
	z-index: 99;
	top: 0px;
	left: 50%;
	margin-left: -440px;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -1px;
	background: white;
	padding: 3px 7px 3px 7px;
	border: 1px solid;
}
/* **********************************navbar style end***************************************** */





/* *******************************links style begin******************************************** */
a:link {color:darkred; text-decoration: none}
a:visited {color:darkred; text-decoration: none}
a:hover {color:teal; text-decoration: none}
a:active {color: red; text-decoration: none}



	.nav1 A:link {display:block; width:100px; height:25px; background: url(button.png) 0px 0px; color:navy; text-decoration:none; text-align:center; font-family:trebuchet ms; font-size:16px; font-weight:900;}
	.nav1 A:visited {display:block; width:100px; height:25px; background: url(button.png) 0px 0px; color:navy; text-decoration:none; text-align:center; font-family:trebuchet ms; font-size:16px; font-weight:900;}
	.nav1 A:hover {display:block; width:100px; height:25px; background: url(button.png) 0px -25px; color:navy; text-decoration:none; text-align:center; font-family:trebuchet ms; font-size:16px; font-weight:900;}
	.nav1 A:active {display:block; width:100px; height:25px; background: url(button.png) 0px -50px; color:cyan; text-decoration:none; text-align:center; font-family:trebuchet ms; font-size:16px; font-weight:900;}



:-moz-any-link:focus {outline: none;}
/* *******************************links style end******************************************** */