/***********************************************/
/* style.css                                   */
/* Designed for SMC07 International Conference */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.16;	
	margin: 0px;
	padding: 0px;
	text-align:justify;
	background: #000066;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 line-height: 10px;
}
hr{
	color: #ECEEED;
	line-height: 5px;
}

.LeftImg{
	float: left;
}
table{
	margin-left:50px;
	width: 80%;
}
td{
	line-height: 25px;
	text-align: center;
}

.style1 {color: #FF0066}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell{
	position:absolute;
	top: 75px;
	left: 4%;
	right: 4%;
	width:92%;
	background-color: #ffffff;
	background-image: url(bar_back.gif);
	background-repeat: repeat-x;
}

#masthead{
	position: absolute;
	padding: 15px 0px 0px 0px;
	top: -1px;
	left: 4%;
	right: 4%;
	width:92%;	
}

#pageNav{
	float: left;
	width:237px;
	padding: 0px;
	background-color: #f5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 237px;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#siteName h1{
	font-size: 150%;
	color: #ffffff;
	text-align:center;
	font-weight: normal;
}
#siteName h2{
	font-size: 100%;
	color: #ffffff;
	text-align:center;
	font-weight: normal;
}
.sname{
	float: left;
	font-size: 150%;
	color: #ffffff;
}
/************** pageName styles ****************/
#pageName{
	padding: 0px 0px -1px -1px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	border-bottom:1px solid #ccd2d2;
	background-image: url(bar.jpg);
	background-repeat: no-repeat;
	height:100px;
	background-position: right;
}
/************** moreStory styles *****************/

.moreStory {
	padding: 0px 30px 0px 30px;
	color: #000066;
	font-style: oblique;
	text-align:center;
	font-weight: normal;
	}

.moreTitle {
	font: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #000066;
	padding: 0px 30px 0px 30px;
	font-size: 0.69em;
	font-weight: bold;
	}

.moreStory img{
	padding: 5px 0px 15px 0px;
	border: none;
}
/*************** story styles ******************/

.story {
	padding: 0px 30px 0px 30px;
	font-size: 80%;
}

.story h3{
	font: bold 1.5em Arial, sans-serif;
	color: #000000;
	padding: 20px 0px 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

.story p {
	padding: 0px 0px 0px 0px;
}

.story h4{
	font: bold 1.2em Arial, sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 1px;
}
.story h5
{
	font: italic bold 1em Arial, sans-serif;
	color: #000066;
	display:block;
	padding-bottom: 2px;
}
.story img{
	border: none;
}
td.storyLeft{
	padding-right: 12px;
}
.strong{
	font-weight: bold;
}

/************** siteInfo styles ****************/

#siteInfo{
	background-color: #f5f7f7;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #666666;
	padding-top: 20px;
	margin-top: -1px;
	text-align: center;
	height: 40px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#bottom{
	padding: 0px;
	margin: 0px;
	background-color: #000066;
	height: 30px;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url('bg_nav.jpg');
	font-weight: bold;
	color: #21536A; padding-left:10px; padding-right:0px; padding-top:3px; padding-bottom:3px
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: url('none');
	font-weight: bold;
	text-decoration: none
}

/************** #sectionObj *****************/
#sectionObj{
	padding: 0px 0px 2px 10px;
}
/************** #advert styles **************/

#organization{
	padding: 30px 10px 10px 10px;
	border-top: 1px solid #cccccc;
	text-align: center;
}
.organizationB{
	font-family: "Courier New", Courier, mono;
	font-size: small;
	font-weight: bold;
	line-height: 2;
}
.organizationT{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	}
#organization img{
	border: none;
}

/********************* end **********************/

