/* PAGE LAYOUT ---------------------------------------------------------- */


body{
	background: #E6E6E6;
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	text-align: center;
	color: #6A6A6A;/*#7A7A7A;*/
}
        
#wrapper{
	background: url("../images/bg_dark.gif") repeat-y;
	margin: 0 auto;
	width: 768px;
	text-align: left;
}

#banner{
	background: url("../images/banner.gif") no-repeat top left;
	height: 70px;
	margin: 0px;
	padding: 0px;
}

#wrapper2{
	width: 745px;
	position: relative;
	margin: 0 auto;
}

#page{
	margin-left: 115px;
	margin-bottom: 10px;
	position: relative;
	width: 620px;
}

#header{
 	border: 1px solid #CDCDCD;
	width: 620px;
	height: 121px;
	margin: 0px;
}

#sidebar{
 	font-size: 10pt;
 	width: 150px;
 	position: relative;
 	float: right;
 	margin-top: 19px;
	xposition: absolute;
	xtop: 140px;
	xright: 0px;
}

#sidebarBox{
	border: 1px solid #BEBEBE;
}

#sidebarHeader{
	padding: 4px;
	font-weight: bold;
}

#content{
	xbackground: yellow;
	font-size: 10pt;
	xmin-height: 300px;
	width: 460px;
	margin-top: 19px;
	xmargin-bottom: 15px;
	text-align: justify;
}

#content100{
	xbackground: yellow;
	font-size: 10pt;
	min-height: 300px;
	margin-top: 19px;
	margin-bottom: 25px;
	text-align: justify;
}

#content100Left{
	font-size: 10pt;
	min-height: 300px;
	margin-top: 19px;
	margin-bottom: 25px;
	text-align: left;
}

#footer{
	background: url("../images/footer.gif") no-repeat top left;
	border: 0px solid transparent;
	clear: both;
	font-size: 8pt;
	height: 34px;
	position: relative;
}

#footer #copy{
	position: absolute;
	top: 7px;
	left: 9px;
}

#footerLinks{
	position: absolute;
	top: 7px;
	right: 9px;
}




/* NAVIGATION ----------------------------------------------------------- */

#nav{
	xbackground: gray;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 115px;
}

#nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav a{
 	xbackground: url('../images/button flat.gif') no-repeat top center;
 	background: #FBFBFB;
 	border: 1px solid #D0D0D0;
 	color: #6A6A6A; /*#8D8D8D;*/
 	display: block;
	font-weight: bold;
	font-size: 10pt;
	min-height: 20px;
	margin-bottom: 1px;
	width: 106px;
	text-decoration: none;
}

/* keeps top from moving the whole menu on rollover*/
#nav #home:hover{
	margin-top: 0px;
}

#nav a:hover{
	color: #49689F;
	margin-left: 3px;
	margin-top:1px;
}

#nav img{
	margin-top: 2px;
	margin-left: 2px;
}

#login a{
	background: none;
	border: none;
	font-size: 8pt;
	margin-top: 10px;
	text-decoration: underline;
}

#login a:hover{
	background: none;
	font-size: 8pt;
	margin-top: 10px;
	margin-left: 0px;
	text-decoration: underline;
}




/* CUSTOM HEADERS ------------------------------------------------------- */

#ch1{
	font-size: 160%;
	font-weight: bold;
}

#ch2{
	font-size: 140%;
	font-weight: bold;
}

#ch3{
	font-size: 120%;
	font-weight: bold;
}

#ch4{
	font-weight: bold;
}





/* IMAGE PREVIEWER -------------------------------------------------------- */





/* MISCELLANEOUS -------------------------------------------------------- */

p{
	margin-top: 15px;
}

a{
	color: #4969A0;
}

ul{
	xmargin: 0px;
}

img{
	border: none;
	margin-bottom: -1px;
}

#notation{
	font-size: 70%;
}

#list{
	xlist-style-image: url('../images/icons/mini/bullet_bw.gif');
	list-style-image: url('../images/arrow blue.png');
}

#list li{
	margin-top: 4px;
}

#list li ul li{
	list-style: circle;
}

#listChild{
	list-style-image: none;
}

#listChild li{
	margin-top: 4px;
}

#links{
	list-style-image: url('../images/icons/mini/arrow_r.gif');
}

#links li{
	margin: 5px 0px 2px -18px;
}

#links #overview{
	list-style-image: url('../images/icons/mini/pages.gif');
}

#standardsIcon{
 	border: 1px solid #C0C0C0;
	padding-top: 1px;
	padding-bottom: 1px;
	xmargin-bottom: 15px;
	position: absolute;
	top: 198px;
	left: 0px;
}

#clear{
	clear: both;
	height: 1px;
}

#spacer{
	clear: both;
	height: 11px;
}

#tabInfo{
	width: 100%;
}

#tabInfo #tabLink1, #tabInfo #tabLink2{
 	height: 30px;
	width: 50%;
}

#tabInfo #content{
 	height: 100px;
	width: 100%;
}

#tabLink1{
	cursor: hand;
}

#tabLink1 input, #tabLink2 input {
 	cursor: hand;
	height: 26px;
	width: 225px;
	text-align: center;
}

#tabContent{
	border: 1px solid black;
	padding: 3px;
}

#shade{
	background: #F3F3F3;
	margin: 4px;
	padding: 3px;
}

.screens{
	border: 1px solid gray;
	border-width: 1px 0px 1px 0px;
	padding: 10px;
	text-align: center;
}

.screens ul{
	margin: 0px 0px 0px -35px;
}

.screens ul li{
	display: inline;
	list-style-type: none;
	margin: 20px;
}

.screens ul li img{
	border: 1px solid #BEBEBE;
	padding: 5px;
}
