
/* Fullscreen Backround 
   Add <img src="images/bg.jpg" alt="background image" id="bg" /> directly after <body>*/
#bg 
{  
    position:fixed;
   top:0;
   left:0;
   width:100%;
   height:100%;
   z-index: -1;
}
/*Fullscreen End*/

 /* Rotating Image */
/*
 .rrotator1{
   width: 200px;
   height:150px;
   overflow:hidden;
 }

.rrotator2{
   width: 200px;
   height:150px;
   overflow:hidden;
 }

.rrotator3{
   width: 200px;
   height:150px;
   overflow:hidden;
 }

.lrotator1{
   width: 200px;
   height:150px;
   overflow:hidden;
 }

.lrotator2{
   width: 200px;
   height:150px;
   overflow:hidden;
 }

.lrotator3{
   width: 200px;
   height:150px;
   overflow:hidden;
 }
*/

html {
  height: 100%;
  margin-bottom: 0px;
}

body {
  background: #2d4665;
	margin: 0;
	padding: 0;
	height: 100%; 
	margin-bottom: 0px;
	background-attachment: fixed;
	line-height: 125%;
	font-family: Book Antiqua;
  src: url(/hostedsites/fonts/ANTQUAI.TTF) format("truetype");
	color: Black;			/* CHANGE */
  font-size: 12px;
}

p {
    padding: 0;
    margin: 2px 0;
}

/*** fonts ***/
#menufont a:link
{
  color: black;
  font-size: 18px;
}

#menufont a:visited
{
  color: black;
  font-size: 18px;
}

#menufont a:hover
{
  color: white;
  font-size: 18px;
}

/* size attributes */

body.f-smaller {
	font-size: 12px;
}

a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #882b19;
	text-decoration: none;
}
	
#trilink {
	margin: auto;
	display: block;
	line-height: 38px;
	width: 160px;
	height: 38px;
	text-align: center;
}

#trilink a:link {
	color:white;
  font-size: 10px;
}
#trilink a:visited {
	color:white;
  font-size: 10px;
}
#trilink a:hover {
	color:#cc9f0a;
  font-size: 10px;
}

/* headings */

h1 {
	line-height: 100%;
	font-size: 200%;
}

h2 {
   color: black;				/* CHANGE */
   line-height: 100%;
   font-size: 150%;
}

h3 {
   color: black;				/* CHANGE */
   line-height: 100%;
   font-size: 120%;
}

h4 {
	 line-height: 100%;
	 font-size: 110%;
}

.small {
	font-weight: normal;
	color: white;
}
