body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: none;
	width:98%;
	padding:0px 0px 0px 0px;
}

/****************************header section*********************************/
#header {
	font-size:130%;
	width:600px;
}

#header .txtleft {
	font-size:130%;
}

#header .txtright {
	text-align:right;
	padding:15px 0px 0px 0px;
}

/****************************navigation section*********************************/
#navigation {
	width:600px;
	padding:5px 0px 5px 0px;
	margin:10px 0px 8px 0px;
	background-color:#5173B8; /*FFDBB7;*/
	font-size:100%;
	color:#FFffff;
	vertical-align:middle;
	border-top:1px solid #5173B8;
	border-bottom:1px solid #5173B8;
	text-align:left;
}

#navigation a {
	color:#ffffff;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	font-size:120%;
}

/****************************content section*********************************/
#content {
	width:600px;
	margin:15px 0px 8px 0px;
	text-align:left;
}

/****************************left content section*********************************/
#content_left {
	float:left;
	width:350px;
	font-size:100%;
	
}

#content_left .header {
	background-color:#E4E4E4;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	font-size:110%;
}

#content_left .bodycontent {
	padding:0px 10px 0px 10px;
	margin:15px 0px 15px 0px;
}

#content_left a {
	color:#3366FF;
}

#content_left .td_left{
	text-align: left;
}

#content_left .td_right{
	text-align: right;
}

#content_left .title{
	color:#333333;
	font-weight:bold;
}

#content_left .title a{
	color:#333333;
	font-weight:bold;
}

#content_left .para{
	margin:5px 0px 5px 0px;
}


#content_left .link2 {
	color:#FF9933;
}

/****************************right content section*********************************/
#content_right {
	margin:0px 0px 0px 365px;
	font-size: 100%;
	text-align:center;
}

#content_right .header {
	background-color:#E4E4E4;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	font-size:110%;	
	text-align:left;
}

#content_right .bodycontent {
	padding:0px 10px 0px 10px;
	margin:15px 0px 15px 0px;
	text-align:left;
}

#content_right a {
	color:#3366FF;
}

#content_right .td_left{
	text-align: left;
}

#content_right .td_right{
	text-align: right;
}

#content_right .title{
	color:#333333;
	font-weight:bold;
	text-align:left;
}

#content_right .title a{
	color:#333333;
	font-weight:bold;
	text-align: left;
}

#content_right .toppic {
	margin:0px 0px 10px 0px;
	text-align:center;
	width:90%;
	border:1px solid #cccccc;
}

#content_right .toppic img
{
	text-align:center;
	width:90%;
	margin:5px 5px 5px 5px;
}

#content_right .para{
	margin:5px 0px 5px 0px;
	text-align:left;
}

#content_right .bodycontent img{
	float:left;
	margin:0px 10px 0px 0px;
}



/****************************footer section*********************************/
#footer {
	width:600px;
	clear:both;
	border-top:1px solid #E4E4E4;
	color:#999999;
	font-size:90%;
	padding:5px 0px 25px 0px;
	margin:0px 0px 0px 0px;
}

#footer .td_left{
	text-align: left;
	float: left;
}

#footer .td_right{
	text-align: right;
	float:right;
}

#footer a{
	color:#3366FF;
}


/********** pagehit ***********************/
.pagehit
{
	width:600px;
	font-size: 90%;
	font-weight: normal;
	clear: both;
	padding: 5px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
	color: #808080;
	background-color:#f7f7f7;
	text-align:center;
}