@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}
	
a{
	position:relative;
	cursor:pointer;
	}
	
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	}
	
img{
	border:none;
	}
	
hr{
	float:left;
	}
	
/*******************************
 rss
 *******************************/
 
#rss{
	float:right;
	font-size:.7em;
	margin-bottom:1px;
	}
	
#rss ul li{
	float:left;
	list-style-type:none;
	margin:3px;
	}
	
#rss a{
	text-decoration:none;
	color:#404040;
	}

/*******************************
 headertitle
 *******************************/
 
#headertitle{
	float:left;
	width:100%;
	height:71px;
	background-image:url('/images/header.jpg');
	background-repeat:no-repeat;
	}
	
#headertitle h1{
	float:left;
	font-style:oblique;
	margin-top:20px;
	margin-left:250px;
	font-size:1.9em;
	}
	
#headertitle a{
	text-decoration:none;
	color:white;
	}

/*******************************
 headernav
 *******************************/
 
#headernav{
	float:left;
	width:100%;
	background-image:url('/images/headernav.png');
	background-repeat:no-repeat;
	height:48px;
	margin-top:6px;
	}
	
#headernav ul{
	float:left;
	font-size:.75em;
	margin-top:5px;
	font-weight:bold;
	}
	
#headernav ul li{
	float:left;
	list-style-type:none;
	margin-left:10px;
	letter-spacing:2px;
	}
	
#headernav p{
	float:right;
	font-size:1.1em;
	clear:right;
	font-weight:bold;
	margin-right:10px;
	margin-top:9px;
	}
	
#headernav p.emailalert{
	font-size:.65em;
	font-style:oblique;
	margin-top:0px;
	}
	
#headernav p a{
	color:#404040;
	text-decoration:none;
	}

/******************************
 footer
 ******************************/
 
#footer{
	float:left;
	width:100%;
	font-size:.7em;
	margin-top:10px;
	margin-left:10px;
	padding-bottom:20px;
	}
	
#footer ul li{
	float:left;
	list-style-type:none;
	margin-left:5px;
	}
	
#footer ul li span{
	text-decoration:underline;
	}
	
#footer a{
	color:#000;
	}
	
/*******************************
 CLASSES
 *******************************/
 
.home{
	background-image:url('/images/homebackground.jpg');
	/*margin-left:-232px;
	margin-right:-232px;*/
	}
	
.inner{
	background-image:url('/images/innerbackground.jpg');
	}
 
.redtext{
	color:#ac0000;
	}
	
.abstract{
	line-height:1.4;
	margin-top:10px;
	margin-bottom:20px;
	font-size:.75em;
	}
	
.date{
	font-size:.9em;
	}
	
.register{
	bottom: 0px;
	font-size: 0.9em;
	font-weight:bold;
	left: 150px;
	position: absolute;
	text-align:center;
	}
	
.title{
	font-size:.91em;
	}
	
.author{
	font-size:.8em;
	margin-top:3px;
	}
	
.continue{
	bottom: -10px;
	font-size:0.8em;
	font-weight:bold;
	position:relative;
	text-align:center;
	}

.click{
	position:absolute;
	/*width:100%;*/
	bottom:5px;
	left:715px;
	font-size:.8em;
	font-weight:bold;
	}
	
.alg1:link{
	color:#404040;
	text-decoration:none;
	}
	
.alg1:visited{
	color:#404040;
	text-decoration:none;
	}
	
.alg1:hover{
	color:#459fa8;
	text-decoration:none;
	}
	
.alg1:active{
	color:#459fa8;
	text-decoration:none;
	}
	
.alg2:link{
	color:#404040;
	text-decoration:none;
	}
	
.alg2:visited{
	color:#404040;
	text-decoration:none;
	}
	
.alg2:hover{
	color:#2b686c;
	text-decoration:none;
	}
	
.alg2:active{
	color:#2b686c;
	text-decoration:none;
	}
	
.geo:link{
	color:#404040;
	text-decoration:none;
	}
	
.geo:visited{
	color:#404040;
	text-decoration:none;
	}
	
.geo:hover{
	color:#3b8566;
	text-decoration:none;
	}
	
.geo:active{
	color:#3b8566;
	text-decoration:none;
	}
	
.precalc:link{
	color:#404040;
	text-decoration:none;
	}
	
.precalc:visited{
	color:#404040;
	text-decoration:none;
	}
	
.precalc:hover{
	color:#543b89;
	text-decoration:none;
	}
	
.precalc:active{
	color:#543b89;
	text-decoration:none;
	}
	
.calc:link{
	color:#404040;
	text-decoration:none;
	}
	
.calc:visited{
	color:#404040;
	text-decoration:none;
	}
	
.calc:hover{
	color:#68217c;
	text-decoration:none;
	}
	
.calc:active{
	color:#68217c;
	text-decoration:none;
	}
	
.stat:link{
	color:#404040;
	text-decoration:none;
	}
	
.stat:visited{
	color:#404040;
	text-decoration:none;
	}
	
.stat:hover{
	color:#3a5c8a;
	text-decoration:none;
	}
	
.stat:active{
	color:#3a5c8a;
	text-decoration:none;
	}
	
.rightimage, .leftimage{
	float:left;
	width:680px;
	margin-left:80px;
	margin-top:20px;
	margin-bottom:10px;
	}
	
.rightimage h2, .leftimage h2{
	font-size:.95em;
	color:#404040;
	margin-bottom:20px;
	}
	
.rightimage p, .leftimage p{
	font-size:.8em;
	line-height:1.3;
	}
	
.rightimage img{
	float:right;
	padding-left:20px;
	}
	
.leftimage img{
	float:left;
	padding-right:20px;
	}
#development h2{
	color:#AC0000;
	}
.helpicon {
	padding:0px 0px 10px 5px;
	}
