@charset "UTF-8";
html, body {
				height: 100%;
			}
			
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444444;
	font-family:  Arial, sans-serif;
	background-color: #FFF;
	background-image: url(../images/graphics/bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	
	}
	
html>body #container {
    height: auto;
	}

#container/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px auto;
	border: 1px solid #ddd;
}
#page/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
  {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	/*height: 128px;
	background-color: #ededed;*/
}
#header  {
	padding: 0px 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-color: #49889c;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	height: auto;
	margin-top: 2px;
	background-image: url(../images/graphics/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 153px;
} 
#header  h1  {
	margin: 0px 0px  0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}

/************* MENU ************/

#nav {
font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	font-size: 11px;
	font-weight: normal;
	margin: -38px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #333366;
	float: right;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	letter-spacing: 1px;
}

#nav li {
	display: inline;
}

#nav a {
font-size: 16px;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: lowercase;
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	background-color: #666;
	color: #FFFFFF;
}

.clear {
	clear: both;
}

/*while in the section, nav text changes*/
body#home a.home, 
body#logistics a.logistics,
body#register a.register,
body#agenda a.agenda,
body#papers a.papers,
body#posters a.posters,
body#contact a.contact{
	color: #FFF;
	padding-bottom: 10px;
	border-bottom: 5px #ff9900 solid;
}

/*end nav */


/*#mainHome{
	margin-top: 11px;
	padding: 15px 20px; 
	margin: 0px auto;
}*/

#mainContent  {
	padding: 20px 50px 10px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#content  {
	padding: 10px 65px 10px 65px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#content p {
	font-size: .9em;
	color:#666666;
	line-height: 1.25em;
}

h1{
	color: #ff9900;
	font-size: 1.0em;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

h3{
	font-size: 16px; 
	color:#336699;
	font-family: Arial, Helvetica, sans-serif;
	
}

h5{
	font-size: 14px; 
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
}

#centercontent  h2{
	color: #0d2c58;
	font-size: .95em;
	padding-top: 8px;
	padding-bottom: 5px;
	
}

#centercontent  h3{
	color: #555;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#centercontent{
	padding: 0px;
	margin: 20px 20px 20x 20px;
	width: 600px;
	float: left;
	background: #FFF;
}

ul{
	margin-top:0;
	margin-bottom: .5em;
	font-size: 14px;
	line-height: 18px;
}

li,  li a{
	color:#333;
	padding: 5px 0px 5px 5px;
	/*margin-top:0; 
	margin-bottom:.7em; */
	line-height: 1.25em;
	list-style-image: url("../images/graphics/arrow.gif");
	}

/* related box*/
#related {
	float: right;
	color: #333;
	padding: 5px;
	clear: right;
	position: relative; 
	margin: -320px 30px 0 460px;
	width: 400px;
		
}

#related_side {
  margin: 35px 5px 20px 5px;
  float: right;
  width: 175px;
  background-color: #fff;
}

#related h1 {
	margin: 0px;
	font-size: 24px;
	color:#ff9900;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 4px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
}

#related h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	
	color: #444;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	
}
#related h3 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	
	color: #767676;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	
}
#related h4 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	font-style:italic;
	color: #4E8787;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	
}
#related p{
	
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 8px 0px;
}
a:link {
	
	font-size: 14px;
	font-weight: normal;
	color: #db7d03;
	text-decoration: none;
}
a:visited {
	
	font-size: 14px;
	font-weight: normal;
	color: #db8618;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #db8618;
	text-decoration: underline;
}

.relatedbox_side {
  background-color: #eee;
  margin:5px;
  padding:2px;
  color: #333333;
  text-align: center;
}

/* related box*/


/* boxes */
div#boxwrapper {
width: 475px;
	margin: 20px 40px;
	padding: 0px 5px 0px 5px;  
}

div#left {
    padding: 0px 5px 0px 5px;
    width: 455px;
    float: left;
	 background-color: #FFF;
	position: relative; 
	margin: -525px 0px 0 40px;
}


div#right {
    padding: 0px 15px 0px 10px;
    width: 280px;
    float: left;
	background-color: #FFF;
	margin: 15px 5px 10px 5px;
}

#left h1{
	padding:2px 3px; 
	margin:0 0 0px 0; 
	color:#ff9900;
	 font-size: 24px;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-weight: normal;	
	
}


#left p{
	padding:6px; 
	margin:0 0 0px 0; 
	color:#333;	
	 font-size: .90em;
	 letter-spacing: .35px;
	 line-height: 1.25em;	
	
}

#right p{
	padding:3px; 
	margin:0 0 0px 0; 
	color:#777;
	font-size: .8em;
	line-height: 1.1em;	
}


.info_boxes {
	float:left; 
	/*margin:12px 0 0 50px; */
	padding:7px 0 0 0;
}
.spotbox {
	float:left; 
	/*margin:12px 0 0 50px; */
	padding:5px 0 5px 0;
	background: url("../images/dots.html") repeat-x bottom left;
	width: 260px;
	
}

.info_boxes h6 {
	padding:2px 0; 
	margin:0 0 10px 0; 
	font-size: 1.55em;
	font-weight:normal; 
	width:200px;
	font-family: "Arial Narrow", Arial, sans-serif;
	color:#0d2c58;
	letter-spacing: 1.5px;
}


.info_boxes a:link{
	color: #49889c;
	text-decoration: none;
}

.info_boxes a:visited{
	color: #49889c;
	text-decoration: none;
}

.info_boxes a:hover{
	color: #49889c;
	text-decoration: underline;
}

#footer  { 
	padding: 0 0px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dff7ff;
	position: absolute;
	bottom: 0;
	z-index: 100px;
	width: 100%;
	
} 

#bottomlinks{
	background:#f6feff;
	font-family: "Arial Narrow", Arial, sans-serif;
	color:#ff9900;
	letter-spacing: 1px;
	width: 1000;
	padding: 2px 0px;
	font-size: 1.15em;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 10px 0px 40px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .70em;
}
#footerlinks{
color: #49889c;
padding: 10px 0px;
}

.clear {
	clear: both;
}


label{
	color: #444444;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.alert{
	color: #cc0000;
	font-family:  Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/* -------------------- Shadow ------------------------------------------------------------ */

div#homephotocontainer {
	width: 460px;
	z-index: 10;
	margin: 5px 0px 0 50px;
}

div#mainphotocontainer {
	width: 855px;
	z-index: 10;
	margin: 0px auto;
}

div.mainphoto img {
	/*border: 7px solid white;*/
	vertical-align: bottom;
}

div#mainphotocaption {
	background-color: white;
	text-align: right;
	padding: 3px 7px 6px 4px;
	display: none;
}

html>body .s1 {
	background: url(../images/graphics/upperrightfade.png) right top no-repeat;
} 

html>body .s2 {
	background: url(../images/graphics/lowerleftfade.png) left bottom no-repeat;
	padding-top: 8px;
	padding-left: 8px;
}

* html div.s2 {
	padding-top: 8px;
	padding-left: 8px;
}

html>body .s3 {
	background: url(../images/graphics/shadow.png) bottom right;
}

* html div.s3 {
	background: url(../images/graphics/shadow.gif) bottom right;
}

html>body .s4 {
	position: relative;
	left: -8px;
	top: -8px;
}

* html div.s4 {
	position: relative;
	left: -8px;
	top: -8px;
}

.agenda		{ width: 700px; margin: 0 0 15px; font-size:13px; }
.agenda td	{ padding: 7px 15px;background: url("../images/graphics/dots.gif") repeat-x bottom left; line-height: 16px; color:#333;}
.agenda th	{ font-size: 15px; text-align: left; color:#336699; padding: 7px; letter-spacing: 1px; font-family:"Arial Narrow", Arial, sans-serif;}

.highlight{
	color: #003366;
	font-family:  Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


