/*

Cascading Style Sheet (CSS) for New Zealand Contract Bridge Association (NZCBA)
Designed and implemented by http://yourwebsite.co.nz - a division of Zenith Internet Consultancy

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #CED8C0;
	margin: 0 auto;
	padding: 0;
}
h5 { 
	color: #060;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#container {
	text-align: left;
	width: 778px;
	margin: 0 auto;
	padding: 0;
}
#rap {
	margin: auto 0;
	padding: 0;
	width: 778px;
	background: white url("/css/rap.gif") top left repeat-y;
}
#header {
	padding: 0;
	margin: 0;
	height: 105px;
	font-size: 12px;
	color: Black;
	text-align: left;
	background-color: inherit;
	vertical-align: bottom;
}
#rightNav {
	margin-top: 10px;
	font-variant: small-caps;
	float: right;
}
#rightNav ul {
	margin: 0;
	padding: 0;
	border: none;
}
#rightNav ul li {
	margin: 4px 0 0 0;
	padding-left: 14px;
	border: none;
	list-style: none;
	background-image: url("/css/list.gif");
	background-position: left;
	background-repeat: no-repeat;
}
#rightNav ul li a {
	text-decoration: none;
	color: #B22222;
}
#rightNav ul li a:hover {
	text-decoration: underline;
	color: Black;
}
#banner {
	padding: 0;
	margin-bottom: 0;
	height: 33px;
	background-color: #727E4C;
	background-image: url("/css/navigation.jpg");
	background-repeat: no-repeat;
}
#subnav {
	padding: 0;
	margin-bottom: 0;
	height: 24px;
	background-color: #EFF8EA;
}
#navigation {
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
}
#navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}
#navigation ul li {
	margin-left: 0;
	padding-right: 0px;
	border: none;
	list-style: none;
	display: inline;
}
#navigation ul li a:link, 
#navigation ul li a:visited {
	text-decoration: none;
	padding: 10px 10px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	font-variant: small-caps;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#navigation ul li a:hover {
	text-decoration: none;
	color: #FFF400;
	background-image: url("/css/arrow.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#navigation ul li a:active {
	text-decoration: none;
	color: #FFF400;
	background-image: url("/css/arrow.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	padding: 5px 10px;
	margin-left: 203px;
}
#sidebar-a {
	float: left;
	width: 193px;
	margin: 0;
	margin-right: 0;
	padding: 7px;
}
.leftNavigation {
	width: 179px;
	border: none;
	padding: 5px;
	font-size: 12px;
	color: Black;
}
.leftNavigation ul {
	margin-left: 0;
	padding-top: 5px;
	padding-left: 0;
	border: none;
}
.leftNavigation ul li {
	padding-bottom: 8px;
	padding-left: 14px;
	border: none;
	list-style: none;
	background-image: url("/css/list.gif");
	background-position: 0px 2px;
	background-repeat:no-repeat;
}
.leftNavigation a,
.leftNavigation a:link,
.leftNavigation ul li a {
	color: #B22222;
	text-decoration: underline;
}
.leftNavigation a:visited,
.leftNavigation ul li a:visited {
	color: Gray;
}
.leftNavigation a:hover,
.leftNavigation ul li a:hover {
	color: Black;
	text-decoration: underline;
}
.headerNavigation {
	padding: 0;
	font-size: 12px;
	color: Black;
	font-weight: bold;
}
#footer {
	margin: 0 auto;
	font-size: 10px;
	height: 20px;
	background-image: url("bottom.gif");
	background-repeat: no-repeat;
}
#footer a {
	color: Black;
	font-size: 10px;
}	
.search {
	margin-top: 5px;
	border: 1px solid #EFF8EA;
	font-size: 11px;
	padding: 2px;
	color: Black;
}
.go {
	margin-top: 5px;
	border: 0;
	background-color: #FFF;
	font-size: 11px;
	padding: 2px;
	color: Black;
	font-weight: bold;
}
#contentMain {
	width: 550px;
	margin: auto;
	color: Black;
	font-size: 12px;
}
#contentMain p {
	padding-left: 20px;
	font-size: 12px;
	line-height: 19px;
	color: Black;
	font-weight: normal;
}
#contentMain ul,
#contentMain ol,
#contentMain li {
	font-size: 12px;
	line-height: 18px;
}
#contentMain > ul > li {
	list-style-type: square;
	margin-top: 5px;
}
#contentMain ul li ul li {
	list-style-type: square;
}
#contentMain a,
#contentMain a:link {
	color: #B22222;
}
#contentMain a:visited {
	color: Gray;
}
#contentMain a:hover,
#contentMain a:active {
	color: Black;
	background-color: #EFF8EA;
}
#credit, 
#credit a {
	text-align:center;
	font-size: 10px;
	line-height: 19px;
	color: #fff;
}
table, tr, td {
	font-size: 11px;
}
blockquote {
	font-size: 12px;
	font-style: italic;
	background-color: #EFF8EA;
	padding: 10px;
	margin-right: 0;
}