/*	General Tag Styles
-------------------------*/
#page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#page a {
	color: #006699;
	text-decoration: none;
}
#page a:link {
	color: #006699;
	text-decoration: none;
}

#page a:visited {
	color: #006699;
	text-decoration: none;
}

#page a:hover {
	color: #006699;
	text-decoration: none;
}

#page a:active {
	color: #006699;
	text-decoration: none;
}

#page strong {
	font-weight: bold;
}

#page h1 {
	font-size: 24px;
	font-weight: bold;
}
#page h2 {
	font-size: 22px;
	font-weight: bold;
}
#page h3 {
	font-size: 20px;
	font-weight: bold;
}
#page h4 {
	font-size: 18px;
	font-weight: bold;
}
#page h5 {
	font-size: 16px;
	font-weight: bold;
}

#page li, th {
	cursor: pointer;
}

/*	Head Styles
-------------------------*/
#page .head .bottom {
	background: url(menu-bg.jpg) transparent repeat-x;
	height: 25px;
}

#page .head .bottom .top-menu {
	margin-left: 10px;
}

#page .head .bottom .top-menu li {
	display: inline;
	float: left;
	padding: 0 5px;
}

#page .head .bottom .top-menu li a {
	display: block;
	height: 25px;
	font-size: 14px;
	margin-top: 5px;
}

#page .head .bottom .top-menu li.selected {
	background: url(menu-active.jpg) transparent repeat-x;
}

#page .head .bottom .top-menu li.selected a {
	font-weight: bold;
	color: #4d4d4d;
}

/*	Body Styles
-------------------------*/
#page .body {
	clear: both;
	width: 837px;
	margin:auto;
}

#page .body .left {
	float: left;
	width: 613px;
}

#page .body .left .bottom .block {
	border-right: 1px solid #999;
	float: left;
	width: 182px;
	padding: 0 10px;
}

#page .body .left .bottom .block-last {
	border-right: 0;
}

#page .body .right {
	float: left;
	margin-left: 10px;
	width: 214px;
}

#page .body .right .block .top {
	background: url(header.jpg) no-repeat;
	height: 15px;
}
#page .body .right .block .content {
	border: 1px solid #E5E5E5;
	padding: 5px;
	background: #F8F8F8;
}

#page .body .right .block .content .byline{
	font-size: 10px;
}
#page .body .right .block .content h6{
	font-weight: bold;
	margin-bottom: 5px;
}

#page .body .api h1,
#page .body .api h2,
#page .body .api h3,
#page .body .api h4,
#page .body .api h5 {
	margin: 10px 0;
}

#page .body .api h1 {
	color: #99C;
}

#page .body .api h3 {
	border-top: 1px solid #666;
	padding-top: 10px;
	color: #060;
	margin-top: 50px;
	font-size: 16px;
}

#page .body .api td {
	padding: 5px;
	border-bottom: 1px solid #999;
}

#page .body .api h4 {
	font-size: 14px;
}

#page .body .api p {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
	background: #EFEFEF;
}

/* Munu
-------------------------------------*/
#menu {
	padding-left: 20px;
	border: 1px solid black;
}
#menu ul {
	margin-left: 20px;
}

.folder-open {
	display: block;
	padding-left: 20px;
	background: url(folder_open.gif) no-repeat;
}
.folder-close {
	display: block;
	padding-left: 20px;
	background: url(folder_close.gif) no-repeat;
}
.file {
	display: block;
	padding-left: 20px;
	background: url(icon_file.gif) no-repeat;
}

#crumbs {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

#crumbs .folder-open {
	display: inline;
	padding-left: 20px;
	background: url(folder_close.gif) no-repeat;
}
#crumbs .file {
	display: inline;
	padding-left: 20px;
	background: url(icon_file.gif) no-repeat;
}

/* Banner - Main Container
-------------------------------------*/
#home-banner {
	background: transparent url(banner-bg.gif) no-repeat scroll 0 0;
	margin: auto;
	width: 613px;
	height: 290px;
	padding: 10px 10px 0 10px;
}

/*	Foot Styles
-------------------------*/
#page .foot {
	padding-top: 20px;
	clear: both;
	text-align: center;
}