a:link{
	text-decoration: none;
	color: #000000;
}
a:visited{
	text-decoration: none;
	color: #000000;
}
a:hover{
	text-decoration: underline;
	color: #000000;
}
a:active{
	text-decoration: none;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #EDEDEC;
}
#logo {
float:left;
margin: 25px 0 0 34px;
display:inline;
}
#banner{
float:right;
margin: 15px 10px;
display:inline;
}
/*MENU STYLES */
#menu {
	top: 108px;
	left: 34px;
	height: 80%;
	position: absolute;
	background-color: #fff;
	margin:0;
	padding:0;
	display:inline;
	
}

#menu ul{
		margin:0;
		padding:6px 0 0 0 ;
		background: url("images/crnr_tp.gif") no-repeat top right;
}
#menu ul li {
	background: url("images/menu_grad.gif") repeat-x bottom;
	list-style-type: none;
	border-bottom: 1px solid #000;
	font-size: 12px;
	width:100px;
	height: 25px;
	padding: 2px 0 3px 3px;
	font-weight: bold;
	border-right: 1px solid #000;

}
#menu ul li a{
	color: #000000;
	width:100px;
}
#menu ul li a:hover{
	color: #999;
	text-decoration: none;
}
/* Style for the top div to get the rounded corners at the top*/
#top{
	background-image: url("images/top.gif");
	background-position: left top;
	background-repeat: no-repeat;
	top:20px;
	left:20px;
	width: 698px;
	position:absolute;
	z-index:99;
}
/* Stlye for white content box*/
#content{
top:20px;
left:20px;
height:700px;
position:absolute;
background-color:#fff;
border: 1px solid #000;
border-top:none;
width: 696px; /* for ie5/win*/
  voice-family: "\"}\""; /* box model hack*/
  voice-family:inherit;
  width:698px;
}
html>body #content { /*be knid to opera 5 */
 width:696px;
}
/*General text styling */
h1 {
	color: #0099CC;
	font-size: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
p {
	padding: 0 0 0 30px;
	
}
/* positoning of copy text*/
#main{
	position: absolute;
	top: 108px;
	left: 163px;
	border-top: 1px solid #000;
	padding-top: 5px;
	margin-right: 15px;
}

#sidebar {
	top: 108px;
	width: 150px;
	height: 450px;
	float: right;
	border-left: 1px solid #000;
}

#quote{
 margin: 5px 10px 0 5px;
 padding: 20px 0 0 15px;
 background: url("images/quote.gif") no-repeat top left;	
}
#author{
	margin: 5px 10px 0 0;
	float:right;
	font-weight: bold;
}
#sidebar img {
	border: 1px solid #000;
	margin-top: 5px;
	display: block;
	margin-left: 15px;
}
/* styling for table on home page*/
table{
border-spacing: 8px;
}
td_old{
	margin:10px;
	padding:5px;
	width: 180px;
	height: 140px;
	border: 1px solid #000;
	vertical-align: top;
}
td h2{
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #fff; 
	display: block;

}
td p {
	font-size: 12px;
	padding: 0px;


}
td#dev {
background-color: #B7DAE8;
}
td#prod {
background-color: #BADCAD;
}
td#webdes {
background-color: #E0C5C5;
}
td#part {
background-color: #FFCC99;
}
/* Styling for nav bar breadcrumbs*/
#crumbs {
	font-size: 0.7em;
	color: #FFFFFF;
	display: inline;
}
#crumbs a {
	color: #FFFFFF;
	display: inline;
}
/* styling for the next and previous hyperlinks for each section*/
#next {
	font-size: 1.2em;
	color:#0099CC;
	float:right;
	display:inline;
	margin: 10px;

}
#next a{
	font-size: 1.2em;
	color:#0099CC;

}
/* footer styling*/
#footer{
 position:absolute;
 font-size:0.8em;
 left:10px;
 bottom: 10px;
}