body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin : 0; padding : 0; 
}

h1,h2,h3,h4,h5,h6 
{
	font-size : 100%; 
}

ol,ul
{
	list-style : none;
}


address, caption, cite, code, dfn, em, strong, th, var
{
	font-style : normal; font-weight : normal;
}

table
{
	border-collapse : collapse; border-spacing : 0; 
}

fieldset,img 
{
	border : 0;
}

caption,th 
{ 
	text-align : left; 
}

q:before, q:after 
{
	content :''; 
}

a
{
	/*outline: none;*/
}

body 
{ 
	background-color:#FFFFFF; 
	
	font-family: Arial;
	 
	
	color: #555555;
	
	text-align: center; /*IE5.5*/
}

div#frame
{
	width: 60em;
	
	margin-right:auto;
	margin-left:auto;
	
	text-align: left; /*IE5.5*/
}

div#header
{
	margin-top: 1em;
	height: 6.5em;
	
	position: relative;
	
	border-bottom: 1px solid #e1e1e1;
}

div#logo
{
	position: absolute;
	left: 7px;
	top: 7px;
}

div#menu
{
	position: absolute;
	right: 0em;
	color: rgb(85, 85, 85);
}

div.menu_item
{
	font-size: 1.1em;

	float: left;
	
	border-left: 1px solid #e8e8e8;
	
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	
	margin-left: 1.3em;
	
	width: 6.2em;
	height: 4.8em;
}

div.menu_item_search
{
	font-size: 1.1em;

	float: left;

	
	padding-left: 1em;
	padding-top: 3.8em;
	padding-bottom: 0.3em;
	
	margin-left: 1em;
	
	width: 8em;
	height: 2.8em;
}

input#find_string
{
	width: 4em;
	
}

div.menu_item a
{
	text-decoration: none;
	color: #777777;
}

div.menu_item a:hover
{
	text-decoration: underline;
	
}

div.menu_item h2
{
	color: rgb(85, 85, 85);
	margin-bottom: 0.5em;
	
	
	
	font-weight: normal;
}

div.menu_item li
{
	line-height: 1.7em;
	font-size: 0.7em;
	
	font-weight: normal;

}

div#content
{
	margin-top: 1em;
	margin-bottom: 1em;
	overflow: hidden;
}



div#footer-nav
{
	clear: left; /*ie6.0*/
	border-top: 1px solid #e1e1e1;
	font-size: 0.7em;
	padding-top: 0.3em;
}

div#footer-nav a
{
	color: #555555;
}


p#footer-nav-menu
{
	float: left;
}

p#footer-nav-linktop
{
	float: right;
}

div#footer-bottom
{
	clear: left;
	
	margin-top: 1.6em;
	
	font-size: 0.7em;
}

