body {
	color : #000000;
	font-family : verdana;
	background-image: url(images/background4.gif);
}

a
{
	color: #e9ae37;
	font-weight: bold;
	text-decoration: none;
}

a:hover { color: #e9ae37; text-decoration: underline;}
a.over { color: #e9ae37; text-decoration: underline;}

#logo
{
	height: 106px;
	width: 860px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#topmsg
{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

#content
{
	width: 860px;
	background-color: #ffffff;
}

#content_text
{
	font-size: 11px;
	display: inline;
}

#content_fine_small
{
	font-size: 9px;
	font-style: italic;
}

#content_fine_normal
{
	font-size: 11px;
	font-style: italic;
}

#content_titles
{
	font-size: 16px;
	font-weight: bold;
	color: #d9a233;
	text-decoration: none;
}

#content_bold
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: inline	;
}

#content_highlight
{
	color: #e9ae37;
	font: bold;
	font-size: 12px;
	display: inline;
}

#content_italic
{
	display: inline;
	font-weight: bold;
	font-style: italic;
}

/* My Comment */

#feature_title:hover feature_text { display: block; }
#feature_title:over feature_text { display: block; }


#download_bar
{
	padding-left: 10px;
	background-color: #eaeaff;
	width: 98%;
	vertical-align: middle;
	border: 1px solid #000000;
}

#download_size
{
	color: red;
	display: inline;
}

#side_link
{
	font-size: 10px;
	background-color: #7872ff;
	color: #ffffff;
	width: 100px;
	text-align: center;
}

#side_text
{
	font-size: 10px;
	text-align: center;
	font-style: bold;
}

#footer
{
	background-color: #0078ff;
	width: 860px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	height: 17px;
	padding-top: 5px;
}

#navbar {
	background-color: #ffffff;	
	width: 860px;
	height: 22px;
	padding-top: 10px;
}


#navbar ul {
	list-style-type: none;	
	padding: 0px;
	margin: 0px;
	width: 856px;
}
	
#navbar li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#navbar a{
	display: block;
	float: left;
	font-size:13px;
	font-weight: normal;
	text-decoration: none;
	background: #ffffff url(images/menu_off.gif) no-repeat;
	height:22px;
	width:107px;
	color: #0c6bff;
	padding-top: 4px;
}


#navbar ul li:hover ul { display: block; }
#navbar ul li.over ul { display: block; }

/* FIX FOR IE6 */
* html ul ul li { float: left; height: 1%; }
* html ul ul li a { height: 1%; }
/* FIX */

#navbar ul li a:hover {
	background: #ffffff url(images/menu_on.gif) no-repeat;
	color: #ffffff;
	font-weight: bold;
}	
