@charset "UTF-8";


*{
	margin:0;
	padding:0
}
body {
	color:#333;
	background-color: #3A3A3A;
	font-family: arial, verdana, sans-serif;
}

#container01 { }
*html #container01 { width: 100%; height:100%; }


#container {
	text-align:left;
	width:780px;
	position:relative;
	
	}


/* Header */
#header {
	margin-top: 80px;
	margin-bottom: 20px;
	height: 30px;
	background-color: #3A3A3A ;
	}
.relative {
	position: relative;
}
#header h1 {
	font-size: 8px;
	color: #FFCC00;
	position: absolute;
	left: 280px;
	top: -38px;
	text-align: right;
	width: 500px;
	font-weight: normal;
	}
#header h1 a:link, #header h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#FFCC00}
.description {
	color:#FFCC00;
	font-size: 8px;
	position: absolute;
	left: 280px;
	top: -25px;
	text-align: right;
	width: 500px;
	}
#logo{
	position: absolute;
	left: 258px;
	top: -60px;


}
#menu{
	position: absolute;
	left: 1px;
	top: 2px;
	width: 780px;
}
#menu ul{
	list-style:none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	overflow:hidden;
}
#menu li{
	float:left;
	width:96px;
	line-height:100%;
	height:30px;
	font-size: 1.0em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#menu li ul{
	display: none;
}
#menu a{
	display:block;
	width:100%;
	text-decoration:none;
	text-align:center;
	color: #FF9900;
	font-weight: bold;
}
#menu a:hover {
	background-color: #FF0099;
	font-weight: normal;
	color: #FFFFFF;
}
/* Header end */


/* Content */
#content {
	width:585px;
	margin: 0;
	color: #FF9900;
	overflow:hidden;
	
}
#content h2 {
	font-size: 20px;
	color: #FF9900;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0px;
}
#content h3{
	color: #FFCC00;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Verdana;
	font-size: 1.1em;
}		
#content h5{
	color:#333;
	font:1.1em arial,verdana,sans-serif;
	margin:0;
}
#content h6{
	color:#333;
	font:1.1em arial,verdana,sans-serif;
	margin:0;
}
#content p{
	line-height: 180%;
	font-size: 1em;
	color: #EFEFEF;
}
#content a{
	color:#0099FF;
}
#content a:hover{
	color:#0066FF;
}

#content .style_top{
	margin: 0px;
}
#content .margin20{
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#calext a{
    font-size:10px;
}

/* Content end */


/* Content deco */
.deco1{
	color:#666666;
	background-image: url(images/h_mark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #DADADC;
	text-indent: 18px;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
.deco2{
	color:#666666;
	background-image: url(images/h_mark_point.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 60px;
	font-family: arial, verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
/* Content deco end */


/* Sidebar */
#sidebar1 {
	position:absolute;
	top:50px;
	right:0px;
	width:150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
}
*html #sidebar1 { top:136px; }

#sidebar1 h2{
	font-size: 0.9em;
	color: #FF9900;
	font-weight: bold;
	background-color: #3A3A3A;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#sidebar1 .under_line a{
	text-decoration: underline;
}
#sidebar1 a{
	text-decoration: none;
	color: #FF9900;
}
#sidebar1 ul li{
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul li ul li{
	padding:2px 0;
	background-image: url(images/listmark_a.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
}

/* Sidebar search */
#searchform {
	margin: 0px;
	padding: 0px;
}
#sidebar1 #searchform #s {
	width:100px;
	height: 14px;
	margin-bottom: 4px;
}
#sidebar1 #searchsubmit {
	padding:0px;
}
/* Sidebar search End*/
/* Sidebar End*/


/* Footer */
#footer {
    text-align:left;
	background-color: #E85C00;
	color: #FFFFFF;
	height: 80px;
	font-size: 11px;
	width:780px;
	}
#footer ul{
	list-style:none;
	position: absolute;
	width: 760px;
	top: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	left: 10px;
}
#footer li{
	float: left;
	background-image: url(images/listmark_b.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	text-indent: 16px;
	margin-top: 6px;
	margin-left: 4px;
	line-height: 16px;
}	
#footer .relative p{
	position: absolute;
	text-align: right;
	left: 264px;
	top: 54px;
	width: 500px;
}	
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #00CCFF;
}
/* Footer End */


/* Images */
#content .topimage{
	margin-top: 0px;
}
#sidebar1 img{
	margin-top: 1px;
	margin-bottom: 1px;
}



p img {
	padding:0;
	max-width:100%;
	}
a img {
	border:none
}
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}
img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}
.alignright {
	float:right
	}
.alignleft {
	float:left
	}
/* Images End */


/* Other */
code {
	font:1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em;
}
acronym, abbr {
	border-bottom:1px dashed #333
}
blockquote {
	border-left:5px solid #333;
	margin:15px 0 0 0;
	padding:0 0 0 15px
}
blockquote cite {
	margin:5px 0 0;
	display:block
}
.center {
	text-align:center
}
hr {
	clear:both;
	display:none
}
.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* Other end */



/* style list  style style style */
.style_orange{
	color: #FF9900;
}




