@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #eaeaea;
	/* set default font */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	cursor:default;
	text-align:justify;
}

a, a:visited, a:link{
	text-decoration: none;
	color:#006699;}
a:hover{
	text-decoration:underline;
	color:#007799;
	}
dfn
	{display: none}
img 
	{border: none}
select, input
	{font-family: Arial, Helvetica, sans-serif; font-size:12px}


.hiddenBar
	{height: 5px; clear: both}

#pageWrapper {
	width: 857px;
	/* make this pageWrapper aligned at center */
	margin: auto;
	padding: 48px 0 10px 0;
}

#headerWrapper #headLogo {
	background: #eaeaea url(../images/header-1.jpg) right 0 no-repeat;
}

#headerWrapper #flashHead {
	background: url(../images/header-2.jpg) right 0 no-repeat;
	height: 180px;
}

#pageWrapper #bodyWrapper-1 {
	background: #c0e2ff url(../images/main-bg-l.gif) 0 0 repeat-y;
	padding: 0 0 0 3px;
}

#pageWrapper #bodyWrapper-2 {
	background: url(../images/main-bg-r.gif) right 0 repeat-y;
	padding: 0 3px 0 0;
}

#menuWrapper #marqueeBox {
}

#menuWrapper ul#theMenu {
	display: block;
	list-style-type: none;
	height: 28px;
	background: url(../images/bg-menubar.gif) 0 0 repeat-x;
	text-transform: uppercase;
	padding: 0 0 0 10px;
}

#menuWrapper ul#theMenu li {
	float: left;
	height: 28px;
}

#menuWrapper ul#theMenu li#focus,#menuWrapper ul#theMenu li a {
	display: block;
	float: left;
	padding: 6px 10px 4px 10px;
	color: #fff;
	height: 18px;
}

#menuWrapper ul#theMenu li#focus, #menuWrapper ul#theMenu li a:hover {
	background: url(../images/bg-menubar.gif) 0 -28px repeat-x;
	text-decoration:none;
}

table {
	border: none;
	width: 100%;
}

table td#leftColumn, table td#middleColumn, table td#rightColumn {
	padding: 5px;
}
table td#leftColumn {
	width: 230px;
}
.leftRoundedBox {
	background: url(../images/box-left-m.gif) center 0 repeat-y;
}

.leftRoundedBox #sub-1 {
	background: url(../images/box-left-b.gif) center bottom no-repeat;
	padding: 0 0 4px 0;
}

.leftRoundedBox  #sub-2 {
	background: url(../images/box-left-top.gif) center top no-repeat;
	padding: 8px 10px;
}

#footerWrapper-1 {
	background: url(../images/main-bg-bl.gif) left top no-repeat;
	padding: 0 0 0 14px;
}

#footerWrapper-2 {
	background: url(../images/main-bg-br.gif) right top no-repeat;
	padding: 0 14px 0 0;
}
#footerWrapper-3 {
	background: url(../images/main-bg-bm.gif) center top repeat-x;
	height: 14px;
}
.footerText {
	text-align: center;
	color: #99c;
	border-top: 1px solid #ccc;
	margin: 0 10px;
	padding: 3px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

ul#categoricalMenu {
	display: block;
	list-style-type: none;
	padding: 0 0 0 10px;
}

ul#categoricalMenu li {
	float: left;
}

ul#categoricalMenu li a {
	text-align: center;
}

.leftRoundedBox h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#069;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cde;
	margin: 0 0 5px 0;
}


/**
 * The style bellow is set for styling the content of the page
 * You can modify it without anxious
 */
#mainContent {
	padding: 5px 0;
}