/* CSS Document */

/*COLORS:
off-white: #FFC
black: #000
white: #FFF
gray: #666
dark gray: #333
magenta: #903
blue: #00C
dark blue: #009
*/


/* STYLE */

body {font-size:100%;
font-family: "Times New Roman", serif;}

a img {border: none}

.invisible {display:none}
.justify {text-align:justify;}
.nofloat {clear:both;}
.nodec {text-decoration:none;}

.magenta {color:#903;}
.white {color: #FFF;}
.blue {color: #00C;}
.gray {color: #666}

h1 {font-weight: bold;
font-size: 2em;}
h2 {font-weight: bold;
font-size: 1.5em;}
h3 {font-weight: bold;
font-size: 1.15em;}
h4 {font-weight: bold;
font-size: 1em;}

h2.pagetitle {text-align: center;}

.small {font-size: smaller;}
.nospaceabove {margin-top:0px;}
.nospacebelow {margin-bottom:0px;}

.return								/* for "return to page" */
{font-size: smaller;
text-align: center;
font-style: italic;}


a:link {color: #00C;}				/* default links */
a:visited {color: #009;}
a:hover {color:#903;}
a[name]:hover {color: inherit;} 



a.black {color: #000;}				/* black links */
a.black:visited {color:#000;}
a.black:hover {color:#666;}


a.magenta {color:#903;}				/* magenta links */
a.magenta:visited {color:#903;}
a.magenta:hover {color:#666;}
		
.right
{float: right;
margin: 0px 0px 0px 15px;
}

.left
{float:left;
margin: 0px 15px 0px 0px;
}

.centered
{text-align: center;}

/* ELEMENTS */

body
{background-color:#000;
text-align:center;
margin: 0px;
padding: 0px;
}

div#container
{background-image:url('../images/banner.gif');
overflow:hidden;
background-repeat:no-repeat;
background-color:#FFC;
margin: 2px auto 10px auto;
padding: 0px;
width: 750px;
height: auto;
text-align:center;
}

/* TWO COLUMNS */

.mainbar
{width: 470px;
float: left;
text-align: left;
margin: 0px;
padding: 5px 30px 10px 30px;
}

.sidebar
{width: 190px;
float: right;
border-left: thick ridge #666;
}

/* SINGLE COLUMN */

.singlebar
{width: 550px;
margin-left: 100px;
margin-right: 90px;
text-align: left;
}

/* SPLIT COLUMN */

.splitleft
{width: 290px;
float: left;
margin-left:60px;
padding-right: 20px;
padding-bottom: 40px;
text-align: left;
border-right: thick ridge #666;
}

.splitright
{width: 280px;
float: right;
margin-right:60px;
margin-left: 20px;
text-align: left;
}

/*TOP*/

.logo1,.logo2
{color:#FFF;
font-family: "Times New Roman", Times, serif;
margin: 0px;
}

a.logo1
{color: #FFF;
font-size:36px;
padding: 0px;
text-decoration: none;
}

a.logo1: visited
{color:#FFF;
text-decoration: none;}

a.logo1:hover
{color:#FFF;
text-decoration: none;}

p.logo2
{font-size: 16px;
}

/*NAV*/

div.nav
{width: 750px;
height: 30px;
padding: 0px 0px 0px 9px;
margin: 0px;
}

.nav a {
display:block;
float: left;
width: 110px;
height: 22px;
margin: 10px 6px;
padding: 8px 0px 0px 0px;
font: 16px sans-serif;
color:#FFF;
text-decoration: none;
background: url('../images/nav.gif') 0 0 no-repeat;
}

.nav a:hover{background-position: 0 -30px;}


/* FOOTER */


.footer
{margin: 0px;
padding: 0px;
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#666;
}

a.gray {color:#666;}
a.gray:visited {color:#666;}
a.gray:hover {color:#666;}

