body {
	background: white;
	padding: 0px;
	margin: 0px;
	border: none;
}

body, td, form, input, textarea, select, option {
	font-family: 'Verdana', 'Arial', sans-serif;
	font-size: 11px;
	font-weight: normal;
	/* line-height: 20px; */
}

form {
	margin: 0px;
	padding: 0px;
}

a {
}

a img,
a:link img,
a:visited img,
a:hover img {
	border: none;
	border-width: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}

small,
.caption {
	font-weight: normal;
	color: #000000;
	font-size: 9px;
}
.caption {
	margin: 4px;
	margin-top: 0px;
}

hr {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	margin-bottom: 10px;
	border-top: 2px solid #eeeeee;
}

select, input {
	border: 1px solid #9cb2c7;
	color: #333399;
	margin-bottom: 10px;
}


#page {
	width: 850px;
	margin: 0px auto;
	margin-top: 15px;
	
	padding-bottom: 40px;
}

#header {
}

#headerTitle {
	height: 40px;
	padding-left: 10px;
}
#headerTitle h1 {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	color: #ff0000;
}
#headerTitle h2 {
	display: none;
}

#headerLogo {
	float: right;
}

/* Header Navi */

#headerNavi {
	height: 15px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#headerNavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headerNavi li {
	display: inline;
	padding-right: 18px;
}
#headerNavi a {
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
#headerNavi a.active,
#headerNavi a:hover {
	color: #1f348b;
}



#headerPic {
	/*
	height: 180px;
	background-image: url('headerDummy.jpg');
	background-repeat: no-repeat;
	*/
	margin-bottom: 5px;
}
#headerPic h3 {
	display: none;
}


/* Main Navigation */


#navi {
	height: 24px;
	
	/* clear: both; */
	padding: 0px;
	
	/*
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 6px;
	*/
	
	margin-bottom: 5px;
	
	background-color: #1f348b;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navi li {
	float: left;
	margin: 0px;
	padding: 0px;
	/*
	padding-right: 15px;
	*/
}
#navi a {
	display: block;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;

	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}

#navi a.active,
#navi a:hover {
	/*
	color: #1f348b;
	background-color: #ffffff;
	background-color: #0f1f72;
	*/
	color: #1f348b;
	background-color: #cccccc;

}


/* Navi Level 2 */
#navi .level1 {
	display: none;
	position: absolute;
	/* background-color: #1f348b; */
	background-image: url('75PercentBlue.png');
}
#navi .level1 li {
	float: none;
}
#navi .level0 li:hover .level1 {
	display: block;
}



/* Page Body Area */


#body {
	background-image: url('bg200pxGrey.png');
	background-repeat: repeat-y;
	background-position: right top;
}

#bodyLeft {
	float: left;
	width: 200px;
}


/* Main Content */

#bodyMain {
	float: left;
	width: 410px;	/* 450 - (20+20 padding) */
	padding: 20px;
	padding-top: 10px;
	
	line-height: 16px;
}

#bodyMain h1 {
	padding-bottom: 6px;
}
#bodyMain h2 {
	padding-bottom: 4px;
	margin-bottom: 15px;
	color: #666666;
	border-bottom: 2px solid #eeeeee;
}
#bodyMain h3 {
	padding-bottom: 4px;
	padding-left: 12px;
	
	/* add a red square in front */
	background-image: url('redTriangle.png');
	background-repeat: no-repeat;
	background-position: left 2px;
	color: #333399;
}
#bodyMain h4 {
	padding-bottom: 4px;
}


#bodyMain a {
	font-weight: normal;
	text-decoration: none;
	color: #333399;
}
#bodyMain a:hover {
	text-decoration: underline;
}
#bodyMain a:visited {
	color: #666666;
}

#bodyMain ul {
	margin: 0px;
	margin-left: 17px;
	padding: 0px;
	margin-top: 4px;
	
	list-style-type: disc;
	/* list-style-image: url('bullet.png'); */
	list-style-position: outside;
}
#bodyMain li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

/* End of Main Content */

#bodyRight {
	float: right;
	width: 200px;
}

#footer {
	padding-top: 20px;
	clear: both;
	text-align: center;
	color: #666666;
	font-size: 10px;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.cite {
	font-size: 12px;
	font-weight: bold;
	
	padding-bottom: 4px;
	color: #333399;
}


.more {
	display: block;
	color: #666666;
}

.box {
	background-color: #eeeeee;
	/* padding: 10px; */
	margin-bottom: 5px;
}
.boxContent {
	padding: 10px;
}
#bodyRight .box {
	padding-left: 10px;
}

.box ul {
	margin: 0px;
	padding: 0px;
	margin-left: 18px;
	list-style-image: url('listArrow.png');
}
.box li {
	color: #666666;
	margin-bottom: 10px;
}

.box h1 {
	display: block;
	/* width: 100%; */
	/* margin: -9px; */
	height: 15px;
	padding: 8px;
	
	background-color: #999999;
	border: 1px solid #c8c8c8;
	
	font-size: 13px;
	color: #ffffff;
}

.box span {
	color: #666666;
}


#navigator select,
#navigator input {
	width: 180px;
	/* padding-left: 10px; */
	
	color: #000000;
	border: 1px solid #999999;
}
/*
#navigator option {
	font-weight: bold;
	background-color: #ffffff;
	background-image: url('selectArrow.png');
	background-repeat: no-repeat;
	background-position: 8px 3px;
	padding-left: 15px;
}
*/

.callback {
	width: 128px;
	border: 1px solid #ffffff;
	padding: 15px;
}
.callback input {
	width: 126px;
}

.contenttable_item {
	border-top: 2px solid #eeeeee;
	overflow: auto;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	
	padding-left: 100px;
}

.contenttable_item img {
	position: absolute;
	margin-left: -100px;
}

#bodyMain h1 img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}


.hidden {
	display: none;
}
.clearFix {
	margin: 0px;
	padding: 0px;
	clear: both;
}
