@charset "UTF-8";




/* CSS Document */

/*-- html tag styles --*/

body {
	background: #CBC6AE url(../images/mast-bg.jpg) repeat-x;
	margin: 0px;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size:.75em;
	margin: 0px;
}


/*-- anchor tags sytles (lvha) --*/
a.subhdr:link {
	color: #580627;
	text-decoration: underline;
}
a.subhdr:visited {
	text-decoration: underline;
	color: #580627;
}
a.subhdr:hover {
	text-decoration: none;
	color: #580627;
	background: #e7ccfc;
}
a.subhdr:active {
	text-decoration: none;
	color: #580627;
	background: #E7CCFC;
}
/* standard lvha*/

a.body:link {
	color: #560627;
	text-decoration: underline;
}
a.body:visited {
text-decoration: underline;
	color: #580627;
}
a.body:hover {
text-decoration: none;
	color: #580627;
	background: #E7CCFC;
}
a.body:active {
	text-decoration: none;
	color: #580627;
	background: #E7CCFC;
}
a.footer:link {
	color: #666;
	text-decoration: underline;
}
a.footer:visited {
	text-decoration: underline;
	color: #666;
}
a.footer:hover {
	text-decoration: underline;
	color: #580627;
}
a.footer:active {
	text-decoration: underline;
	color: #580627;
}


/*-- class styles --*/
.h1 {
	margin: 0px;
	font-family: georgia;
	font-size: 1.5em;
	font-weight: lighter;
	color: #580627;
}
.h2 {
	margin: 0px;
	font-family: georgia;
	font-size: 1.5em;
	font-weight: lighter;
	color: #580627;
}

.h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #560627;
	margin: -0.06em 0px 0px;
}
.h4 {
	font: bold italic 1.2em georgia;
	margin: 0;
	margin-bottom:2px;
}
.h5 {
	margin: 0;
	margin-bottom:2px;
	font-family: georgia;
	font-size: .85em;
	font-style: italic;
	color: #580627;
	text-decoration: underline;
}

.float_left {
	margin: 0px 20px 20px 0px;
	float: left;
	clear: left;
	padding: 0px;
}
.float_left_deep {
	margin: 0px 20px 40px 0px;
	float: left;
	clear: left;
	padding: 0px;
}

.ul_plain {
	padding: 0px 20px 0px;
	list-style: square inside;
}

/*-- div id styles --*/
#calloutLeft {
float: left;
width: 275px;
padding: 10px 30px 10px 10px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 1.5em;
background: #FFF;
border-right: medium double #B8B5AB;
margin-bottom: 20px;
}
#calloutLeft h2	{
	margin: 0px;
	font-family: georgia;
	font-size: 1.5em;
	font-weight: lighter;
	color: #580627;
}
#container {
	margin: 35px auto 0px;
	width: 950px;
	background: #FFF;
	overflow:auto;
	border-top: none;
	border-right: 5px solid #BDB9AD;
	border-bottom: 5px solid #BDB9AD;
	border-left: 5px solid #BDB9AD;
	padding-bottom: 20px;
	clear: both;
}
#container hr {
border-bottom: 2px dotted #B8B5AB;
width: 890px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
margin: 20px;
}


/*--footer--*/
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*	font-size: .75em;
*/	height: 20px;
	width: 910px;
	margin: 0px auto;
	padding: 10px 20px 10px;
	font-size: 0.75em;
	white-space: pre;
	text-align: center;
}
#mast {
	margin: 0px auto;
	background: url(../images/logo.png) no-repeat left top;
	height: 153px;
	width: 953px;
	position: relative;
	padding: 0px;
	text-align: left;
}

#preamble {
	margin: 45px 30px 0px 30px;
	width: 890px;
	overflow: auto;
	background: #FFF;
	padding: 0;
	/*font-size: 0.75em;*/
line-height: 1.5em;
}
#preamble h1	{
	margin: 0px;
	font-family: georgia;
	font-size: 1.5em;
	font-weight: lighter;
	color: #580627;
	}

#subcontent {
	padding: 10px 25px 10px 30px;
	width: 300px;
	float: left;
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#subcontent h2{
	margin: 0px;
	font-family: georgia;
	font-size: 1.5em;
	font-weight: lighter;
	color: #580627;
	}
#title {
	background-color: #580027;
	color: #fff;
	padding: 10px;
	width: 180px;
	margin: 0;
	float: left;
	clear: left;
}
#title p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	line-height: 1.2em;
}


/*--- Navigation ---*/


#nav {
	width: 953px;
	margin: 153px auto 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #580627;
	position: absolute;
	padding: 0px 0px 0px 2px;
	height: 35px;
}

#nav ul {
border: none;
margin : 0px;
padding :0px;
list-style-type:none;
text-align:center;
}  
#nav a {
	color: #580627;
	display: block;
	padding: 12px 17px;
	text-decoration: none;
	white-space: nowrap;
	margin: 0px;
	height: 20px;
}
#nav a:hover {
	text-decoration: underline;
	color: #580627;
}

#nav ul li {
display:block;
float: left;
text-align:center;
padding: 0px;
margin: 0px;
}
#nav li.current {
background:  url(../images/tab-bg.gif) no-repeat center top;
}
#nav li.current a {
	background: url(../images/tab-bg.gif) no-repeat center top;
	color: #580627;
}



/* Secondary navigation */
#navcontainer {
	width: 200px;
	clear: both;
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 30px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 12px 10px 12px 20px;
	width: 168px;
	background: #F2EDD0;
	border-top: 1px none #CBC6AE;
	border-right: 1px solid #CBC6AE;
	border-bottom: 1px solid #CBC6AE;
	border-left: 1px solid #CBC6AE;
}

#navcontainer a:link, #navlist a:visited
{
	color: #580627;
	text-decoration: none;
	float: left;
}

#navcontainer a:hover
{
	background-color: #FEFCD6;
	color: #580627;
}
#descrip {
	width: 385px;
	margin-top: 353px;
	position: absolute;
	margin-left: 35px;
	font-size: 0.95em;
	color: #999;
	font-style: italic;
}
.descrip {
	font-size: 0.95em;
	font-style: italic;
	color: #999;
	line-height: 1.1em;
}
