* { margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 62.5%;
	height:100.1%;
}



body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height:100.1%;
	color:#000;
	color:#666666;
	background:url(../images/headerbg.jpg) top repeat-x;
}


h1 {
	font-size: 1.5em;
	color:#333333;
	margin-bottom:6px;
}
    
h2 {
    font-size: 1.4em;    
}
    
h3 {
    font-size: 1.2em;
}
    
h4 {
	font-size: 1em;    
}
    
h5 {
	font-size: .6em;    
}
    
a:link {
	color:#737578; 
	text-decoration: underline;
}

a:visited {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	color: #57595b;
	text-decoration: none;
}

a:active {
	color:#57595b;
	text-decoration: underline;
}

p {
	margin-bottom:12px;
}



#container {
	width:775px;
	margin:0 auto;
}

#header {
	height:148px;
	width:775px;
	margin:0 auto;
}

#header img.logo {
	float:left;
}

#contact {
	float:right;
	/*width:150px;
	background-color:#FF0000;*/
	margin-top:24px;
	color:#000000;
	text-align:right;
}

#contact a, #contact a:visited {
	color:#000000;
	text-decoration:underline;
}

#contact a:hover {
	font-weight:bold;
	text-decoration:none;
}

h1.welcome {
	font-size:1.1em;
	background:url(../images/dividerline.jpg) no-repeat top;
	padding-top:12px;
	margin:0 auto 12px auto;
	width:775px;
}


.publication {
	margin:0 0 18px 104px;
	width:671px;
	padding-bottom:16px;
	border-bottom:dotted 1px #999999;
	text-align:justify;
}

.publication img {
	margin-bottom:12px;
}

.publication a, .publication a:visited {
	padding:4px 8px;
	color:#000;
	text-decoration:none;
}

.publication a:hover {
	background-color:#D9D9D9;
	color:#000;
}



#flashwrap {
	width:775px;
	width:100%;
	height:394px;
	margin-bottom:25px;
	padding-bottom:24px;
	background:url(../images/dividerline.jpg) bottom no-repeat;
}

#flash {
	/*width:775px;
	height:394px;
	background-color:#CCCCC;*/
}

#footer {
	margin:0 auto;
	font-size: 10px;
}


ul li {
	list-style:none;
	padding:1px 0;
}


ul li.copyright {
	width:500px;
	text-align:left;
	float:left;
}

ul li.siteby {
	width:200px;
	text-align:right;
	float:right;
}





/*---------- CLEAR ------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



