body {
	background-color:#202020;
	overflow:scroll;
}
#nav {
margin: 0;
padding: 0;
background: #091C5A;
list-style-type: none;
width: 920px;
float: left; /* Contain floated list items */
}
#nav li {
list-style:none;
margin: 0;
padding: 0;
float: left;
}
#nav a {
float: left;
/*width: 129px;*/
padding-left:25px;
padding-right:25px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
color: #CCC;
text-decoration: none;
line-height: 1.6;
text-align: center;
border-right: 1px solid #333;
}
#nav #nav_home a {
margin-left: 60px;
}
#nav #nav_news a {
border: none;
}
#nav a:hover {
background: #091C5A;
color:#FFF;
}
#body_home #nav_home a, #body_prod #nav_prod a,
#body_syst #nav_syst a,#body_apps #nav_apps a,
#body_cont #nav_cont a,
#body_link #nav_link a, #body_news #nav_news a {
background: #000;
color: #666;

}
#news {
  background-color:#0000CC;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color:#c8c8c8;
  font-size: 20px;
  font-weight: 400;
  margin: 0 5px 5px 0;
  text-decoration: none;  
}
#breadcrumbs {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#999;
}
a.breadcrumb:link {
	color:#091C5A;
	text-decoration: none;
}
a.breadcrumb:visited {
    color:#808080;
    text-decoration: none;
}
a.breadcrumb:hover {
    color:#091C5A;
    text-decoration: underline;
	}
h1{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#091C5A;
	font-size:36px;
	font-weight: bold;
	margin:0 5px 10px 0;
	font-variant: normal;
}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#091C5A;
	font-size: 24px;
	font-weight: 400;
	margin: 0 5px 5px 0;
}
h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 200;
	margin: 0 5px 5px 0;
	font-style: italic;
}
p {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#091C5A;
}
p.body-text {
	font-family: Garamond;
	font-size:18px;
	line-height:27px;
	margin:18px 5px 0 18px;
	text-indent:20pt;
}
ul{
	font-family: Garamond;
	font-size:18px;
	color:#091C5A;
	list-style-image: url(images/roundbluesm.gif);
}
a.product:link {
    color:#091C5A;
    text-decoration: none;
}
a.product:visited {
    color:#808080;
    text-decoration: none;
}
a.product:hover {
    color:#091C5A;
    text-decoration: underline;
	}
a.brochure:link {
    color:#091C5A;
    text-decoration: none;
}
a.brochure:visited {
    color:#808080;
    text-decoration: none;
}
a.brochure:hover {
    color:#091C5A;
    text-decoration: underline;
	}
table.product {
	
}
tr.product {
	vertical-align:top;
}
td.product_desc {
	vertical-align:top;
	padding-bottom: 10px;
	padding-top: 10px;
}
td.product_pic {
	vertical-align:middle;
}
td.prod_feature {
	background-color:#CCC;
	border-bottom-color:#888;
	border-right-color:#CCC;
	border-top-color:#EEE;
	border-left-color:#EEE;
	border-bottom-style:solid;
	border-right-style:ridge;
	border-top-style:groove;
	border-left-style:groove;
	border-bottom-width:3px;
	border-right-width:2px;
	border-top-width:2px;
	border-left-width:2px;
}


