/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #660000 url("bkgrnd.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CC3300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #990000;
 margin: 0px;
 padding: 5px;
}

h3{
 font: bold 115% Arial,sans-serif;
 color: #333333;
 margin: 5px;
 padding: 5px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 40px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #eeeeee;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 5px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#content{
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 40px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	height: 270px;
	background-color: #ffffff;
}

#link{
	position: absolute;
	top: 225px;
	right: 15px;
	padding: 5px 5px 5px;
}
	