@charset "UTF-8";
/* CSS Document */





body {
text-align:center;
background-color: #977764;
background-image: url(images/layout_images/bg-tile.jpg);
margin: 0;
padding: 0;
background-repeat: repeat-x;
font-family: Palatino, "Times New Roman", Times, serif;
}

img
{ border: 0px;
}

table {
text-align: left;
}

td {
vertical-align: top;
}

p {
font-family: Palatino, "Times New Roman", Times, serif;
font-size: 12px;
color: #603913;
line-height: 1.25;
}

blockquote {
font-family: Palatino, "Times New Roman", Times, serif;
font-size: 10px;
color: #603913;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #763b19;
	text-align: center;
	margin: 0;
}
h2 {
font-family: Palatino, "Times New Roman", Times, serif;
font-size: 18px;
color: #9f613d;
text-align: center;
font-weight: normal;
letter-spacing: 1px;
}
h3 {
font-family: Palatino, "Times New Roman", Times, serif;
font-size: 13px;
font-weight: normal;
color: #9f613d;
text-align: center;
}

a:link   {
color: #DE2C00;
text-decoration: none;
border-bottom: 1px dotted;
}
a:visited   {
color: #A72100;
text-decoration: none;
border-bottom: 1px dotted;
}
a:hover    {
color: #750101;
text-decoration: none;
border-bottom: 1px dotted;
}
a:active    {
color: #750101;
text-decoration: none;
border-bottom: 1px dotted;
}

li  a:link, a:visited {
color: #44280E;
text-decoration: none;
border-bottom: 0px;
}
li a:hover, a:active {
color: #44280E;
text-decoration: underline;
border-bottom: 0px;
}

div.hr { /*IE gives all hr tags an unremovable border, this corrects it*/
 margin: 0px;
padding: 0px;
background-color: #FEF1D3;
background-image: url(images/layout_images/hr.jpg);
background-repeat: no-repeat;
background-position: center center;
height: 19px;
border: 0px none;
}
div.hr hr {
 display: none;
}

#frame {
width:910px;
padding:0px;
text-align:left;
margin: 0 auto;

}
#site-desc {
width: 175px;
text-align: center;
position: relative;
left: 697px;
top: 55px;
margin: 0;
padding: 0;
font-size: 13px;
}
#contentheader {
background-image: url(images/layout_images/header-nub.jpg);
height: 216px;
width: 907px;
background-repeat: no-repeat;
margin: 0;
padding: 0;
}

#contentleft {
width:222px;
float:left;
background-image: url(images/layout_images/left-col-bg.jpg);
height: 571px;
background-repeat: no-repeat;
text-align: left;
padding: 0;
margin: 0;
display: inline;

}
#contentleft ul {
margin: 0px 0 0 40px;
padding: 0;
text-indent: 0px;
}

#contentleft   ul  li {
font-family: Palatino, "Times New Roman", Times, serif;
font-size: 12px;
color: #44280E;
list-style-type: none;
list-style-position: outside;
line-height: 1.5;
padding-bottom: 5px;
margin: 0;
text-indent: 0px;
}
#contentleft  ul  ul li {
list-style-position: outside;
list-style-image: url(images/layout_images/blue-bullet.gif);
margin-left: 1px;
padding-left: 1px;
text-indent: 0px;
}

#contentcenter {
width:452px;
float:left;
background:#eee;
background-image: url(images/layout_images/midcol-tile.gif);
background-repeat: repeat-y;
}
.center-padding {
padding: 10px;
}


#contentright {
width:222px;
padding:0px;
float:left;
background-image: url(images/layout_images/right-col-bg.jpg);
height: 571px;
}
#contentright h2 {
background-image: url(images/layout_images/tinyskull.jpg);
background-repeat: no-repeat;
text-align: left;
height: 15px;
padding: 20px 0 0 35px;
margin: 10px 0 0 20px;
color: #480000;
}
#contentright ul {
margin: 0px inherit;
padding: 0px inherit;
}



#contentright ul li {
list-style-type: upper-roman;
font-family: Palatino, "Times New Roman", Times, serif;
font-size: 12px;
color: #44280E;
line-height: 1.5;
list-style-position: outside;
list-style-image: url(images/layout_images/blue-bullet.gif);
margin: 0 0 0 40px;
padding: 0;
}
/*The following craziness is to keep all the versions of ie displaying the nav lists the same way. for a crash course on conditional comments, visit http://www.positioniseverything.net/articles/cc-plus.html */

#ieonly #contentright  ul li 
{ list-style-type: upper-roman;
font-family: Palatino, "Times New Roman", Times, serif;
font-size: 12px;
color: #44280E;
line-height: 1.5;
list-style-position: outside;
list-style-image: url(images/layout_images/blue-bullet.gif);
margin: 0 0 0 80px;
padding: 0;
}

#ieonly #contentleft ul {

margin: 10px 0 0 37px;

}

#ieonly #contentleft p {

margin: 20px 0 0 0px;

}

#ieonly #contentright ul {

margin: 5px;
padding: 0px;

}


/*End ie craziness*/
.floatquote-right {
float: right;
width: 40%;
background-color: #FCFEF2;
padding: 10px;
text-align: justify;
}
.floatquote-left {
float: left;
width: 40%;
background-color: #FCFEF2;
padding: 10px;
text-align: left;
margin: 10px;
}
.footer {
	margin: 40px 0 0 0;
}
.footer p {
	text-align: center;
	font-size: 15px;
}

