html, body {
	background-color: #fefefe;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	z-index: 0;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../images/site/bg.jpg);
	}
#bodyCenterEn {
	width: 100%;
	text-align: center;
	background-image: url(../images/site/en_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 300px;
}
#bodyCenterCh {
	width: 100%;
	text-align: center;
	background-image: url(../images/site/ch_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 300px;
}
#topMenu {	width: 572px;
height: 20px;
	z-index: 20;
	text-align: left;
	position: absolute;
	margin-top: -130px;

}
html>body #topMenu {	
	margin-left: 22px;

}
#container {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/site/rightbox_fade.png);
	background-repeat: repeat-y;
	background-position: right;
}
html>body #container {
	width: 980px;
}
#footerCont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 22px;
	background-color: #000;
	position: relative;
	color: #FFF;
}

#contentleft {
	text-align: left;
	position: relative;
	top: 5px;
	float: left;
	height: auto;
	z-index: 2;
	display: block;
	margin-top: -90px;
	margin-left: 20px;
}

html>body #contentleft {
	width: 600px;
}

#right_content {
	width:320px;
	float:right;
	z-index: 5;
	display: block;
	left: 18px;
	height: 550px;
	margin-top: -130px;
	position: relative;
	top: -34px;
		}
html>body #right_content {
	margin-right: 40px;
}
#top_lan {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 750px;
}

p {
	margin: 0px;
	font-size: 10px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

h6 {
	margin: 0px;
	font-size: 14px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: .2em;
	font-weight: 100;
	text-decoration: none;
}


h1 {
	margin: 0px;
	font-size: xx-large;
	font-weight: normal;
	text-transform: uppercase;
	font-variant: normal;
	color: #6F008B;
	padding-bottom: 10px;
}
h2 {
	font-size: large;
	font-weight: normal;
	text-transform: uppercase;
	font-variant: normal;
	color: #FE7320;
	margin: 0px;
	text-align: left;
}
.subtitle {
	font-size: 14px;
	color: #6F008B;
	font-weight: normal;
}

.port_highlight {
	font-size: 14px;
	color: #DE0C87;
	font-weight: normal;
}

.cell_sched_header {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #00CC33;
}



td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


#main_bodybg {
	background-color: #FFFFFF;
	width: 583px;
	border-right-color: #041c4a;
	border-right-width: 3px;
	text-align:left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	position: absolute;
	height: auto;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 9px;
	border-top-width: 3px;
	border-top-color: #041c4a;
	border-bottom-width: 3px;
	border-bottom-color: #041c4a;
}
#headline {
	position: relative;
	height: 52px;
	width: 480px;
	z-index: 26;
	text-align: left;
	float: left;
	clear: left;
}
		
.imageThumb {
	display: inline;
	float: none;
	text-align: left;
}

.imageTableft {
	display: block;
	float: left;
	padding-right: 0px;
	border: 1px solid #000000;
	margin-right: 10px;
}

#NEWrightbody {
	position: absolute;
	left: 765px;
	z-index: auto;
	width: auto;
	top: 0px;
}

#footer {
	font-size: 10px;
	width: 500px;
	bottom: 10px;
	position: relative;
}

.headerspace {
	font-size: 10px;
	color: #FFFFFF;
}

/*img {
	display: block;
}
*/
.boldTitle {
	font-size: 12px;
	font-weight: bold;
	color: #005890;
}

.p_nopad {

	margin: 0px;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* LINKS */


a:link {
	color: #06C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a.footer:link {
	color: #003300;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
a.footer:hover {
	color: #003300;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
a.footer:active {
	color: #003300;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
}
a.footer:visited {
	color: #003300;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}

a.footersub:link {
	color: #003300;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.footersub:active {
	color: #003300;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.footersub:hover {
	color: #003300;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.footersub:visited {
	color: #003300;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:hover {
	color: #CCCCCC;


}

a.white:visited {
	color: #FFFFFF;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 100;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#framefooter {
	z-index: 500;
	position: relative;
}
#footer_designby {
	height: 33px;
	width: 119px;
	position: absolute;
	float: left;
	display: block;
}

P.catname {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
text-align: left;
}

P.catdesc {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
}

IMG.catimage {
border:0px;
border-thickness: 1px;
border-color: #000;
border-style: solid;
vertical-align:top;
}

TD.catimage {
	vertical-align:top;
}


TD.catname {
vertical-align:top;
}

TD.catnavigation {
vertical-align:middle;
text-align: left;
}

input,textarea
{
font-size: 11px;
border: 1px solid #c0c0c0;
}
.content {
	text-align: right;
	background-color: #2593DB;
	font-weight: bold;
	color: #FFFFFF;

}
.empty {
	background-color: #FFFFFF;
	width: 3px;


}
#contentleft p a img {
	float: left;
	border: 2px solid #C42066;
	margin-right: 8px;
}
h3 {
	font-size: medium;
	font-weight: normal;
	text-transform: lowercase;
	font-variant: normal;
	color: #71048D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: left;
}
#port_left {
	text-align: left;
	position: relative;
	top: 5px;
	float: left;
	width: 450px;
	height: auto;
	z-index: 2;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CF2368;
	border-right-color: #CF2368;
	border-bottom-color: #CF2368;
	border-left-color: #CF2368;
	padding-right: 20px;
}
.port_img     {
	float: left;
	margin-right: 11px;
	border: 2px solid #903;
}
#port_right {
	width:450px;
	float:left;
	z-index: 5;
	display: block;
	position: relative;
	padding-left: 20px;
	top: 5px;
}

@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 100px;
	float: left;
	color: #FFF;
	}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 11em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
		width: 11em;

}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
	background-color: #2B0036;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #431E64;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover
{
	background-color: #42BF41;
	color: #FFF;
}

 ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-color: #402063;
	color: #FFF;
}
ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #40185F;
	color: #FFF;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	}
}


/*******************************************************************************

 END MENU 
 *******************************************************************************/



li {
	list-style-type: circle;
	padding: 0px;
}
