/********************************************************
*                                        			    *
* Base styles --                          			    *
*                                        			    *
********************************************************/

body {
    font-size: 62.5%;
    font-family: Verdana, Arial, san-serif;
	margin-top: 63px;
    padding: 0;
	background:#000; 
}

p, li, h { color: #000000; line-height: 1.5em;}

p, li { font-size: 1.1em; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em;}
h3 { font-size: 1.4em; border: 2px dotted #F08247; padding: 6px; text-align: center;}
h4 { font-size: 1.1em; color:#FFFFFF; line-height: 1.3em; padding: 5px; margin: 0px "Trebuchet MS",Verdana,sans-serif; /*text-transform: uppercase;*/ background-image:url(../images/subhdrBg.jpg);}
h5 { font-size: 1.0em; color:#FFFFFF; line-height: 1.1em; padding: 5px; margin: 0px; background-color:#f16422; text-align: left;}
h6 {  color: #671a0b; font: bold 12px Trebuchet MS, sans-serif; text-align: left; border-bottom: 2px solid #671a0b; background: #febd50; margin: 0px; padding: 10px 10px 5px 10px; }

a:link     { color: #f16422; text-decoration: 1px dotted #f16422;}
a:active   { color: #f16422; text-decoration: 1px dotted #f16422;}
a:visited  { color: #f16422; text-decoration: 1px dotted #f16422;}
a:hover    { color: #000000; text-decoration: 1px dotted #FFFFFF;}

a img {border: 0; text-decoration: none;}

/********************************************************
*                                            			*
* Background Image --                           	    *
*   												 	*
*                                            			*
********************************************************/

#topBkg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1008px;
	height: 280px;
	margin-left: -504px;
	z-index: 1;
	background: url(../images/bg.jpg) 0 0 no-repeat;
}

/********************************************************
*                                            			*
* Wrapper --                                 			*
*   Top level site container. Anything not in here is	*
*   background.										 	*
*                                            			*
********************************************************/

#wrapper {
clear: both;
	position: relative;
    width: 775px;
    margin: 0px auto;
	background-color:#FFFFFF;
	z-index: 2;
}

/********************************************************
*                                            			*
* Header --                                 			*
*   Container for logo and whatever else goes up top. 	*
*                                            			*
********************************************************/

#header {

    width: 775px;
    height: 182px;
	margin: 0px;
	padding: 0px;
    background-color: #FFFFFF;
}

/********************************************************
*                                            			*
* Topnav --                                 			*
*   Container for top navigation.					 	*
*                                            			*
********************************************************/

#topnav {
	text-align: center;
	text-transform: uppercase;
    width: 775px;
    height: 35px;
	background-image:url(../images/navBg.gif);
}

#topnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
	z-index: 100;
}

#topnav li {
    position: relative;
    float: left;
}

#topnav a {
    display: block;
    padding: 7px 4px;
    height: 21px;
    border-right: 1px dotted #dbdbdb;
}

#topnav .nav_overview { width: 70px; }
#topnav .nav_pastworkshops { width: 140px; }
#topnav .nav_proceedings { width: 120px; }

#topnav li a:link     { color: #fff; text-decoration: none; }
#topnav li a:active   { color: #fff; text-decoration: none; }
#topnav li a:visited  { color: #fff; text-decoration: none; }
#topnav li a:hover    { color: #FFAF08;}

#topnav li:hover ul, #topnav li.over ul { display: block; }

/* submenus */
#topnav li ul {
    position: absolute;
    display: none;
    top: 35px;
    left: 0;
    margin: 0;
}

#topnav li li {
    background-color: #000000;
    border: solid #fff;
    border-width: 0 1px;
	font-size: 1em;
	clear: left;
}

#topnav li ul a {
    display: block;
    padding: 2px 10px;
    height: 20px;
	border: solid #fff;
    border-width: 0 1px 1px 1px;
    color: #fff;
    background-color: #000000;
    text-align: left;
	width: 210px;
}

#topnav li ul a:link     { color: #fff; text-decoration: none; }
#topnav li ul a:active   { color: #fff; text-decoration: none; }
#topnav li ul a:visited  { color: #fff; text-decoration: none; }
#topnav li ul a:hover    { background-color: #FFAF08; color: #000000;}

/* miscellany */
#topnav .leftmost { border-left: 1px solid #fff; }
#topnav .topmost { border-top: 1px solid #fff; margin-top: 1px; }
#topnav .bottommost { border-bottom: 1px solid #fff; margin-bottom: 1px; }


/********************************************************
*                                            			*
* Custom --                                 			*
*     													*
*                                            			*
********************************************************/

.bullet {
	color: #000000; 
	font-size: 1.1em;
	font-family: Verdana, Arial, san-serif;
}

ul.bullet {
	list-style-type: inherit;
	list-style-image: inherit;
	/*list-style-position: inside;*/
	font-size: 1.1em;
}


.clear {
clear: both;}

#bio {
 height: 50px;
 width: 30px;
 position: relative;
 text-decoration: none;
 border: none;
 margin: 0px;
 padding: 0;
}

 #bio a:link, a:hover {  
 text-decoration: none;
 border: none;
 margin: 0px;
 padding: 0px;}

#container {
 position: relative;
 width: 420px;
 min-height: 100px;
 clear: both;
 padding: 5px 10px;
 margin:  5px;
 border: 1px dotted #FF9900;
}
#imageLeft{
 float: left;
 display: block;
 position: relative;
 padding: 0px 10px 0px 0px;
 margin:  10px 20px 10px 0px;
 border-right: 1px dotted #f16422;
 /* text */
 text-align: center;	
 font-weight: bold;
 color: #666666;
}

#imagelogo{
 float: left;
 display: block;
 position: relative;
 padding: 0px 20px 0px 0px;
 margin:  10px 20px 5px 0px;
 border-right: 1px dotted #f16422;
 /* text */
 text-align: center;	
 font-weight: bold;
 color: #666666;
}

/* /* IE hack6 */
html #container { height:1%;
}

 /* IE7/FF hack */
#container:after {
height: 0;
visibility: hidden;
display: block;
content: ".";
clear: both;
}

#spacer {
 clear: both;
}

 /* RIGHT COLUMN BUTTON */
#rightcolumnbtn {
	text-align: center;
    height: 21px;
	background: #F16422;
}

/*#rightcolumnbtn ul {
    margin: 0;
    padding: 0px;
    list-style: none;
	z-index: 100;
}

#rightcolumnbtn li {
    position: relative;
    float: left;
}

#rightcolumnbtn a {
    display: block;
    padding: 4px 0px;
}*/

#rightcolumnbtn li a:link     { color: #fff; text-decoration: none; }
#rightcolumnbtn li a:active   { color: #fff; text-decoration: none; }
#rightcolumnbtn li a:visited  { color: #fff; text-decoration: none; }
#rightcolumnbtn li a:hover    { background: #FFFF99;}

#rightcolumnbtn li:hover ul, #topnav li.over ul { display: block; }*/

 /* PICTURE w/CAPTION */
 
#divpicandcaption{
margin: 0 auto;
text-align: center;
} 
	div.picandcaption {
		margin: 10px;
		border: 1px solid #ccc;
		text-align: center;}
	div.picandcaption img {
		margin: 5px;
		border: 1;}
	div.picandcaption div {
		font-size: 12px;
		font-weight: bold;
		background: #f2f2f2;
		border-top: 1px solid #ccc;
		padding: 5px;
		text-align: center;}	
		
div.clear{
clear: both;
}	
/********************************************************
*                                            			*
* Content --                                 			*
*   Most of the copy lives here. Note that this 		*
*   container should be subdivided into columns, but	*
*   the background is the column pattern.				*
*                                            			*
********************************************************/

#content {
	/*clear: both;*/
    width: 775px;
    background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/********************************************************
*                                            			*
* Maincol --                                 			*
*   This is the major copy container -- the central		*
*   column between the leftnav and rightcol				*
*                                            			*
********************************************************/

#maincol {
    float: left;
    width: 735px;
    text-align: left;
    padding: 12px 20px;
	margin: 0;
    display: inline;
}


/********************************************************
*                                            			*
* Footer --                                 			*
*                                            			*
********************************************************/

#footer {
	font-size: 10px;
	clear: both;
	color: #FFFFFF;
	height: 83px;
	width: 775px;
	text-align: center;
	margin: 0pv;
	padding: 0px;
	background-image: url(../images/footerBg.gif);
}

#footer a:link     { color: #FFFF00; text-decoration: underline; }
#footer a:active   { color: #FFFF00; text-decoration: underline; }
#footer a:visited  { color: #FFFF00; text-decoration: underline; }
#footer a:hover    { color: #ffffff; text-decoration: none; }

/********************************************************
*                                            			*
* END --                                 				*
*                                            			*
********************************************************/
