/* CSS Document */
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}

.clear {
	clear: both;
}

.container {
}

.mainlayer  {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	position: relative;
	width: 800px;
	margin: auto;
	text-align:left;
}
.rbtop      { background: url(images/maintop2.jpg) no-repeat top right; }

.footer {
	width: 100%;
	text-align:center;
	float:left;
}

.border {
	border: thin solid #000000;
}

 /* height and width details */
.rbtop, .rbbot {
	width: 800px;
	font-size: 1px;
}

.rbbot {
	height: 18px;
}

.rbtop {
	height: 240px;
}

.leftbar {
	float: left;
}

.navbar {
	position: absolute;
	top: 180px;
	left: 100px;
	width: 400px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}

.quickbar {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 400px;
}

 /* set background images for corners */
.leftbox {
	background-color: #FFFFFF;
	width: 200px;
	margin: 5px 0px 5px 8px;
	display: block;
}
.lbtop div  { background: url(images/leftul.gif) no-repeat top left; }
.lbtop      { background: url(images/leftur.gif) no-repeat top right; }
.lbbot div  { background: url(images/leftbl.gif) no-repeat bottom left; }
.lbbot      { background: url(images/leftbr.gif) no-repeat bottom right; }

 /* height and width details */
.lbtop div, .lbtop {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.lbbot div, .lbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.contentbox {
	background-color: #FFFFFF;
	width: 570px;
	float: right;
	margin: 5px 8px 5px 0px;
}

.cbtop div  { background: url(images/leftul.gif) no-repeat top left; }
.cbtop      { background: url(images/leftur.gif) no-repeat top right; }
.cbbot div  { background: url(images/leftbl.gif) no-repeat bottom left; }
.cbbot      { background: url(images/leftbr.gif) no-repeat bottom right; }

 /* height and width details */
.cbtop div, .cbtop, .cbbot div, .cbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}

.cbcontent  { margin: 0 14px; }

.cbcontent td {
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;	
}

.cbcontent table {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;	
}

.cbcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	display:block;
	color: #000066;
	padding:1px 4px 1px 4px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-style: italic;
	}
	
.cbcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

.lbcontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	display:block;
	color: #000066;
	width: 179px;
	padding:1px 4px 1px 15px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	border:1px solid #ffffff;
	background-color:#FFFFFF;
	background-image: url(images/bullet_b.gif);
	background-repeat: no-repeat;
	background-position: left center;	/* */
}
.lbcontent a:hover {
	/*/*/
	border:1px solid #aaaaaa;
	background-color:#eeeeee;
	color:#3399FF;
	text-decoration: none;
	/* */
	}

.lbcontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	display:block;
	color: #000066;
	padding:1px 4px 1px 4px;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-style: italic;
	}

.lbcontent p {
	padding-right: 5px;
	padding-left: 5px;	
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #3399FF;
	text-decoration: underline;
}
