@charset "utf-8";
body {
	background-color: #6AA443;
    background-image:url(../nav/bg.jpg);
	background-repeat: repeat-x;

}

div#wrapper {
	width: 1060px;
	min-xwidth: 1060px;
	margin: 0 auto; 
}
div#header {
	background-image: url(../nav/top.png);
	background-repeat: no-repeat;
	float: left;
	width: 1060px;
	min-xwidth: 1060px;
	height: 285px;
	top: 0px;
    left: 0px;
	overflow: hidden;
	display: inline;
}
div#main {
    background-image: url(../nav/mid.png);
    background-repeat: repeat-y;
	float: left;
    width: 1060px;
    min-xwidth: 1060px;
	margin-top: 0px;
	display: inline;
    
}
div#content {
    float: left;
    color: #2e2112;
    width: 690px;
    margin-left: 149px;
    display: inline;

}
div#bottom {
    background-image: url(../nav/bott.png);
    background-repeat: no-repeat;
	float: left;
    width: 1060px;
    height: 140px;
    margin-top: 0px;
	overflow: hidden;
	display: inline;
}
div#footer {
	float: left;
    width: 1060px;
    height: 165px;
    margin-top: 0px;
	overflow: hidden;
	display: inline;
}

/****************************
 **   Vertical Navigation with image rollover
 ****************************/
#navcontainer {
    background-repeat: no-repeat;
	position: relative;
    left: 85px;
    float: left;
    width: 166px;
	height: 326px;
    z-index: 30px;
}

ul#navlist {
    position: relative;
	width: 150px;
	height: 300px;
	min-height: 300px;
	max-width: 150px;
    padding-left: 0;
    margin: 5px 0px 0px 0;
    padding: 0px 0;
    float: left;
    width: 100%;
}
ul#navlist li {
    width: 150px;
	display: inline;
}

ul#navlist li a {
    width: 150px;
    margin: 4px 0px 0px 0px;
	padding: 4px 0;
    text-decoration: none;
    float: right;
    font-weight: bold;
	color: #fff;
    font-size: 12px
}

ul#navlist li a:hover {
    width: 150px;
	color: #E26D26;
    background-image: url(../nav/rollover.png);
    background-position: 9em -.9em;
    background-repeat: no-repeat;

}
/****************************
 **   List with an image as a bullet
 ****************************/
#list {
   padding: 0;
   margin: 0;
}
ul#list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#list li{
    background-image: url(../nav/rollover2.png);
	background-repeat: no-repeat;
    background-position: -.4em -.99em;
    padding-left: 25px;

}
.txttitle {
	font-family: 'Walter Turncoat', cursive;
	font-size: 24px;
	color: #E26D26;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #060708;
	text-decoration: none;
}

.txtstrike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #060708;
	text-decoration: line-through;
}
.txtfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.txtfooter a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.txtfooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #F3BE2F;
	text-decoration: none;
}
.txtfooter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.txtfooter a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
a:link {
	color: #E26D26;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #E26D26;
	text-decoration: underline;

}
a:hover {
	color: #005072;
	text-decoration: underline;

}
a:active {
	color: #E26D26;
	text-decoration: underline;

}
.txtNAV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #060708;
	text-decoration: none;
}
.txtboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
}
.txtboldbluetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5A6A3E;
	text-decoration: none;
}
.txtboldorangetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E26D26;
	text-decoration: none;
}
.txtred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E26D26;
	text-decoration: none;
}
.txtboldtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #351812;
	text-decoration: none;
}
.txtIT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #060708;
	text-decoration: none;
}
.fspeaker {
	background-color: #6298B3;
	color: #000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.txtNAVfs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5A6A3E;
	text-decoration: none;
	background-color: #C5C58B;
}
.txtboldfs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E26D26;
	text-decoration: none;
}
.txtfs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.txtboldunder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #060708;
	text-decoration: underline;
}
.txtboldorange{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E26D26;
	text-decoration: none;
}
.txtboldorangeIT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E26D26;
	text-decoration: none;
}
.txtsession {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E26D26;
	text-decoration: none;
}
.txtorangeit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E26D26;
	text-decoration: none;
}
.txtboldblueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5A6A3E;
	text-decoration: none;
}
.txtunder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #564332;
	text-decoration: underline;
}
.txtITkeynote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}
.txtboldorangekeynote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #E26D26;
	text-decoration: none;
}
.txtboldkeynote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #060708;
	text-decoration: none;
}
.txtboldit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #060708;
	text-decoration: none;
}

