body {
	margin: 0px;
	xbackground-color: #ffffff;
	background-color: #ffffff;	
}
#header {
	height: 107px; background-color: #ffffff; overflow: hidden;
}
#menu {
	width: 121px;
	float: left;
	background: #1d3e81 url(../images/menu/bg.jpg) no-repeat top;
}
#menu div.item {
	border-top: 1px solid #fff;
	padding: 8px 0px 0px 0px;
	cursor: pointer;
}
#menu div.hi {
	background: #6d047f url(../images/layout/gradient_purple.jpg) repeat-x top;
}

#menu div.item div.star {
	width: 13px; float: left;
	padding-left: 6px;
}
#menu div.item div.star img {
	behavior: url(pngbehavior.htc);
}
#menu div.item div.content {
	width: 100px; float: left;
	padding-left: 2px;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 0.85em;
	overflow: hidden;
	font-style:italic;
	font-weight: bold;
}
#menu div.item div.content a {
	text-decoration: none;
	color: #fff;
}
#menu div.item div.floatfix {
	xheight: 5px;
	line-height: 5px;
	clear: left;
}
#menu div.submenu {
	border-top: 1px solid #fff; position: absolute; left: 121px;
}
#menu div.submenu div.item {
	border-width: 0px 1px 1px 1px; border-style: solid; border-color: #fff; padding: 5px; background: #fff url(../images/layout/gradient_blue.jpg) repeat-x top; font-family:Arial, Helvetica, sans-serif; font-size: 0.7em; color: #fff;
}
#menu div.submenu div.hi {
	background: #fff url(../images/layout/gradient_purple_small.jpg) repeat-x top;
}

#menu div.submenu div.item a {
	text-decoration: none;
	color: #fff;
}
#wrapper {
	background: #ffffff repeat-x top;
}

#subwrapper {
	background-color: #ffffff;
	width: 780px;
	width: 760px;
}

#subwrapper.long {
	background-color: #ffffff;	
}

#content {
	width: 559px; float: left; background: #ffffff repeat-x top;
	padding: 30px 40px 30px 40px;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 1.1em;
}
#content h2 span.large {
	font-size: 1.4em;
}
#content p {
	font-family: "Times New Roman", Times, serif;
	xcolor: #000000;
	color: #000000;
	font-size: 0.9em;
}
#content p a {
	color: #594900;
}
#content p a:hover {
	text-decoration: none;
}
#footer {
	clear: both;
	margin-left: 140px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.8em;	
	background-color: #f00;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
}
#tc {
	float: left; margin-right: 40px;
}
#pp {
	float: left;
}

/* IE .png stuff: */
img.png {
	behavior: url(pngbehavior.htc);
}