* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFBFB;
	padding: 0px 10px 0px 0px;
}
p {
	font-size: 12px;
	line-height: 1.8;
	margin: 8px 0px;
	padding: 0;
}
a {
	color: #005596;
}
h1, h2, h3, h4 {
	line-height: 1.3;
	font-weight: normal;
	color: #005596;
	padding: 4px 0px;
	margin: 0;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
.smallText, .smlText {
	font-size: 10px;
}
.liftOut {
	font-size: 12px;
	color: #005596;
	background-color: #FFFFFF;
	margin: 8px 16px;
	padding: 10px 16px;
	border: 1px solid #CCCCCC;
	display: block;
}
a.textButton, .textButton a {
	font-size: 14px;
	margin: 2px;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #005596;
	padding: 2px 10px;
	text-decoration: none;
	border-top: 1px solid #B9E1FF;
	border-right: 1px solid #001728;
	border-bottom: 1px solid #001728;
	border-left: 1px solid #B9E1FF;
}
a.textButton:hover, .textButton a:hover {
	background-color: #CBA400;
	border-top: 1px solid #FFEC9F;
	border-right: 1px solid #735B00;
	border-bottom: 1px solid #735B00;
	border-left: 1px solid #FFEC9F;
}
/* ul, ol, li are the commands for bullets. Make sure the bullets have a linked graphic. */
ul, ol {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
	color: #005596;
}
ul li {
	background-image: url(images/nav/bullet_gold.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	list-style-type: none;
	padding-left: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
}
ol li {
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}
/* id Styles */
#nav {
	padding-left: 10px;
	border-right: 1px solid #005596;
}
#content {
	padding-left: 16px;
}
/* Floats */
.floatLeft {
	margin: 6px 12px 6px 0px;
	clear: left;
	float: left;
}
.floatRight {
	margin: 6px 0px 6px 12px;
	clear: right;
	float: right;
}
.clearFloat {
	clear: both;
}
/* Background colour schemes */
.bgBlue {
	background-color: #005596;
}
.bgGold {
	background-color: #CBA400;
}
/* Round corners... */
.hilite { 
	width: 200px;
}
.hiliteTop div {
	background-image: url(images/nav/corner01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.hiliteTop {
	background-image: url(images/nav/corner02.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.hiliteBase div {
	background-image: url(images/nav/corner03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.hiliteBase {
	background-image: url(images/nav/corner04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.hiliteTop div, .hiliteTop, .hiliteBase div, .hiliteBase {
	width: 100%;
	height: 4px;
	font-size: 1px;
}
.hiliteTop {
	height: 15px;
}
.hiliteTop div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	font-weight: bold;
}
.hiliteContent {
	margin: 0px 1px 4px 1px;
	padding: 4px 8px;
	background-color: #FFFFFF;
}
.hiliteContent p {
	font-size: 11px;
	line-height: 1.6;
	margin: 3px 0px;
	padding: 0;
}
.hiliteContent a {
	text-decoration: none;
}
.hiliteContent a:hover {
	text-decoration: underline;
}
.hiliteContent ul, .hiliteContent ol {
	font-size: 11px;
	line-height: 1.3;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding: 0px;
	color: #005596;
}
.hiliteContent ul li {
	background-image: url(images/nav/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	padding-left: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.hiliteContent ol li {
	margin-left: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.caption {
	font-size: 10px;
	line-height: 1.2;
	margin: 4px 10px 0px 10px;
	padding: 0px;
	color: #FFFFFF;	
}
.hiliteNone {
	background-color: #FFFBFB;
	height: auto;
}
.hiliteNone p {
	font-size: 11px;
	line-height: 1.6;
	margin: 3px 0px;
	padding: 0;
}
/* Popup Styles */
.popBody {
	background-color: #204080;
	padding: 20px;	
}
#popContent {
	background-color: #FFFBFB;
	padding: 0px 20px;
	background-image: url(images/nav/popup_watermark.gif);
	background-repeat: no-repeat;
	background-position: 230px 100px;
}
/* Dropdown Styles */
.menuImg {
	display: block;
}
.menuWrapper {
	position: absolute;
	visibility: hidden;
	width: 212px;
	display: block;
	border-top: 1px solid #005596;
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	padding-bottom: 1px;
}
.menuItem, .menuItemOn   {
	cursor:pointer;
	font-size:11px;
	padding-left:10px;
	color:#005596;
	text-decoration:none;
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	width:200px;
	height:18px;
	display:block;
	line-height:1.6;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}
.menuItemOn  {
	color: #FFFFFF;
	background-color: #CBA400;
	text-decoration: underline;
}
.top-menuWrapper {
	position: absolute;
	visibility: hidden;
	width: 212px;
	display: block;
	border-left: 1px solid #005596;
	border-right: 1px solid #005596;
	border-bottom: 1px solid #005596;
	padding-bottom: 1px;
}
.top-menuItem, .top-menuItemOn   {
	cursor:pointer;
	font-size:11px;
	padding-left:10px;
	color:#005596;
	text-decoration:none;
	background-color:#FFFFFF;
	position:absolute;
	left:0px;
	width:200px;
	height:18px;
	display:block;
	line-height:1.6;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
}
.top-menuItemOn  {
	color: #FFFFFF;
	background-color: #CBA400;
	text-decoration: underline;
}
/* Form Styles */
.tableHeader {
	background-color: #CCCCCC;
}
.odd {
	background-color: #EEEEEE;
}
.even {
	background-color: #F4F4F4;
}
.tableHeader td {
	border-top: 2px solid #999999;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom:2px;
}
.odd td, .even td {
	border-top: 1px solid #999999;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom:1px;
}
.tdLeftCol {
	padding-left: 10px;
}
.tableHeader p, .odd p, .even p {
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
}
.odd p.smallText, .even p.smallText {
	color: #888888;
}
.hidden p {
	color: #3399CC;
}
#headLeft {
	background-image: url(images/nav/top_left.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 50px 10px 20px 20px;
	height: 45px;
	width: 90px;
	float: left;
}
#headLeft h3 {
	line-height: 1.2;
	color: #FFFFFF;
	text-align: left;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	display: block;
}
#footer p {
	font-size: 10px;
	line-height: 1.3;
	color: #EDDC93;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #F7F3E0;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.editDetail {
	color: #999999;
	margin: 0px;
	text-align: right;
	padding: 0px 0px 0px 50%;
	clear: both;
	border-bottom: 1px dashed #999999;
}
.editDetail p {
	background-color: #EEEEEE;
	font-size: 10px;
	line-height: 1.2;
	color: #999999;
	margin: 0px;
	padding: 0px 10px;
}
.editDetail a {
	color: #999999;
	text-decoration: none;
}
#ratingBox {
	margin: 10px 0px 0px;
	padding: 5px 10px;
	border: 1px solid #E5D280;
}
#ratingBox td {
	padding: 0px 10px 0px 0px;
}
#ratingBox h3, #ratingBox p {
	margin: 0px;
	padding: 0px;
}
