html{
	height:102%	/* forces scroll bar to stop jumps in Firefox */
}

body {
	font-family: Verdana, sans-serif;
	background-color: #dFEEEd;
	text-align:center;
}

h1 {
	color: blue;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}

p {
	font-size: 	small;
	margin-top:3px
}

a:hover {
	color: #FF00FF;
}
a:visited {
	color: #800000;
}
.background {
	background-image: url('images/background.gif');
	background-color: #BFEEEB;
}
.big {
	font-size: medium;
	font-weight: bold;
	color: blue;
}


.caption {
	font-size: small;
	font-weight: bold;
}
.centre {	
	text-align:center;
}

.footer {
	font-size: x-small;
}

.noborder {
	border-width:0px 0px 0px 0px;
}

.presshdg{
	color: maroon;
	font-size: large;
	margin-bottom: 6px;
	font-weight:bold
}
.presstext {
	text-align: justify;
	font-size: 12.0pt;
	font-family: Arial;
	margin-left: 0cm;
	margin-right: 0cm;
	margin-top: 0cm;
	margin-bottom: 6.0pt;
}

.whitebox {
	background-color: white;
}
.textbox {
	background-color: white;
	margin:5px 5px 10px 10px;
	padding:5px;
}

#wrapper	{
	width:800px;
	margin:0 auto;
}

#leftmain{
	float:left;
	min-width:630px;
	text-align:left;
}

#logo	{
	float:left;
	width:130px;
	text-align:center;
}

#navbar	{
	float:left;
	width:156px;
	text-align:center;
}


#bottom	{
	clear:both;
	text-align:center;
}

#searchstuff{
	margin-bottom:5px;
}


div.float	{
	float:left;
	font-size: x-small;
	color: black;
	font-weight: bold;
	text-align:center;
	margin:10px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	border:thin blue solid;
	height:20px;
}

div.latest	{
	font-size:small;
	font-weight:bold;
}

div.new 	{
	float:left;
	font-size: x-small;
	color: black;
	font-weight: bold;
	text-align:center;
	margin:10px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px;
	border:thin blue solid;
	height:20px;
}

#search	{
	float:left;
	font-size: x-small;
	color: black;
	font-weight: bold;
	text-align:center;
	margin:10px;
	padding-top:1px;
	padding-left:5px;
	padding-right:5px;
	border:thin blue solid;
	height:30px;
	width:380px;
}

#top	{
	height:125px;
	padding:5px;
}

.pix	{
	margin: 6px;
}

#diary	{
	width:630px;
	max-width:630px;
}

