body,td,p,li {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body.bg {
	background : #bdd0d9;
}
.fadebg {
background : url("/graphics/bg.gif") repeat-x #224b5f;
	
}
#content {
	background: URL("/graphics/grad900.png") repeat-y; /* page bg with fade */
	_background: URL("/graphics/grad900.gif") repeat-y; /* page bg used in IE6 */
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	padding: 0 15px;
	width:900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
a {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a.imedia {
	color: #98aeb9;
	text-decoration: underline;
}
a.imedia:hover {
	color: #97c7df;
	text-decoration: underline;
}
a.catalog {
	color: #7DAA9F;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
a.catalog:hover {
	color: #3362CD;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
}
td.catalog {
	color: #7DAA9F;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a.botlinks {
	color: #d2eca3;
	text-decoration: none;
	padding: 18px;
	font-size: 11px;
	font-weight: bold;	
}
a.botlinks:hover {
	color: #ffffff;
	text-decoration: none;
	padding: 18px;
	font-size: 11px;
	font-weight: bold;	
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 auto 0 auto;
padding: 0;
width:720px;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
line-height:14px;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
color: #98aeb9;
padding: 0 20px 0 20px;
font-size:10px;
text-decoration: none;
border-left:1px solid #98aeb9;
}

#underlinemenu ul li a:hover{
color: #fff;
}