/*Page Controls*/
#wrapper {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #E4B116;
	line-height: normal;
}
a {
	text-decoration: none;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	line-height: 1.2em;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CC33;
	font-size: 14px;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-style: italic;
}
.style5 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.10em;
}
.style7 {
	font-size: 18px;
	color: #99CC33;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style8 {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
.style9 {
	color: #330000;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #E4B116;
}
.style11 {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.10em;
	line-height: 1.5em;
}
.style13 {
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	text-decoration: none;
	color: #CC6600
}
a:visited {
	text-decoration: none;
	color:#CC6600}
a:hover {
	text-decoration: none;
	color: #000066
}
a:active {
	text-decoration: none;
	color: #CC6600
}


/*End Page Controls*/

/*The Header*/

#header {
	width: 790px;
	float: left;
	background-color: #99CC33;
	height: 120px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#top {
	padding-top: 15px;
	margin: auto;
}

#header2 {
	width: 790px;
	background-color: #663300;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

/*End Header*/

/*The Navigation*/

#navcontainer {
	text-align: left;
	background-color: #FAAD45;
	width: 790px;
	height: 50px;
	float: left;
}

#navlist, #navlist ul {
	text-align:left;
	border-bottom: 1px solid #E08826;
	border-top: 1px solid #E08826;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#navlist a {
	text-align:left;
	display: block;
	color: #000;
	background-color: #FAAD45;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
#navlist a.one, #navlist a.two, #navlist a.three {
	text-align: left;
	font-size: 1em;
}
#navlist li {
	float: left;
	padding: 0;
	color:#FFFFFF;
}
#navlist li a:hover {
	background: #993300;
	color: #FFCC66;
}

/* -------------------------- */
/* The dropdown links lists */
#navlist li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	font-weight: normal;
	background-color: #FAAD45;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navlist li li {
	padding: 0;
	width: 120px; 
}
#navlist li ul a {
	width: 120px;
	* html width: 100px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#navlist li:hover ul ul, #navlist li:hover ul ul ul, #navlist li.sfhover ul ul, #navlist li.sfhover ul ul ul {
	left: -999em;
}
#navlist li:hover ul, #navlist li li:hover ul, #navlist li li li:hover ul, #navlist li.sfhover ul, #navlist li li.sfhover ul, #navlist li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* The background and color of the main nav link while looking at the dropdown
   (a little different than the method used on the main nav...) */
#navlist li:hover a.one, #navlist li.sfhover a.one
{
	color: #fff;
	background-color: #993300;
}
/* -------------------------- */
/* The dropdown links list colors */
#navlist li ul.under a {
	color: #000;
}
#navlist li ul.under a:hover {
	background: #993300;
	color: #FFCC66;
}
/* -------------------------- */
#content {
	clear: left;
}
/* Second layer of navigation */

#navcontainer2 {
	text-align: left;
	background-color: #FF9900;
	float: left;
	font-weight: bold;
}

#navlist2
{
	margin-bottom: 5px;
	padding-left: 10px;
	background-color: #CC6600;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}

#navlist2 a, #navlist2 a:link, #navlist2 a:visited
{
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #000000;
font-weight: bold;
text-decoration: none;
}

#navlist2 a:hover, #navlist2 a:active, #navlist2 a:focus
{
	padding: 1px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #993300;
}

#navlist2 li
{
	padding-right: 1px;
	display: inline;
	font-size: 1em;
	font-weight: bold;
}

#navlist2 ul
{
margin: 0px;
padding: 0px;
}
#crumbs {
	float: left;
	background-color: #FAAD45;
	height: 10px;
	width: 785px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.crumbs {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}
.crumbstitle {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
.crumbsdelimiter {
	font-family: "Trebuchet MS";
	font-size: 10px;
	olor: #FFCC00;
	color: #000000;
}
/*End of Navigation*/


/*The Left Column*/

#leftcontainer {
	background-image: url(/images/leftcolimage.gif);
	background-repeat: repeat-y;
	width: 790px;
	float: left;
}
#leftcol {
	float: left;
	margin-right: 10px;
	line-height: 1.2em;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	background-color: #EDEBD5;
	margin-bottom: 5px;
	width: 210px;
}
#emailsignup {
	width: 200px;
	margin-bottom: 25px;
	float: left;
}
#register {
	width: 200px;
	margin-top: 15px;
	text-align: center;
	margin-bottom: 3px;
	float: left;
}

#leftcoltext {
	background-color: #FFFFFF;
	width: 190px;
	margin-bottom: 25px;
	line-height: 1.5em;
	padding: 5px;
	float: left;
}
#speakersbox {
	padding: 3px;
	float: left;
	width: 190px;
	margin-bottom: 20px;
}
#facultybox {
	padding: 3px;
	width: 190px;
	margin-bottom: 20px;
	float: left;
}
#commentbox {
	background-color: #FFFFFF;
	width: 190px;
	border: thin solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	line-height: 1.25em;
	margin-bottom: 25px;
	vertical-align: top;
	height: auto;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 10px;
	float: left;
}

#sponsorbox {
	background-color: #FFFFFF;
	width: 190px;
	padding: 5px;
	float: left;
}
#newsbox {
	background-color: #FFFFFF;
	width: 190px;
	padding: 5px;
	margin-bottom: 25px;
	border: thin solid #990000;
	float: left;
}
#magimages {
	padding: 5px;
	float: left;
	margin-bottom: 15px;
	margin-left: 75px;
}
/*End Left Column*/

/*Right Column*/

#rightcol {
	width: 530px;
	float: left;
	line-height: 1.5em;
	text-align: left;
	padding: 15px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	clear: right;
}

/*End Right Column*/


/*The Footer*/

#footer {
	width: 790px;
	background-color: #99CC33;
	padding-top: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding-bottom: 10px;
	float: left;
}
/*End Footer*/
#textbox {
	margin: 10px;
	padding: 10px;
	float: right;
	width: 200px;
	border: thin double #E4B116;
}
#adbox {
	float: left;
	margin-bottom: 25px;
}
#sponsorbox2 {
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
	width: 190px;
}

