body {
	margin: 0;
	padding: 0;
	margin-left: 0;
	margin-right: auto;
	width: 804px;
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #464649;
}

div, form, index, ul, li, h1, h2, h3 {
	margin: 0;
	padding: 0;
	border: 0;
}

a, a:visited {
	color: #004E92;
	text-decoration: none;
}

a:hover {
	color: #004E92;
	text-decoration: underline;
}


/* header bar code */

div#logo {
	margin-left: 12px;
	margin-top: 10px;
}

form#search_nav, div#communication_nav {
	float: right;
	margin-top: 20px;
}

div#communication_nav {
	margin-top: 20px;
}

* html div#communication_nav {
	margin-top: 30px;
}

div#communication_nav a {
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #B5B5B6;
	font-size: 0.7em;
}

div#communication_nav a.last {
	padding-right: 0;
	border-right: 0 none;
}

/* main box code */

div#main {
	border: 1px solid #6D6F72;
	border-left: 0 none;
	padding-top: 29px;
	margin-top: 10px;
	background-image: url("main_bg.gif");
	background-repeat: repeat-x;
}

* html div#main {
	padding-top: 28px;
}

/* banner area code */

#banner {
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

#banner #banner_image {
	margin-top: 6px;
}

#banner p {
	font-size: 0.8em;
	line-height: 1.4em;
}

/* top menu code */

#top_nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 71px;
	margin-left: 7px;
	list-style: none;
}

* html #top_nav {
	top: 71px;
}

#top_nav li.top_menuitem {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

#top_nav li.top_menuitem a {
	margin: 0;
	padding: 0;
	display: block;
	font-weight: bold;
	padding-bottom: 11px;
}

#top_nav .top_menuitem a:hover {
	 	text-decoration: none;
		background-color: #0073ae;
}

#top_nav li.top_menuitem a span{
	padding-left: 6px;
	padding-right: 11px;
	padding-top: 1px !important;
	padding-bottom: 4px;
	background-color: #fff;
	font-size: 9pt;
	line-height: 9pt;
}

.menu {
	display: none;
	position: absolute;
	list-style: none;
	border: 1px solid #6E6F73;
	background-color: #DCDDDF;
	margin-top: 0px;
	width: 166px;
}

li.menuitem {
	padding: 0;
	margin: 0;
	border: 1px solid #DCDDDF;
}

.menuitem a {
	font-size: 8pt !important;
	font-weight: normal !important;
	padding: 8px !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

* html .menuitem a {
	line-height: 11pt !important;
	padding-top: 1px !important;
	padding-bottom: 2px !important;
}

.menuitem a:hover {
	background: #fff !important;
	border: 0 none !important;
	text-decoration: underline !important;
}

.clearall {
	clear: both;
	height: 1px;
}

#invisibleLyr {
	display: none;
	position: absolute;
	top: 115px;
	margin-left: -48px;
}

/* footer */

#footer {
	position: relative; /* needed to fix an IE 6 bug */
	clear: both;
	margin: 0;
	padding: 16px;
	padding-left: 13px;
	color: white;
	border-top: 1px solid white;
	background-color: #6D6F72;
	font-size: 0.7em;
	border: 0;
}

* html #footer {
	padding-top: 8px;
}

#footer a, #footer a:visited {
	color: white;
	padding-right: 11px;
}

#footer_nav {
	position: relative; /* needed to fix an IE 6 bug */
	float: right;
}

/* for subpages */

	
	#content {
		margin: 0;
		padding: 0;
		background-image: url("subpage_bg.gif");
		background-repeat: repeat-y;
	}
	
	#left_col {
		float: left;
		width: 195px;
		margin: 0;
		padding: 0;
		padding-top: 16px;
		color: #000;
	}
	
	#right_col {
		float: right;
		width: 176px;
		margin: 0;
		margin-right: 11px;
		padding: 0;
		padding-top: 16px;
		font-size: 0.7em;
	}
	
	#middle_col {
		margin: 0;
		margin-left: 197px;
		padding: 0;
		width: 400px;
		padding-top: 16px;
	}
	
	.section {
		margin: 0;
		padding: 0;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 16px;
		font-size: 0.7em;
		border-bottom: 1px solid #A8A9AB;
	}
	
	#main_content {
		margin: 0;
		padding: 0;
		margin-right: 16px;
		margin-left: 11px;
		font-size: 0.8em;
	}

	#breadcrumb {
		margin: 0;
		padding: 0;
		padding-top: 6px;
		padding-left: 13px;
		padding-bottom: 5px;
		border-bottom: 1px solid #A8A9AB;
		font-size: 8pt;
		background-color: #004E92;
		color: #fff;
	}

	#breadcrumb a {
		color: #fff;
	}
	
	h1 {
		font-size: 1.4em;
		margin: 0;
		margin-bottom: 1em;
		padding: 0;
	}
	
	h2 {
		font-size: 1.2em;
		margin: 0;
		margin-bottom: 1em;
		padding: 0;
	}
	
	h3, h4, h5, h6  {
		font-size: 1.0em;
		margin: 0;
		padding: 0;
	}
	
	p {
		margin-bottom: 1em;
	}

	ul {
		margin: 0;
		margin-bottom: 1em;
		padding: 0;
		list-style-type: square;
	}
	
	ol {
		margin: 0;
		margin-bottom: 1em;
		padding: 0;
	}
	
	ul li, ol li {
		margin-left: 25px;
	}
	
	#main_content .feature_box {
		padding: 10px;
		font-size: 0.9em;
		background-color: #E0E9F2;
		margin-left: 0.5em;
		margin-bottom: 0.5em;
		width: 180px;
		float: right;
	}

	#right_col .feature_box {
		padding: 10px;
		padding-top: 0px;
		font-size: 1.0em;
    border: 1px solid #004E92;
		margin-bottom: 1em;
	}

	#main_content .feature_box h1, #main_content .feature_box h2, #main_content .feature_box h3, #main_content .feature_box h4, #main_content .feature_box h5, #main_content .feature_box h6 {
		border-bottom: 2px solid #fff;
	}

	#right_col .feature_box h1, #right_col .feature_box h2, #right_col .feature_box h3, #right_col .feature_box h4, #right_col .feature_box h5, #right_col .feature_box h6 {
		padding-top: 5px;
		background-color: #004e92;
		color: #fff;
	}

	.feature_box h1, .feature_box h2, .feature_box h3, .feature_box h4, .feature_box h5, .feature_box h6 {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 5px;
	}

	#main_content table {
		border-collapse: collapse;
		margin-bottom: 1em;
	}

	#main_content table th {
		color: #fff;
		background-color: #004e92;
		border: 1px solid #004e92;
		padding: 5px;
	}

	#main_content table td {
		border: 1px solid #004e92;
		padding: 5px;
	}

/* for homepage */

	#three_col {
		clear: both;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 786px;
		border-collapse: collapse;
		margin: 9px;
		border: 0;
	}

	* html #three_col {
		width: 784px;
	}
	
	#three_col td {
		width: 260px;
		border: 1px solid #004E92;
		border-bottom: 0 none;
		background-color: #fff;
		margin: 0;
		padding: 0;
		padding-bottom: 6px;
		vertical-align: top;
	}
	
	#three_col tr.bottom td {
		border: 1px solid #004E92;
		border-top: 0 none;
		background-color: #fff;
		padding: 0;
		margin: 0;
		vertical-align: top;
	}

	#three_col td h1 {
		margin: 0;
		padding: 5px;
		padding-left: 9px; 
		font-size: 0.9em;
		color: #fff;
		background-repeat: no-repeat;
		background-position: top right;
		border-bottom: 1px solid #004E92;
		width: 247px;
	}
	
	* html #three_col td h1 {
		width: 246px;
	}

	#three_col td h1.extra_space {
		border-top: 1px solid #004E92;
		margin-top: 10px;
	}

	#three_col td.partners h1 {
		background-image: url("gold_header_bg.jpg");
		background-color: #f7bb01;
	}

	#three_col td.product_end_users h1 {
		background-image: url("blue_header_bg.jpg");
		background-color: #004d91;
	}
	
	#three_col td.administrator_developer h1 {
		background-image: url("gray_header_bg.jpg");
		background-color: #8d8e92;
	}
	
	#three_col h2 {
		padding: 0;
		padding-left: 18px;
		padding-bottom: 1px;
		margin: 0;
		margin-left: 8px;
		margin-right: 8px;
		margin-top: 10px;
		font-size: 0.7em;
		line-height: 1.3em;
	}
	
	#three_col h3 {
		margin-left: 8px;
		margin-right: 8px;
		margin-top: 10px;
		font-size: 0.7em;
	}
	
	#three_col h2 span {
		background-color: #fff;
		padding: 2px !important;
		padding-left: 4px !important;
		margin: 0;
		display: block;
	}

	#three_col td.partners h2 {
		background-color: #f7bc00;
	}

	#three_col td.product_end_users h2 {
		background-color: #004d91;
	}

	#three_col td.administrator_developer h2 {
		background-color: #8d8e92;
	}

	#three_col ul {
		margin-left: 25px;
		margin-right: 13px;
		margin-top: 10px;
	}

	#three_col li {
		font-size: 0.7em;
		line-height: 1.3em;
		margin-top: 0.5em;
		list-style: square;
	}

	#three_col p {
		margin: 0;
		padding: 0;
		margin-left: 13px;
		margin-right: 13px;
		margin-top: 10px;
		font-size: 0.7em;
		line-height: 1.3em;
	}


