body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url(../images/bkg-parchment.jpg);
}


b{font-size: 110%;}
em{color: red;}



h1{
color: #fff;
margin: 0;
padding-top: 10px;
font-family: verdana, sans-serif;
font-size: 17px;
font-weight: bold;
text-transform: uppercase;
}

h2{
color: #000;
margin: 0;
padding-top: 10px;
font-family: verdana, sans-serif;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
}

#contentwrapper{
float: left;
width: 100%;
background: #fff;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
color: #010355;
background: #fff;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background-image: url(../images/bkg-parchment.jpg);
}

#footer{
clear: left;
width: 100%;
background: #A9231F;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFFFF;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10;
}

.innertube2{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background-image: url(../images/bkg-parchment.jpg);
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #CCCCCC;
background-image: url(../images/bkg-parchment.jpg);
border-bottom-width: 0;
width: 199px;
}


* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #fff;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}


.wireframemenu ul #current a{
background-color: #A9231F;
color: #fff;
}


.wireframemenu a:visited{
color: #fff;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #A9231F;
color: #fff;
}


.copy{
font-family: verdana;
font-size: 12px;
color: navy;
}

.copy2 {
font-family: verdana;
font-size: 10px;
color: white;
}

a.copy2 {
font-family: verdana;
font-size: 10px;
color: white;
text-decoration: underline;
}

a.copy2:hover { 
font-family: verdana;
font-size: 10px;
color: white;
text-decoration: none; 
}

.content {
font-family: Verdana;
color: #000;
font-size: 12px;
line-height: 130%;
}

a.content: {
text-decoration: none;
color: #000;
}

a.content:hover {
text-decoration: none;
background: #A9231F;
color: #fff;
}

.content2 {
font-family: Verdana;
color: #000;
font-size: 13px;
line-height: 130%;
}

.subhead {
font-family: Verdana;
color: #000;
font-size: 16px;
font-weight: bold;
}

a.subhead {
font-family: Verdana;
color: #000;
background: #fff;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

a.subhead:hover {
font-family: Verdana;
color: #fff;
background: #000;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}

.linklg {
font-family: Verdana;
color: #A9231F;
font-size: 13px;
font-weight: bold;
background-color: #DBDBDB;
}

a.linklg {
font-family: Verdana;
color: #A9231F;
background: #DBDBDB;
font-size: 13px;
font-weight: bold;
text-decoration: underline;
}

a.linklg:hover {
font-family: Verdana;
color: #fff;
background: #010355;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}

.border-main {
border-style: ridge; 
border-width: 10px; 
border-color: #010355; 
}

.borderi {
border-style: inset;
}

.borderb {
border-style: solid;
border-width: thin;
border-color: #000;
}

.borderblue {
border-style: solid;
border-width: thin;
border-color: #010355;
}

.hidden{
font-family: verdana;
font-size: 2px;
color: #A9231F;
}

.seo{
font-family: verdana;
font-size: 14px;
text-decoration: underline;
color: #fff;
}


a.seo:hover { 
color: #FFFFFF; 
text-decoration: none; 
border-bottom: 1px dotted #FFFFFF; 
}


</style>