
/* 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: 30px;
float: left;
}




#leftcontent {
background: #06f;
width: 250px;
height: 600px;
float: left;
font-size: 12px;
color: #fff;
padding-left: 0px;
padding-bottom: 25px;
}

#leftcontent h2 {
font-family: "Arial Black", Arial, Helvetica, sans-serif;
color: #fff;
background: #06f;
font-weight: bolder;
font-size: 20px;
text-align: left;
line-height: 1.2;
}

#leftcontenttextpad {
padding: 80px 25px 25px 25px;

}

#leftcontenttextpad a:link {
color: #fff;
}
#leftcontenttextpad a:visited {
color: #fff;
}
#leftcontenttextpad a:hover {
color:#f90;
}

#leftcontenttextpad p {
padding: 20px 0px 0px 0px;
text-align: center;

}



#rightcontent {
background: #fff;
width: 500px;
float: right;
}

#rightcontent p {
font-size: 90%;
padding-left: 20px;
}


#rightcontentnav {
float: left;
padding-left: 0px;
padding-top: 25px;
font-size: 80%;
}


#rightcontentnav ul {
list-style-type: none;
line-height: 2.5;
} 

#rightcontentnav ul li a {
background: url(images/links/arrow.gif) left no-repeat;
padding-left: 30px;
text-decoration: none;
font-weight: bolder;
color:#085195;
}

#rightcontentnav ul li a:visited {
background: url(images/links/arrow.gif) left no-repeat;
color:#085195;
}

#rightcontentnav ul li a:hover {
background: url(images/links/arrow-over.gif) left no-repeat;
color:#f90;
}


#rightcontentfeature {
float: right;
width: 150px;
padding: 0px;
margin-right: 15px;
border: 1px solid #06f;
font-size: 75%;
text-align: center;
}

#rightcontentfeature h3 {
padding: 5px;
border: 1px solid #06f;
color: #ffffff;
background-color: #06f;
font-size: 110%;
}

.featuretext {
color: #000;
text-align: left;
}



#logo h1 {
font-family:"Arial Black", Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: bolder;
color: #fff;
background: #06f;
text-align: right;

}

#logo2 h1 {
font-family:"Arial Black", Arial, Helvetica, sans-serif;
font-size: 40px;
font-weight: bolder;
color: #085195;
background: #fff;
}

#rightcontent h2 {
color: #06f;
background: #fff;
font-weight: bolder;
font-size: 16px;
padding-left: 20px;
}











/* end two column division */

/*clear floats */

#footer {
clear: both;
font-size: 75%;
text-align: center;
color: #fff;
background:#085195;
padding: 5px 5px 10px 5px;
}



