html {
	min-height: 101%;
}

body { 
	background: #fff; 
	color: #444; 
	margin: 0; 
	padding: 0;
	text-align: center;
}

#fixedwidthcentral {
	width: 790px;
	margin: 0 auto 1em auto;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 75%; 
	text-align: left;
}

#rightcol, #menucol {
        width: 170px;
        float: left;
}

#midcol {
        width: 410px;
        float: left;
        padding: 5px 20px;
}

#bothcol {
        width: 600px;
        float: left;
        padding: 5px 0 5px 20px; 
}

#footer {
	clear: both;
	width: 790px;
	font-size: 80%;
	border-top: 1px solid #aaa;
	padding-top: 0.5em;
}

img.ilogo {
	border: 0;
	width: 250px;
	height: 57px;
}

a {
	text-decoration: none;
	color: #38e;
}

a:hover {
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

#topleft {
	width: 300px;
	height: 70px;
	float: left;
	margin-top: 20px;
}

#topright {
	width: 469px;
	height: 70px;
	float: left;
	text-align: right;
	background-image: url(images/topr-bg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	color: #fff;
	padding: 20px 20px 0 0;
	font-weight: bold;
	border-right: 1px solid #38e;
}

#topmenus {
	clear: both;
	width: 790px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#topmenus td.pick {
	width: 160px;
	font-weight: bold;
	background: #aaa;
	color: #fff;
	padding: 0.3em 0 0.35em 10px;
}
	
#topmenus td.topm {
	padding-left: 20px;
}

div.menuitem {
	width: 159px;
	padding: 0.35em 0 0.35em 9px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-weight: bold;
}

#newshdr {
	width: 158px;
	padding: 0.35em 0 0.35em 10px;
	background: #39f;
	color: #fff;
	font-weight: bold;
	margin-top: 1em;
	border: 1px solid #38e;
}

#newsbdy {
	font-size: 95%;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
	width: 158px;
	background-image: url(images/topr-bg.jpg);
}

h2, p {
	margin: 0.75em 0;
}

h2 {
	color: #38e;
	font-size: 140%;
	font-weight: normal;
}

#copyr {
	width: 170px;
}

td.disp-alt {
	text-align: left;
	background: #eef;
	padding-left: 0.5em;
	border-bottom: 1px solid #bdf;
}

td.disp, th.disp-th {
	text-align: left;
	border-bottom: 1px solid #bdf;
	padding-left: 0.5em;
}

th.disp-th {
	background: #eef;
}

input.srch, input.enq, select.enq, textarea.enq {
	font-family: verdana, arial, helvetica, sans-serif; 
	border: 1px solid #aaa;
	color: #39f;
	font-size: 110%;
}

input.srch {
	width: 127px;
}

input.enq, textarea.enq  {
	width: 153px;
}

