body {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	height: 100%;
}

/* links */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.footer_link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000CC;
	letter-spacing: 0.05em;
}
a.footer_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000CC;
	letter-spacing: 0.05em;
}
a.footer_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0000CC;
	letter-spacing: 0.05em;
}

/* end links */

/* Main Containers */
#container {
	width: 900px;
	background-image: url(images/bg_strip.png);
	background-repeat: repeat-y;
}
#content {
	width: 900px;
	background-repeat: repeat-y;
	background-position: center bottom;
	text-align: left;
}

/* Header */
#header {
	background-image:  url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	height: 89px;
}

/* footer */
#footer {
	background-image:  url("images/footer.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 900px;
	height: 65px;
	position: relative;
}
#footer_left {
	width: 175px;
	text-align: right;
	height: 40px;
	float: left;
}
#footer_sidebar {
	width: 139px;
	text-align: right;
	float: right;
	margin-right: 10px;
}
#footer_sigmasoft {
	width: 139;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#sigmasoft2 {
	width: 115px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	margin-left: 50px;
	margin-top: 0px;
}
#footer_sigmasoft a{
	color: #FFFFFF;
}
#footer_sigmasoft a:visited {
	color: #FFFF99;
}	
#footer_sigmasoft a:hover {
	color: #FFFF99;
}
#footer_right {
	width: 620px;
	float: right;
	margin-right: 85px;
}
#counter {
	height: 20px;
	width: 20px;
}
/* end Footer */

/* text styles */
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000CC;
	font-weight: bold;
}
.bluetext_10pt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000CC;
}
.bluetitle_12ptbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	font-weight: bold;
}
.blacktitle_12ptbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.gold_14bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
/* end text styles */

/* Left Content */
#left_content {
	width: 175px;
	text-align: right;
	height: 40px;
	margin-top: 0px;
	padding-top: 0px;
	float: left;
}
#sidebar {
	width: 139px;
	padding-right: 0px;
	text-align: right;
	float: right;
	padding-top: 0px;
}
#menubox {
	width: 139;
	padding: 1em 0 0.5em;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
#menubox ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#menubox li {
	border-bottom:  1px solid #ffffff;
}
#menubox li a{
	display: block;
	padding: 8px 15px 8px 8px;
	border-right: 8px solid #CAD4EC;
	background-image:  url("images/menu_off.png");
	background-repeat: repeat;
	background-position: left top;
	text-decoration: none;
	width: 100%;
	color: #FFFFFF;
}
#menubox li a:hover {
	color: #FFFF99;
	border-right: 8px solid #FFCC66;
	background-image:  url("images/menu_on.png");
	background-repeat: repeat;
	background-position: left top;
}

* html #menubox{ /*IE 6 only */
width: 108px; /*Box model bug: 180px minus all left and right paddings for #menubox */
}

html>body #menubox li a{ /*Non IE6 width*/
width: auto;
}

/* right content boxes */
#right_content {
	width: 620px;
	margin-left: 198px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-right: 0px;
}
#right_content_inner {
	width: 555px;
	text-align: center;
	clear: right;
	margin-left: 32px;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 555px;
	clear: both;
	padding-top: 0px;
	text-align: left;
	height: 100%;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	width: auto;
}
.referencestext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	width: auto;
	line-height: 1.5em;
}
#bluebox {
	float: left;
	text-align: center;
	background: url(images/bluebox_bg.png) repeat-y center top;
	width: 260px;
	height: 100%;
	margin-top: 0px;
}
.bluebox_top {
	background: url(images/bluebox_top.png) no-repeat center top;
	width: 260px;
	height: 5px;
}
.bluebox_bot {
	background: url(images/bluebox_bot.png) no-repeat center bottom;
	width: 260px;
	height: 5px;}

#lattebox {
	float: right;
	text-align: center;
	background: url(images/lattebox_bg.png) repeat-y center top;
	width: 260px;
	height: 100%;
	margin-top: 0px;
}
.lattebox_top {
	background: url(images/lattebox_top.png) no-repeat center top;
	width: 260px;
	height: 5px;
}
.lattebox_bot {
	background: url(images/lattebox_bot.png) no-repeat center bottom;
	width: 260px;
	height: 5px;
}
.box_content {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	display: table;
	color: #000000;
	padding-right: 15px;
}
.box_content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	font-weight: bold;
	width: 100%;
	padding-left: 12px;
	line-height: 17px;
}
.box_content ul {
	list-style-type: none;
	border: none;
}
.box_content li {
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: .6em;
	padding-left: 2.5em;
	margin-left: -3em;
	line-height: normal;
	padding-bottom: 4px;
}	
#bigbox {
	float: left;
	background: url(images/big_box_bg.jpg) repeat-y center top;
	width: 555px;
	height: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.bigbox_top {
	background: url(images/big_box_top.jpg) no-repeat center top;
	width: 555px;
	height: 5px;
}
.bigbox_bot {
	background: url(images/big_box_bttm.jpg) no-repeat center bottom;
	width: 555px;
	height: 5px;
}
.bigbox_content {
	width: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
	margin-left: 20px;
	padding-left: 2px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.mainleft_box {
	float: left;
	text-align: left;
	width: 260px;
	padding-bottom: 10px;
}
.left_box {
	float: left;
	text-align: left;
	width: 260px;
	height: 100%;
	padding-top: 18px;
	padding-bottom: 10px;
}
.right_box {
	float: right;
	text-align: left;
	width: 260px;
	height: 100%;
	padding-top: 18px;
	padding-bottom: 10px;
}
/* end content boxes */

/* page contents */
#badback_up {
	background-image: url(images/badback_ups.jpg);
	background-repeat: no-repeat;
	height: 209px;
	width: 555px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#pageheader {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-image: url(images/blue_line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
}
#data {
	background-image: url(images/data.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 92px;
	padding-top: 0px;
	clear: right;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.dividing_line {
	background-image: url(images/divider.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	height: 100%;
}
.dividing_top {
	background-image: url(images/bullet-rght.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-position: center top;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin-top: 16px;
	margin-bottom: 16px;
	height: 100%;
}
.line {
	width: 555px;
	height: 2px;
	float: left;
	background-image: url(images/blue_line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 5px;
	margin-top: 8px;
}
.golden_line {
	width: 555px;
	height: 2px;
	float: left;
	background-image: url(images/golden_line.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 8px;
	margin-bottom: 5px;
}
.horizontal_arrow {
	background-image: url(images/horizontal-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 555px;
	margin-bottom: 12px;
	float: left;
	margin-top: 5px;
}

