
<style type="text/css">
/* Traps */
body { background-color: #000000} /*default color to trap for body that doesn't choose a class*/

/****************************************************/
/**** main frame default attributes              ****/
/****************************************************/
body.main
{
 /*background-image: url(Assets/twohorses.png);*/
 background-color: #e7e0d6;
 margin-left: 5%;
 margin-right: 5%;
 font-size: 16;
 font-family: AucoinLight;
 font-style:normal

}

/* we'll probably have to play with the these fonts */
/*  and might have to add another font class */
font.mainTitle
{
 font-size: 28;
 font-style:bold;
 color: #8d2a20;
}

font.mainSubTitle
{
 font-size: 22;
 font-style:bold;
 color: #8d2a20;
}

font.mainEmphasis 
{
 font-size: 22;
 font-style:bold
}

font.mainEmphasisLt 
{
 font-size: 18;
 font-style:bold
}

font.mainNormal
{
 font-size: 16;
 font-family: AucoinLight;
 font-style:normal
}

font.mainMinor
{
 font-size: 12;
 font-style:normal
}

/* gave tables in main frame the same default background as body */
table.main
{
 /* background-color: #87CEFA */
 background-color: #e8b35b
}

a.mainNews {margin-left:10%}
a.mainNews:link {color:#0000d0}
a.mainNews:visited {color:#000040}
a.mainNews:hover {color: #c03010}

/*
img.mainNewsRight
{
 position:absolute;
 width:30%; /* we'll need to size the center image based on out sponsor link sizes in the future*/
/* height:30%;
 background-color:#000000
}
*/

/****************************************************/
/**** navigation (nav) frame default attributes  ****/
/****************************************************/
body.nav
{
 background-image: url(Assets/naveffect.jpg);
 /*background-color: #e7e0d6; */
 background-color: #ead46a;
 font-size: 20;
 font-family: AucoinLight;
 font-style: bold
}

/*
<!-- no longer applicable now that links are bitmaps
a.nav:link {color:#ffffff}
a.nav:visited {color:#ffff00}
a.nav:hover {background: #8080c0}
*/
/*
img.nav
{
 position:absolute;
 width:80%; /* we'll need to size the center image based on out sponsor link sizes in the future*/
/* left: 10%; /* .. see comment above */
/* bottom:15;
 height:110;
 background-color:#000000
}
-->
*/

/****************************************************/
/**** top window frame attributes                ****/
/****************************************************/

body.top
{
  background-color: #ffffff
}

/* made the picture at top of page scale with size of*/
/*   browser, not sure we want to keep it like this  */
img.topcenter
{
 position:absolute;
 width:70%; /* we'll need to size the center image based on out sponsor link sizes in the future*/
 left: 15%; /* .. see comment above */
 top:0;
 height:100%;
 background-color:#000000
}

img.topleft
{
 position:absolute;
 width:10%; /* we'll need to size the center image based on out sponsor link sizes in the future*/
 left: 0%; /* .. see comment above */
 top:0;
 height:100%;
 background-color:#000000
}

img.topright
{
 position:absolute;
 width:10%; /* we'll need to size the center image based on out sponsor link sizes in the future*/
 left: 90%; /* .. see comment above */
 top:0;
 height:100%;
 background-color:#000000
}
</style>

