	body {
		background-color: #101D29;
		margin: 0;
		font-family: Arial, sans-serif;
		text-align: center;
		bbackground-image:url('icicles3.jpg');
		background-repeat:repeat-x;
}

#container {
		background-color: #ffffff;
		text-align: center;

		width: 900;
		left: auto;

		padding: 0;
		border: 0;
		border-left: 2px solid #303030; 
		border-right: 2px solid #303030; 
}

#topmenu, #bottommenu {
		border: 0;
		border-top: 2px solid #303030;
		border-bottom: 2px solid #303030;
		padding-top: 20;
		padding-bottom: 20;
		text-align: center;
}

#topmenu ul, #bottommenu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
} 
#topmenu li, #bottommenu li {
		display: inline;
		margin: 0;
} 
#topmenu a, #bottommenu a {
		text-decoration: none;
		padding-top: 20;
		padding-bottom: 20;
		padding: 20;
		font-size: 15;
		font-weight: bold;
		color: #797979; 
}
#topmenu a.selected {
		color: #101D29; 
}

#topmenu a:hover, #bottommenu a:hover {
		text-decoration: none;
		color: white; 
		background-color: #101D29;
}

#heading {
		background-color: #D40424;
		padding: 0;
		padding-top: 0;
		padding-left: 20;
		border-bottom: 2px solid #303030;
		font-family: "Calibri", "ArialMT", "Arial", sans-serif;
		font-size: 50;
		font-weight: bold;
		color: #ffffff;
		text-align: left;
}

#content {
		text-align: left;
}
h1,h2 {
		text-align: center;
		color: #101D29; 
		
}
div.img {
		text-align: center;
}
img {
		border: 2px solid #303030;
}


#error {
		text-align: center;
		font-weight: bold;
		color: white;
		background-color: red;
		padding: 10 10 10 10;
}


#pubs td   { 
		vertical-align: middle; 
		text-align: left;
}  

.pubnum	{
		font-size: 16;
}

.publist{
		font-size: 15;
		width: 700px;
}
.pubtit {
		color: #243E59;
		font-weight: bold;
		font-style: italic;
}
.pubyea {
		font-weight: bold;
}
.pubvol,.pubjou {
		font-style: italic;
}

img.pubimg {
		border: 0px;
		margin: 10px;
		max-width: 600px;
}

#quickyearlink a {
		color: #223040; 
		text-decoration: none;
}
