/* global */
html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;	
}
div,p{
	margin:0;
	padding:0;
}


h1 {
	font-family: arial, sans-serif;
	letter-spacing: .1em;
}

h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 100%;
}

img {
	border: 0px;
}

a {
	outline: none;
}

.h10 { height:10px; }

/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px;
}

.right {
	float: right;
	padding: 0px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.clear {
	clear: both;
}

.w50p{
	width:49%;
	margin: 0;
	padding: 0;
}

.f10{
	font-size: 10px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content {
	margin-left: auto;
	margin-right: auto;
}


/* links above the logo / footer */
#links, #footer {
	width: 962px;
	height: 33px;
}

#links {
	text-align: right;
}

#footer {
	text-align: center;
	background-color: #488196;
	padding-top: 10px;
	height: 23px;
}

#links a,#footer a {
	text-decoration: none;
}

#links a:hover,#footer a:hover {
	text-decoration: underline;
}

/* logo */
#logo {
	width: 962px;
	height: 95px;
}

#logo h1 {
	margin: 0px;
	display: none;
}

#search{
	width: 962px;
	height: 85px;
}

/* main content */
#content {
	width: 962px;
	height: auto;
	min-height: 550px;
	padding: 0px;
	overflow: hidden;
}

/* column 1 - contains sidebar items */

#left_center{
	margin:0;
	padding:0;
	width:764px;
	float:left;
}

#lrow {
	width: 197px;
	float: left;
}

#crow{
	width: 536px;
	float: right;
	margin-right:16px;
	border:1px solid white;
}

#crow a {
	color:#004555;
	font-weight:bold;
	text-decoration:underline;
} 

#crow a:hover {
	color:#43a4e6;
	font-weight:bold;
	text-decoration:overline;
}

#rrow{
	width:197px;
	float: left;
}

#debug {
	display:none;
	width:80%;
	margin:10px auto;
	padding:10px;
	border: 1px dotted red;
	color: red;
	font-size:12px;
	font-weight:bold;
}

.col50L{
	width:49%;
	float:left;
}

.col50R{
	width:49%;
	float:right;
}

.error{
	color:red;
	font-weight:bold;
}

dt{
	margin-top:10px;
}