body {
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin : 0px;
	padding: 0px;
	background-color: #678fc2;
	padding-bottom: 20px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}

a:visited, a:active, a:link
{
	text-decoration: none;
	color: #735c35;
}

a:hover
{
	color: #d48c00;
	text-decoration: underline;
}

/* Masthead */
#masthead 
{
	margin-top: 8px;
	background: #ffffff;
	background-image: url('/images/header.jpg');
	width: 758px;
	height: 221px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation */
#nav
{
	background-color: #ffffff;
	padding: 0px 6px 0px 6px;
	width: 746px;
	height: 35px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#navbar
{
	padding-top: 1px;
	background: #666666 url('/images/nav-background.jpg') repeat-x;
	height: 35px;
}

#navbar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navbar li
{
	float: left;
	padding-left: 15px;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url('/images/nav-bul.gif');
	background-repeat: no-repeat;
	background-position: 4px 13px;
	padding-top: 7px;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navbar a:link, #navbar a:visited, #navbar a:active
{
	color: #ffffff;
	text-decoration: none;
}

#navbar a:hover
{
	text-decoration: underline;
}

/* Content */
#content
{
	padding: 15px 6px 6px 6px;
	background-color: #ffffff;
	width: 746px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#main {
	padding-right: 15px;
	width: 525px;
	overflow: hidden;
	padding-left: 15px;
	float: right;
}


#title
{
	position: relative;
	left: 63px;
	top: 76px;
	width: 151px;
	height: 74px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	/*border: solid 1px #ff0000;*/
}

#title a:link, #title a:visited, #title a:active, #title a:hover
{
	color: #735c35
}

.right_content
{
	margin: 0 0 20px 0;
	font-weight: normal;
}

.right_content_table
{
	padding: 5px 5px 5px 5px;
}

.right_content ul {
	list-style : disc;
	margin: 15px 15px 0px 35px;
	padding: 0px;
	margin-bottom: 15px;
}

.right_content ul li
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.right_content a:link, .right_content a:visited, .right_content a:active, #leftmenu ul a:visited, #leftmenu ul a:active, 
{
	color: #735c35;
	text-decoration: none;
}

.right_content ul a:hover, .right_content ul a:hover, .right_content ul li a:hover
{
	color: #a99238;
	text-decoration: underline;
}

.title
{
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #afafaf;
	color: #529e00;
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 6px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 27px;
}

.subMenu {
	color: #735c35;
	font-weight: bold;
}

/* Left Menu */
#leftmenu {
	float: left;
	width : 180px;
	padding-left: 10px;
	padding-top: 9px;
	overflow: hidden;
}

#leftmenu h3 {
	font-size : 1.1em;
	font-weight: bold;
	margin : 0px;
	padding: 0 0 6px 0;
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #afafaf;
	margin : 0px;	
	margin-bottom: 6px;
}

#leftmenu ul {
	list-style : none;
	font-size : 0.9em;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#leftmenu ul li
{
	color: #a99238;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

#leftmenu ul a:link, #leftmenu ul a:visited, #leftmenu ul a:active
{
	color: #a99238;
	text-decoration: none;
}

#leftmenu ul a:hover
{
	color: #a99238;
	text-decoration: underline;
}

/* Footer */
#footer {
	margin: 10px 10px 10px 10px;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 746px;
	margin-left: auto;
	margin-right: auto;
}
#footer a:link, #footer a:visited, #footertitle a:active {
	color: #FFFFFF}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}	

/* Logos */
#logos_BizTalk {
	width: 201px;
	height: 30px;
	overflow: hidden;
	float: left;
	background-image: url('/images/logo_biztalk.gif');
}
#logos_GXS {
	width: 104px;
	height: 30px;
	overflow: hidden;
	float: right;
	background-image: url('/images/logo_gxs2.gif');
}
#logos {
	margin-top: 2px;
	width: 758px;
	height: 30px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
