body,td{
	font-family: Arial,sans;
	font-size: 12px;
	margin:0px;
	padding: 0px;
}
body{
	background-color: #2B2B2B;
	text-align:center;
}

#wrapper{
	text-align:left;
	margin: 0px auto;
	width: 779px;
	background-color: #c2c2c2;
	background-image:url(../images/bg.gif)
}

#header{
	height: 80px;
	background-image: url('../images/gradient2.jpg');
	background-position:center;
}
#navbar{
	height: 26px;
	display:block;
	background-image:url(../images/nav_grey.gif);
	border:solid #FFF;
	border-width:1px 0px;
	xline-height:26px;
	width:779px;
	clear:both;
	text-align:center;
}

#leftcol{
	float: left;
	width: 219px;
	padding:0px;
	margin:0px;
}

#rightcol{
	margin: 0 0 0 219px;
	padding: 20px;
	background-color:#FFF;
	background-image:url(../images/bg_pattern.gif);
	background-repeat:no-repeat;
	position:relative;
	
}

#footer{
	width:779;
	color:#CCC;
	clear:both;
	text-align:center;
}

#footer div.top{
	line-height:26px;
	height: 26px;
	background-image:url(../images/nav_grey.gif);
}
#footer div.bottom, #footer div.bottom p {
	font-size: 10px;
	padding:5px;
	background-color: #2B2B2B;
	color:#666;
}

#footer a{
	color:#666;
	text-decoration:none;
	
}

#footer  a:hover{
	text-decoration:underline;	
}

/*--------Side Nav ----------*/
div.subnav{
	margin-top:10px;
	width:210px;
}
.subnav {
	background-image:url(../images/sidebar_bg.gif);
	
}
.subnav p{
	background-image:url(../images/sidebar_header.gif);
	height:20px;
	font-size: 14px;
	line-height:20px;
	font-weight:bold;
	color:#FFF;
	padding-top:7px;
	padding-left:15px;
	margin:0px;
	display:block;
	
}
.subnav ul{
	padding:0px;
	padding-left:0px;
	list-style:none;
	padding-top: 4px;
	color:#FFF;
	margin-left:10px;
	
}
.subnav ul li{
	display:block;
	color:#FFF;	
	margin:	4px;
	padding: 0px;

	margin-left:0px;
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position: top 2px;
	padding-left: 10px;
}
.subnav ul li:hover{
	background-image:url(../images/arrow2.gif);
	font-weight: bold;
	padding-left: 20px;
}
.subnav ul li a{
	text-decoration: none;
	color:#FFF;
	font-weight: normal;
}
.subnav ul li a:hover{
	text-decoration: underline;
}
div.subnav ul li ul {
	background-image: none;	
	margin: 0px
	
}
.subnav p.footer{
	background-image:url(../images/sidebar_footer.gif);
	height:15px;
	overflow:hidden;
	margin:0;
	padding:0;
}







#homeheader{
	position: relative;

}
#homeheader #navbar {
	position: absolute;
	top: 145px;	
}




#col1{
clear:both;
padding:8px;
}

p,h1,h2,h3 { margin:5px 0 10px 0; line-height:1.2em; }
h1{
font-size: 1.6em;
}
#rightcol a, #wrapper.notebook #leftcol a{
	text-decoration: none;
	color:#1D498D;
	font-weight: bold;
}
#rightcol a:hover, #wrapper.notebook #leftcol a:hover{
	text-decoration: underline;	
}
h1{
	border-bottom: 2px solid #1D498D;
}
h2{
font-size: 1.2em;
border-bottom: 2px dotted #999;
width: 75%;
}
h3{
font-size: 1.1em;
color:#333;
border-bottom: 1px solid #CCC;

}
	
.pending{
font-size: 2em;
font-weight: bold;
color:#C00;
}

.needsGraphic{
	font-size: 1.2em;
font-weight: bold;
color:#F60;
}

.needsLayout{
	font-size: 1.22em;
font-weight: bold;
color:#FF3;
}
.float_left{
float:left;	
}
.float_right{
float:right;	
}


.leftcol{
	padding:8px;	
}

blockquote{
	margin: 20px 10px;	
}

td {
padding:4px;	
}

.lgrey {
	background-color: #f4f4f4;
}

#decoder{
	margin:0px;
	padding: 0px;
	position:absolute;
	top: 0px;
	left:0px;
	height: 600px;
	width:560px;
	background-color:#00F;
	display:none;
	z-index:90;
	
}
 img {
     position: relative;
 }
 .highlights{
	font-size:14px;
	font-weight:bold;
	color:#1D498D;
 }
 


/**/