/* CSS Document */
body {
	text-align: center;
	min-width: 756px;
	margin: 6px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;

}
#layout {
	margin:0 auto;
	width:756px;
	text-align: left;
	overflow: hidden;
	background-image: url(../assets/logo_r1_c1_r2_c1.jpg);
	background-repeat: repeat-y;
}
#layout2 {
	margin:0 auto;
	width:756px;
	background-image: url(../assets/logo_r1_c1_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#layout div.navBar {
	position: relative;
	top: 0px;
	left: 10px;
	height: 20px;
	overflow: hidden;
}
.tab {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	display: block;
	height: 20px;
	width: 100px;
	min-width: 100px;
	text-align: center;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	float: left;
	vertical-align: bottom;
}
.tab a {
	text-decoration: none;
	color: #003366;
	position: relative;
	background-color: #6699FF;
	height: 20px;
	width: 100px;
	min-width: 100px;
	background-image: url(../assets/up.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	padding-top: 6px;
	font-weight: bold;
}
.tab a:hover {
	color: #0066FF;
	background-image: url(../assets/down.gif);
	background-repeat: repeat-y;
	font-weight: bold;
	display: block;
}
div.content{
	display: block;
	position: relative;
	left: 0px;
	text-align: left;
	font-size: 0.82em;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	color: #003366;
	padding-left: 25px;
	top: -10px;
}
div.content h1{
	font-size: 1em;
	font-weight: bold;
	clear: left;
	padding-top: 5px;
	padding-bottom: -8px;
	background-image: url(../assets/headingsmall.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}
div.content p {
	margin-left: 1em;
}
.currenTab {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	background-color: #003366;
	float: left;
}
.currenTab a {
	color: #FFFFFF;
	display: block;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	background-color: #666699;
	text-decoration: none;
	float: left;
	padding-top: 5px;
	background-image: url(../assets/selected.gif);
	font-weight: bold;


}
li {
	list-style-type: square;
	list-style-position: inside;
}
.access {
	float: right;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 2px;
	position: relative;
	top: 5px;
	background-image: url(access.gif);
	background-repeat: no-repeat;
	background-position: 12px 0px;
	width: 100px;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	text-decoration: none;
	color: #003366;
}
.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-decoration: none;
	color: #003366;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
	color: #003366;
}
div h1.header{
	background-image: url(../assets/heading1.gif) !important;
	background-repeat: no-repeat;
	padding-left: 5px;
	font-size: 1.2em !important;

}
.mini{
	font-size: 9px!important;
	position: absolute;
	top: 1px;
	left: 15px;
}
.access p {
	margin-top: 0em !important;
}
.btt {
	font-size: .85em;
}
.code {
	overflow: scroll;
	height: 140px;
	width: 90%;
	left: 5%;
	position: relative;
	border: thin groove #669999;
	padding-left: 5px;
	white-space: pre;
}
html, body {
	height: 100%;
	width: 100%;
}
.minicode {
	position: relative;
	width: 90%;
	left: 5%;
}
