
/* text align center to correct IE */


body {
text-align: center;
font-family: "Century Gothic", Helvetica, sans-serif;
color: #000;
background: #ccc;
}




#allwrap {
width: 760px;
margin: 0 auto;
text-align: left;
color: #000;
background: #fff;
border: thin solid #085195;
}

#header {
color: #085195;
background: #fff;
border-bottom: 10px solid #085195;
height: 82px;
}

#header h1 {
font-size: 120%;
text-align: right;
font-family: "Century Gothic", Helvetica, sans-serif;
padding-right: 20px;
padding-bottom: 0px;
padding-top: 10px;
margin: 0;
}

#header h2 {
font-size: 100%;
text-align: right;
font-family: "Century Gothic", Helvetica, sans-serif;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
margin: 0;
}

#topnav {
float: left;
padding-top: 10px;
}

#logopic {
position: relative;
top: 0px;
left: 0px;
text-align: center;
}




#leftcontent {
background: #06f;
width: 150px;
float: left;
font-size: 12px;
color: #fff;
padding-left: 0px;
}

#leftcontent_contact {
background: #06f;
width: 150px;
height: 600px;
float: left;
font-size: 12px;
color: #fff;
padding-left: 0px;
}

#leftcontentlinks {
padding: 60px 5px 5px 5px;
text-align: center;
line-height: 3;

}

#leftcontentlinks a:link {
color: #ffffff;
}

#leftcontentlinks a:visited {
color: #ffffff;
}

#leftcontentlinks a:hover {
color:#FF9900;
}








#rightcontent {
background: #fff;
width: 600px;
float: right;
}

#rightcontent p {
font-size: 90%;
padding-left: 20px;
}


#logo2 h1 {
font-family:"Arial Black", Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: bolder;
color: #085195;
background: #fff;
padding-top: 40px;
}

#rightcontent h2 {
color: #06f;
background: #fff;
font-weight: bolder;
font-size: 18px;
padding-left: 20px;
}



.listtbltext
{font-size: 75%;
font-family: Arial, Helvetica, sans-serif;
}

.pnumber
{font-size: 150%;
font-weight: bolder;
color: #000099;
}

.contacttext
{font-size: 120%;
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
text-align: center;
}





/* end two column division */

/*clear floats */

#footer {
clear: both;
font-size: 75%;
text-align: center;
color: #fff;
background:#085195;
padding: 5px 5px 10px 5px;
}




