/***********************************************/
/* conference.css                            */
/* Use with template TestConference.dwt         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color:#000066;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#DAD9F0;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color:#000066;
	font-weight: bold; 
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	background-color:#FFD8B0;
	}

/************** header tag styles **************/

h1{
 font: bold 130% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 100% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 1px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #000066;
 margin: 0px;
 padding: 10px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 90px;
	left: 2%;
	right: 2%;
	background-color:#FFF5EC;
	width: 96%;
	/*height: 685px;*/
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 10px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color:#FFDFBF;
	background-image: url(MathBgnd1.gif);
	background-repeat:no-repeat;
	background-position:right;
	height: 70px;
	
	
}

#pageNav{
	float: left;
	width:190px;
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	/*background-color:#FFF5EC;*/
	background-image:url(NavBgnd1.gif);
	background-position:top center;
	background-repeat:no-repeat;
	font:small-caption  Verdana,sans-serif;
	/*height: 400px;*/
}

#content{
	padding: 0px 0px 0px 0px;
	margin:0px 10px 0px 200px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color:#000066;
	font-weight:bold;
	letter-spacing: 1px;
}


/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background-color:#E0DFF2;
}

#pageName h2{
	font: bold 150% Arial,sans-serif;
	color: #000066;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 0px 0px;
	font-size: 95%;
	/*min-height: 800px;*/
	text-align:justify;
	/*height: 400px;*/

}
/*html>body .feature {height:auto;}*/

.feature h3{
	font: bold 150% Arial,sans-serif;
	color: #000066;
	padding: 30px 0px 5px 0px;
	text-align:center;
}

.feature img{
	/*float: left;*/
	float:none
	padding: 0px 10px 0px 0px;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 5px;
	display:block;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	/*background-color:#FFF5EC;*/
	font-weight: bold;
	padding 10px 0px 10px 20px;
	color:#000066;
}

#sectionLinks a:hover{
	background-color:#FFC891;
	font-weight: bold;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
