body {
	padding: 0px;
	background: #faefd1 url(./images/sumBack.png) repeat-x fixed;
	margin: 20px 0px 35px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a5766;
}

.centerContent {
	width: 80%;
	margin: 0px auto;
}

.topStrip {
	background: url(./images/headerStrip.png) repeat-x;
	height: 100px;	
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	display: inline;
}

.topStripLeft {
	background: url(./images/headerStripLeft.png) no-repeat left top;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100px;
	display: block;
}

.topStripRight {
	background: url(./images/headerStripRight.png) no-repeat right top;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100px;
	display: inline;
}

.contentBox {
	border: 1px solid #15529c;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0px auto;
	background: white;
	text-align: left;
}

.contentTable {
	padding: 10px 0px;
}

textarea  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0px;
	vertical-align: middle;
}

a {
	color: #007bc2;
	border-bottom: 1px dotted #007bc2;
	text-decoration: none;
}

a:hover {
	color: #629000;
	border-bottom: 1px solid #629000;
}

.twtr-widget a {
	border-bottom: 0px;	
}

h1, h2, h3 { 
	color: #3570b9;	
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

h2.noPadding {
	margin: 0px;
	padding: 4px;
}

h3 {
	font-weight: normal;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

h3 a {
	color: #ab5412;
	border-color: #ab5412;
}

.border-img {
	border: 1px solid #6f4220;	
}

.resizeImg {
	border: 1px solid #ddd;	
}

.main-title {
	font-size: 14px;
	color: #c1661d;
}

.mainText {
	font-size: 13px;
	text-align: justify;
	padding-left: 10px;
	color: #555;
}

#thePageContent {
	padding-top: 7px;
}

.small, .fontSmall {
	font-size: 11px;
}

.newsDesc {
	font-size: 10px;
	font-style:italic;
	color: #666;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	color: #41552d;
	font-size: 14px;
	border: 1px solid #aebba4;
	padding: 6px;
	background: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

select {
	padding: 3px;
}

select, option {
	outline: none;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #678299;
	color: #0e3655;
}

input[type=button], input[type=submit] {
	padding: 3px 8px;
	border: 1px solid #12509d;	
	background-color: #3b6598;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input[type=button]:hover, input[type=submit]:hover {
	border: 1px solid #002e61;
}

.navigation {
	height: 25px;
	background: #1f487d;
	color: white;
	display: block;
}

#menu {
	list-style-type: none; 
	padding: 0 0 20px 0;
	margin: 0 auto;
	margin-right: 10px;
	margin-left: 10px;
	width: auto; 
	position: relative;
}

#menu ul {
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
}

#menu li {
	background: #1f487d; 
	position: relative;
	margin: 0px 1px;
	float: right;	
}

#menu li.floatLeft {
	float: left;
}

#menu li:hover, #menu li.active, #menu li.active a, #menu li a:hover {	
	border: none;
	color: #082a56 !important;
	font-weight: bold;
	background: #FFFFFF;
}

#menu li, #menu li a {
	display: block; 
	color: #fff7f0; 
	line-height: 25px;
	width: 95px;
	max-width: 110px;	
	text-decoration: none; 
	text-align: center; 
	cursor: pointer; 
	border: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

.footerPad {
	padding: 10px;
}

.footer {
	background: #FFFFFF;
	border-top: 1px solid #0a325a;
	text-align: center;
	background-color: #244a81;
	background-image: url(./images/bottomStrip.gif);
	background-repeat: repeat-x;
	color: white;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin: 0px auto;
	padding:  0px 1px;
}

.footer a {
	color: white;
	border-color: white;
}

label, .txtLabel {	
	color: #666666;	
	font-size: 14px;
	padding: 4px;
}

label {
	cursor: pointer;
	width: 150px;
	display: block;
	float: left;
}

label.pOps {
	width: 180px;
}

.homeBox {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 5px;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.homeEmpty {
	margin-bottom: 5px;
	padding: 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.errorBox {
	border: 1px solid #c03636;
	color: #c03636;
	background-color: #fee5e5;
	padding: 7px;
	margin: 10px;
	margin-right: 0px;
}

.noticeBox .title {
	color: #7f3900;
	font-size: 12px;
	font-weight: bold;
}

.noticeBox {
	padding: 5px;
	margin-left: 10px;
	border-left: 3px solid #b8611a;
	border-bottom: 1px solid #b8611a;
	border-right: 1px solid #c99a8d;
	border-top: 1px solid #e4c6be;
	background: #fff9f7;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3 { 
	margin: 0; 
	color: #842020;	
}

#tooltip div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0; 
	color: #232323;
}

#headImg {
	display: block;
	margin-top: 2px;
	margin-left: 15px;
	padding-bottom: 2px;
}

.twitTop {
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
	width: auto;
	float: right;
	z-index: 100;
	display: inline;
}

.twitTop a {
	color: white;
	border-color: white;
}

.mainTitle {
	background: url(./images/mainTitle.png) repeat-x;
	display: inline;
	height: 38px;
	float: left;
	width: 100%;	
	margin: 0px; 
	padding: 0px;
}

.mainTitleLeft {
	background: url(./images/mainTitleLeft.png) no-repeat left top;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 38px;
	display: block;
}

.mainTitleRight {
	background: url(./images/mainTitleRight.png) no-repeat right top;
	float: right;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 38px;
	display: inline;
}

.strTitleRight {
	background: url(./images/strTitleRight.png) no-repeat right top;
	float: right;
	height: 38px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.strTitleLeft {
	background: url(./images/strTitleLeft.png) no-repeat left top;
	float: left;
	height: 38px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.coreText {
	padding: 9px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 17px;
	color: #888888;	
	vertical-align: middle;
	width: 100%;
}

.coreText a {
	color: #888888;
	border-color: #888888;
}

.leadWord {
	color: #0091c2;
}

.leadWord a {
	color: #0091c2;
	border-color: #0091c2;
}

.leadWordGreen {
	color: #52a417;
}

.leadWordGreen a {
	color: #52a417;
	border-color: #52a417;
}

.leadWordOrange {
	color: #db7c28;
}

.leadWordOrange a {
	color: #db7c28;
	border-color: #db7c28;
}

.borderRightStart {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0px;	
	margin: 0px;
	width: 100%;
	float: right;
	height: auto;	
}

.borderLeftStart {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0px;	
	margin: 0px;
	width: 100%;
	float: left;
	height: auto;	
}

.boxContent {
	padding: 5px;
	font-size: 13px;
	text-align: justify;
}

.clearPadding {
	padding: 5px;
	clear: both;
}

.clearSplit {
	padding: 0px;
	clear: both;
}

.subTitle {
	font-size: 15px;
	display: inline;
	color: #888888;
}

.subImage {
	padding: 5px;
}

.subText {
	color: #888888;
	text-align: justify;
	font-size: 13px;
}

.subDivideL, .subDivide {
	padding-right: 10px;
}

.subDivideR, .subDivide {
	padding-left: 10px;
}

.boxSide {
	float: right; 
	padding-left: 25px; 
	text-align: left; 
	width: 30%; 
	display: block; 
	clear: both; 
	display: block;
}

.boxSide .sTitle {
	font-size: 14px;
	font-weight: bold;
}

.curvedCorner{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}#facebox .b {
  background:url(./faceBox/b.png);
}

#facebox .tl {
  background:url(./faceBox/tl.png);
}

#facebox .tr {
  background:url(./faceBox/tr.png);
}

#facebox .bl {
  background:url(./faceBox/bl.png);
}

#facebox .br {
  background:url(./faceBox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 450px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .theFooter {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}