a {
	color: #871918;
	text-decoration: underline;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #E6E7E8;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

.jusify {
	text-align: justify;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
body {
	color: #292929;
	font-family: "Arial Narrow", Arial, Tahoma, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	margin-right: 0px;
	margin-left: 0px;
}

h2
{
	font-size: 14px;
	font-family: "Lithos Pro Regular", "Arial Narrow", Arial, Tahoma;
	color: #871918;
}

h1
{
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Tahoma;
	color: #000000;
}

h3,h4,h5,h6 
{
	font-size: 16px;
	font-family: "Lithos Pro Regular", "Arial Narrow", Arial, Tahoma;
	font-weight: lighter;
	color: #871918;
}

.mainhedtext{
padding-top:10px;
padding-botom:10px;
padding-left:25px;
padding-right:15px;
}


a.totop:link {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.totop:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.totop:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.totop:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	background: #333333;
}
a.mainindex:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainindex:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainindex:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.mainindex:active {
	color: #FFFFFF;
	text-decoration: none;}

.index-desc-table{
background:#333;
}

a.mainindex-desc:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.mainindex-desc:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a.mainindex-desc:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.mainindex-desc:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.index-linkheadings {
background: #333333;
width: 99%;
padding: 4px; 
font-weight: bold;
font-size: 13px;
font-family: Helvetica, Arial, Verdana, sans-serif;
color: #ffffff;
border-style: outset; 
border-width: 2px;
border-color: #C0C0C0;
}

.bodytext
 {
 font-family:  helvetica, arial, sans-serif;
 font-weight: normal;
 font-size: medium;
 color:white;
 text-align: justify;
 vertical-align: top;
 line-height: normal;
 }
 
.smalltext {
 font-family: Arial, Verdana, sans-serif; 
 font-size: small; 
 }
 
.mediumtext {
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 95%;
	color: #FFFFFF;

 }
 
 .largetextserif {
	text-align: center;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #FFFFFF;
	font-variant: small-caps;
	letter-spacing: 2px;

 }
 
.date {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: #FFFFFF;
	font-style: italic;
 }
 
 .padded{
 padding: 15px;
 }

.whiteborder{
	border: 1px solid #FFFFFF;
}

.graybar{
	background-color: #333333;
	text-align: center;
	padding: 15px 5px 5px;
	height: 75px;
	width: 100%;
	vertical-align: middle;
}
.borderout{
	border: medium solid #FFFFFF;
}
.bkgrd {
	background-image: url(../images/bkgrd.png);
	background-repeat: repeat-x;
}
#footer a{
	color: #fff;
	}
#footer {
	color: #fff;
	padding-right: 100px;
	padding-left: 100px;
	}
#menutop {
	background-color: #333132;
	padding-left: 5px;
	}
#contentbox {
	background:#FFF;
	width:89%;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #b36842;
	}	
.cds {
	border: thin solid #000;
    }

#liquid-round {
    width:99%;
    margin:0px auto;
    background:#fff url(../images/leftside.gif) repeat-y left top;
    }

.top {
    width:100%;
    height:20px;
    background:url(../images/top.gif) no-repeat left top;
    }
.top span {
    display:block;
    position:relative;
    height:20px;
    background:url(../images/top-right.gif) no-repeat right top;
    }

.center-content {
    position:relative;
    background:url(../images/rightside.gif) repeat-y right top;
    padding:1px 20px 1px 25px;
    margin:-1px 0 -50px 0;
    }

.bottom {
    height:60px;
    background:url(../images/bottom.gif) no-repeat left bottom;
    }
.bottom span {
    display:block;
    position:relative;
    height:60px;
    background:url(../images/bottom-right.gif) no-repeat right top;
    }


