html, body{ /* all 4 attributes help officially establish 100% height when on html AND body */
	height:100%;
	padding: 0;
	border: none;
	margin: 0px; /* removed space around the edge of the page */
	text-align: center; /* required for page centering */
	font-family: arial;
}

table.main_green{
	margin-left: auto; /* required for page centering */
	margin-right: auto; /* required for page centering */
	background-image: url(../images/bgGreen.png);
	background-repeat: no-repeat;
	/*margin: 0px;
	top: 0px;
	left: 0px;
	position: absolute;*/
	padding: 0px; /* force all padding to 0px */
	border-collapse: collapse; /* no lines separating cells */
	height: 100%;
}

table.main_red{
	margin-left: auto; /* required for page centering */
	margin-right: auto; /* required for page centering */
	background-image: url(../images/bgRed.png);
	background-repeat: no-repeat;
	/*margin: 0px;
	top: 0px;
	left: 0px;
	position: absolute;*/
	padding: 0px; /* force all padding to 0px */
	border-collapse: collapse; /* no lines separating cells */
	height: 100%;
}

table.center{
    margin-left: auto; /* required for page centering */
	margin-right: auto; /* required for page centering */
	padding: 0px; /* force all padding to 0px */
	border-collapse: collapse; /* no lines separating cells */
	text-align: center;
}

table.top{
	padding: 0px;
	border-collapse: collapse;
}

table.menu{
	padding: 8px;
	/* border-collapse: collapse; */
	vertical-align: top;
	text-align: left;
	/* font-weight: 550; */
	font-size: 0.9em;
}

a.menu:link{
	text-decoration: none;
	color: #2F4F4F;
}

a.menu:visited{
	text-decoration: none;
	color: #2F4F4F;
}

a.menu:hover{
	text-decoration: none;
	color: #2F4F4F;
}

a.menu:active{
	text-decoration: none;
	color: #2F4F4F;
}

td.bubble{
	background-image: url(../images/bubble.gif);
	background-repeat: no-repeat;
	/*was something supposed to go here before I was an idiot and blew stuff up*/
    height: 34px;
    font-weight: bold;
    font-family: verdana;
}

td.nobubble{
	height: 34px;
    font-weight: bold;
    font-family: verdana;
}

td.menu{
    vertical-align: top;
}

td.spacer1{
	width:15px;
}

td.spacer2{
	width:15px;
}

td.top{
	background-color: #709494;
	height: 10px;
}

td.window{
	background-color: #FFFFFF;
	width: 530px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

td.phone{
	background-image: url(../images/topPhoneNumBar.gif);
	background-repeat: no-repeat;
	width: 550px;
	height: 22px;
}

td.topEmail{
    white-space: no-wrap;
    text-align: right;
    width: 550px;
}

td.bottom{
    height: 20px;
}

td.copyright{
    background-image: url(../images/footerCopyright2.gif);
	background-repeat: no-repeat;
	height: 15px;
	text-align: right;
	font-size: small;
	color: #FFFFFF;
}

td.logo{
	/*background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;*/
	padding-left: 14px;
	padding-top: 14px;
	text-align: left;
	vertical-align: top;
}

tr.top{
	height: 124px;
}

tr.title{
	height: 60px;
	text-align: center;
}

hr.title{
	width: 90%;
}


div.test{
	background-image: url(../images/bgGreen.png);
}


div.background{
	background-color:#336666;
    margin:0;
    padding:0;
    height:100%;
    border-style:none;
    width:100%;
    z-index:-1;
    filter:alpha(opacity=100,finishopacity=0,style=1,startx=0,starty=100,finishx=0,finishy=0);
    text-align:center;
}

img.logo{
    filter:alpha(opacity=0);
    opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    border:none;
    position:absolute;
    top: 10%;
    left: 32%;
}

span.pageEmail{
    font-size: small;
    color: white; /* #336666; */
	font-weight: bold;
}

span.menuLinks{
    font-size: small;
    text-decoration: none;
}

a.linkopacity img{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5;
 }
a.linkopacity:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
}

div.standard{
    margin-left: auto; /* required for page centering */
	margin-right: auto; /* required for page centering */
}

a.opacity50:hover{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5; 
	-khtml-opacity: 0.5;
}

.transparent
{
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0; 
	-khtml-opacity: 0;	
}

.red{
    color: #2F4F4F; /* not red */
}

.white{
    color: white;
}

.red:link{
	text-decoration: none;
}

.red:visited{
	text-decoration: none;
}

.red:hover{
	text-decoration: none;
}

.red:active{
	text-decoration: none;
}

.white:active{
	text-decoration: none;
}

.white:link{
	text-decoration: none;
}

.white:visited{
	text-decoration: none;
}

.white:hover{
	text-decoration: none;
}

.right{
	text-align: right;
	width: 100%;
}