ul.custom {
	list-style-image: url(../images/bullet.gif);
	padding-top: 2px;
}

#center {
	width: 1000px;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 410px;
	margin-top: -300px;
	margin-left: -500px;
}

#index_logo_link {
	height: 57px;
	width: 850px;
	float: right;
	padding-top: 265px;
	padding-right: 8px;
}
#index_nav {
	height: 22px;
	width: 550px;
	float: left;
	padding-top: 315px;
	padding-right: 25px;
	padding-left: 110px;
	padding-bottom: 20px;
}

/*Scroll Bar related style*/
#index_text {
	height: 180px;
	width: 518px;
	float: left;
	overflow: auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	text-align: justify;
	padding-left: 110px;
	padding-right: 25px;
}


#sub_logo_link {
	height: 57px;
	width: 850px;
	float: right;
	padding-top: 155px;
	padding-right: 8px;
}
#sub_nav {
	height: 30px;
	width: 540px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}

/*Scroll Bar related style*/
#sub_text {
	height: 265px;
	width: 740px;
	text-align: justify;
	overflow: auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	top: 10px;
	right: 25px;
	padding-right: 25px;
	float: right;
	margin-right: 10px;
}


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #354550;
	text-decoration: none;
}
a.text:link, a.text:visited, a.text:active {
	color: #454545;
}
a.text:hover {
	color: #2A1675;
}
.popup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
	text-decoration: none;
}
a.popup:link, a.popup:visited, a.popup:active {
	color: #f5e9b7;
}
a.popup:hover {
	color: #fffbeb;
}

.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #435765;
	text-decoration: none;
	font-weight: bold;
}

/* Scroll Bar Master Styling Starts Here */
/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
}

.hscrollerbase, .hscrollerbar {
height: 1px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/vscroller.gif) 0px -15px;
width: 15px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller.gif);
width: 15px; height: 15px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/

/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/

}


.vscrollerbase, .hscrollerbase {

background-image: url(../images/scrollbaseback.gif);
}

.hscrollerbasebeg {
height: 1px;
background: url(../images/scrollbases.gif) -22px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 1px; width: 7px;
background: url(../images/scrollbases.gif) 0% 0% no-repeat;
}

.vscrollerbasebeg {

height: 15px; width: 15px;
background: url(../images/scrollbases.gif) -0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 15px; width: 15px;
background: url(../images/scrollbases.gif) -15px 0px no-repeat;
}

.scrollerjogbox {
width: 15px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */
#flashcontent {
	height: 265px;
	width: 900px;
	float: right;
	text-align: justify;
	overflow: auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative;
	top: 10px;
	right: 48px;
}
.navigation, a.navigation:link, a.navigation:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2B196D;
	text-decoration: none;
	background-color: #89B987;
	padding: 2px 4px;
	border: 1px solid #27176F;
}
a.navigation:hover, a.navigation:active{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #27176F;
}

