/* General setup */
* { margin: 0; padding: 0; }
img { border: 0; }

a{
	text-decoration:none;
}
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 100%;
}
body {
	font-size: 76%;
	background-color: #A1A19D;
}
ul,ol {
	margin-left: 15px;
	margin-top: 10px;
	padding-left: 15px;
}
p,ul,ol	{	margin-bottom: 20px;	}
input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form {	display:inline;	}
a:link,a:visited,a:active {	color: #154172;	}

a:hover { color: blue; text-decoration: underline; }

h1,h2,h3,h4,h5 {	margin-bottom: 5px;	}
hr {	display:none;	}
h1,h2 {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
/* structure divs */
#page {
	width: 750px;
	margin: auto;
	background-color: white;
}
#header {
	float: left;
	margin-bottom: 30px;
}
#header img {
	margin: 25px 18px 0 10px;
	float: left;
}
#header a:link,#header a:visited,#header a:hover,#header a:active {
	color: #666;
}
#nav {
	display:block;
	width: 570px;
	float:right;
}
#nav ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li {
	border-left: 3px solid silver;
	float: left;
	display: block;
	height: 20px;
	position: relative;
	width: 130px;
	padding: 0 3px;
	margin: 0;
}
#nav li.toprow{
	display:block;
	height:36px;
}
#nav li a{	
	display:block;
}
#nav li img,#nav li a {
	position:relative;
	top:1px;
	padding:0px;
	margin:2px 0px 0px 0px;/*for mac ie 5*/
	/*\*/
	margin:0px;
	/**/
}
#nav li.toprow img,#nav li.toprow a {	
	position:relative;
	top:9px;
	padding:0px;
	margin:8px 0px 0px 0px;/*for mac ie 5*/
	/*\*/
	margin:0px;
	/**/
}
#information {
	float: right;
	width: 130px;
	padding: 30px 10px 40px;
	background-color: #eee;
}
#information h1{
	letter-spacing:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:capitalize;
	font-variant:small-caps;
	margin-bottom: 17px;
}
#information h2 a{
	text-decoration:none;
}
#information h2 {
	margin-top: 20px;
	
}
#breadcrumbs {
	margin: 0 0 20px 14px;
	clear: left;
	height: 1%;
}
#pubimagebar{
	float:left;
	width: 400px;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 3px;
}
#pubimagebar:after, #imagebar:after,#breadcrumbs:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear:left;
    visibility: hidden;
}
.clearleft {
	clear: left;
}
#leftBar{
	float: left;
	/* \*/
	clear: left;
	/* */
	width: 180px;
}
#imgPlaceHolder {
	width:500px;
	height: 168px;
}
#imagebar {
	height: 1%;
}
