html, body {
	background: #FFF url(pix/pagebg.gif);
	margin: 0;
	height: 100%;
	text-align: center;
}
i {display: none;}
table, div, td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.title, .subtitle, h1, h2, h3 {
	margin: 0;
	margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}
.title, h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	color: #333;
}
.subtitle, h2 {
	font-size: 150%;
	color: #006699;
}
h3 {
	font-size: 130%;
	color: #663366;
}
a {
	font-weight: bold;
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
#bgtop {
	min-height: 500px;
	height: 100%;
    background: url(pix/bgtop.gif) repeat-x top;
}
#alpha {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 100%;
	background: url(pix/alpha.gif) repeat-y;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
}
#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 710px;
	min-height: 500px;
	background: url(pix/top.gif) no-repeat;
}
#header {
	position: relative;
	height: 92px;
	background: url(pix/header.gif) no-repeat;
}
a#logo {
	position: absolute;
	top: 24px;
	left: 6px;
	width: 188px;
	height: 56px;
}
#headermenu {
    position: absolute;
	width: 280px;
	top: 44px;
	right: 14px;
}
#headermenu a {
    color: #666;
    margin: 0 8px;
}


/* SIDE STYLES*/
#side {
	float: left;
	width: 170px;
}
#blue {
	background: url(pix/blueBg.gif) repeat-y;
	margin-bottom: 10px;
    color: #039;
}
#blueTop {
	min-height: 230px;
	background: url(pix/blueTop.gif) no-repeat top;
}

#blue ul {
	margin: 0 auto;
	padding: 0;
	width: 170px;
	list-style: none;
	border-bottom: 1px solid #FFF;
	text-align: left;
}
#blue ul a {
	display: block;
	height: 16px;
	background: url(pix/bnBg.gif) no-repeat;
	color: #FFF;
	padding: 4px 8px 2px 26px;
	border-top: 1px solid #FFF;
}
#blue ul a:hover {
	background: url(pix/bnOver.gif) no-repeat;
}

#blueBtm {
	height: 10px;
	background: url(pix/blueBtm.gif) no-repeat bottom;
}
#purple {
	background: url(pix/purpleBg.gif) repeat-y;
	margin-bottom: 10px;
}
#purpleTop {
	min-height: 160px;
	background: url(pix/purpleTop.gif) no-repeat top;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px 10px;
}
#purpleBtm {
	height: 12px;
	background: url(pix/purpleBtm.gif) no-repeat bottom;
}

/*CONTENT STYLES*/
#content {
	float: right;
	width: 535px;
}
#graphic {
	height: 141px;
	background: url(pix/graphic.jpg) no-repeat;
}
#topmenu {
	margin-top: 5px;
	height: 20px;
	background: url(pix/menu.gif) no-repeat;
	padding: 0 20px;
    font-size: 11px;
}
#topmenu a {
	display: block;
	float: left;
	height: 14px;
	background: #34ae8c url(pix/menuBg.gif) repeat-x;
	margin: 0 8px;
	padding: 3px 10px;
	color: #FFF;
	border: 1px solid #066;
	border-top: none;
	border-bottom: none;
}
#topmenu a:hover {
	color: #006666;
	background: #1FBBE4 url(pix/menuOver.gif) repeat-x;
	border: 1px solid #066;
	border-top: none;
	border-bottom: none;
}
#textTop {
    clear: both;
	height: 20px;
	background: url(pix/textTop.gif) no-repeat;
}
#pagetext {
	min-height: 300px;
	background: url(pix/pagetext.gif) repeat-y;
	padding: 10px 30px;
	text-align: justify;
}
#pagetext table {margin: 0 auto;}
#pagetext table {
    padding: 2px 6px;
    text-align: left;
}
#pagetext img {
    margin: 6px 8px;
}
table.locations td {
    text-align: center;
}

#btmcontainer {
    width: 710px;
    height: 90px;
    padding-top: 30px;
    margin: 0 auto;
    background: #FFF url(pix/textBtm.gif) no-repeat top right;
    font-size: 11px;
    font-weight: bold;
}
#edit a {color: #FFF;}
#edit a:hover {color: #066;}
.clearer {clear: both;}

/* OLD STYLES */
.line1 {
        COLOR: #000000;
}
.line2 {
        COLOR: #666666;
}
.graytd {
        Background-color: #666666;
}
.bottomline {
        Background-image: url(pix/bottomline.gif);
}
.main2 {
        background-color: #FFFFFF;
        padding: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #003300;
}
