﻿/* Items only for print - don't display on screen */
.printonly  
{ 
	display: none; 
}

h1 {
	text-align:center;
    vertical-align:middle;
    font:18pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
    color:White;
    height:18pt;
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
}

h2
{
    text-align:center;
    font-size:14pt;
    vertical-align:middle;
    font-family:Georgia,Times New Roman;
    color:#000000;
    height:12pt;
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
}

h3
{
    text-align:center;
    font-size:12pt;
    vertical-align:middle;
    font-family:Georgia,Times New Roman;
    color:#000000;
    height:10pt;
    margin:0px 0px 0px 0px;
    padding:10px 0px 10px 0px;
}

hr
{
    color:#896947;
    height:2px;
    clear:both;
}

/* div.hr 
{ 
}
div.hr hr 
{ 
    display: none;
}
*/


img
{
    border-style:none;
}

span
{
    border:none 0px 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#TopBanner
{
    position:relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
    top:7px;
    width:940px;
    padding: 0 0 0 0;  
}

.gecko #TopBanner
{
    position:relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
    top:0px;
    width:940px;
    padding: 0 0 0 0;  
}

.ie8 #TopBanner
{
    position:relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
    top:0px;
    width:940px;
    padding: 0 0 0 0;  
}

#TopMenu
{
    text-align:right;
    border:none 0px 0;
    height:11pt;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	font-size:10pt;
	color:White;
}

#title1
{
    display:block;
	position:absolute;
	left:18px;
	top:19px;
	height:28px;
	background:url('../images/title1bak.gif') repeat-x;
    right:108px;
}

#title1 p
{
    text-align:left;
    font-style:italic;
    font-size:20pt;
    font-family:Georgia,Times New Roman;
    color:white;
    line-height:28px;
    width:100%;
    white-space:nowrap;
    height:28px;
    margin:0px 0px 0px 0px;
}

#title2
{
    display:block;
	position:absolute;
	left:18px;
	top:52px;
	height:27px;
	background:url('../images/title2bak.gif') repeat-x;
    right:108px;
}

#title2 p
{
    text-align:center;
    font-style:italic;
    font-size:16pt;
    font-family:Georgia,Times New Roman;
    color:white;
    line-height:27px;
    width:100%;
    white-space:nowrap;
    height:27px;
    margin:0px 0px 0px 0px;
}

#title3
{
    display:block;
	position:absolute;
	left:18px;
	top:86px;
	height:21px;
	background:url('../images/title3bak.gif') repeat-x;
    right:108px;
}

#title3 p
{
    text-align:center;
    font-style:italic;
    font-size:10pt;
    font-family:Georgia,Times New Roman;
    color:white;
    line-height:21px;
    width:100%;
    white-space:nowrap;
    height:21px;
    margin:0px 0px 0px 0px;
}

#logo {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:684px;
    padding: 20px 0px 20px 0px;
	/* height:155px; */
}

#MiddleMain 
{
    position:relative;
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

#MidBar
{
    float:left;
    padding: 0px 20px 0px 20px;
}

#textarea
{
    position:absolute;
	display:inline-block;
	padding:0px 0px 0px 139px;
	left:100px;
	top:200px;
}

#textarea p, #textarea li
{
/*    margin:0px 0px 10px 49px; */
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px;
}

.tcenter
{
    text-align:center;
}

#textarea div.box
{
    border:solid 2px #996633;
    margin:10px 0px 12px 0px;
    padding:5px 7px 5px 7px;
}

#BottomFooter
{
    text-align:center;
    font-size:10pt;
    font-family:Georgia,Times New Roman;
    color:#FFFFFF;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:940px;
    padding: 0 0 0 0;
    top:728px;
}

.gecko #BottomFooter
{
    text-align:center;
    font-size:10pt;
    font-family:Georgia,Times New Roman;
    color:#FFFFFF;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:940px;
    padding: 0 0 0 0;
    top:0px;
}
.ie8 #BottomFooter
{
    text-align:center;
    font-size:10pt;
    font-family:Georgia,Times New Roman;
    color:#FFFFFF;
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:940px;
    padding: 0 0 0 0;
    top:0px;
}

#HostedBy
{
    font-size:8pt;
    font-family:Calibri,Arial,Helvetica;
    text-align:center;
    font-style:italic;
    padding:12pt 0pt 0pt 6 pt;
    width:100%;
}

.TopStripeLink
{
}

a:visited.TopStripeLink
{
	color:#2B38DB;
}

.CCError
{
	color:Red;
	font-size:12pt;
	text-align:center;
	font-weight:bold;
	font:Helvetica;
}

.ImgCenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}