body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #D5E9F5;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
p {
	padding: 0px;
	line-height: 140%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	padding-top: 113px;
}
#leftbar {
	background-image: url(../images/leftbg.gif);
	width: 620px;
	margin-left: 3px;
	padding: 15px;
	float: left;
	margin-top: 20px;
}
#rightbar {
	background-repeat: no-repeat;
	height: 420px;
	width: 250px;
	margin-left: 15px;
	float: left;
	margin-top: 20px;
}

.sticky	{
	color: #000;
	background-color: #d5e9f5;
	padding: 10px;
	border: 1px solid #148ac8;
	margin-top: 15px;
	width: 400px;
}

.clear {
  clear: both;
  height: 0;
}





/* Links */

a:link, a:visited {
	text-decoration: none;
	color: #148ac8;
}
a:hover, a:active {
	text-decoration: none;
	color: #000;
	border: none;
	background-color: #d5e9f5;
}

/* Navigation */

#menu ul {
	margin: 0;
	padding: 0;
	white-space : nowrap;
}
#menu ul li {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}
#menu ul li a {
	color : #fff;
	background-color: transparent;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border-style:none;
}
#menu ul li a:link, #menu ul li a:visited {
	background-image: url(../images/menu_item.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 96px;
	line-height: 28px;
	padding-top: 5px;
}
#menu ul li a:hover, #menu ul li a:active {
	background-image: url(../images/menu_item.jpg);
	background-repeat: no-repeat;
	background-position: 0px -33px;
	height: 31px;
	width: 96px;
	line-height: 31px;
	padding-top: 2px;
}

h1 {
font-size: 180%;
font-weight:normal;
padding:0px;
margin:0px;
}

h2 {
font-size: 150%;
font-weight:normal;
padding:0px;
margin:0px;
}