@charset "utf-8";
/* CSS Document */

body{
	background-color:#333333;
	font-size:0.66em;
	font-family:Tahoma;
	margin:0px;
}

p{
	font-size:0.66em;
	font-family:Arial;
	margin:6px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
}

a.title { color:#E9E9E9;text-decoration: none; }
a.title:hover {color:#FFCC00;text-decoration:underline; }

a.footer { color:#E9E9E9;text-decoration:underline; }
a.footer:hover {color:#FFCC00;text-decoration:underline; }

ul{
	list-style: none;
	margin: 0;
	margin-left:0px;
	padding-left:0px;
}

li{
	display: inline;
	margin-left:0px;
	padding:6px 39px;
	background: url(../images/icon.gif) no-repeat 0px 0px ;
	list-style-position:inherit;
	width:100px;
}

ul li a{
	color:#E9E9E9;text-decoration: none;
	font-size:11px;
	font-weight:bolder;
}

ul li a:hover{
	color:#FFCC00;text-decoration:underline;
	font-size:11px;
	font-weight:bolder;
}

#head_title h1{
	color:#FCFCFC;
	font-weight:bolder;		
}

#header{
	height:140px;
}

#logo{
	padding: 30px 0px 0px 0px;
	float:left;
	width:110px;
}

#top-menu  {
	padding : 110px 0 0 100px;
	vertical-align : middle;
	margin-left : 90px;
	float : left;
	text-align : right;
	color : #ffcc00;
} 

#head_title {
	padding: 72px 10px 10px 10px;
	float:left;
	color:#FFFFFF;
}

#content-1{
	float:left;
}

#content-2{
	float:left;
}

#content_line_top{
	background-color:#CCCCCC;
	height:3px;
	width:929px;
}

#content_line_bottom{
	background-color:#CCCCCC;
	height:3px;
	width:929px;
}

#content_main{
	background-color:#ADADAD;
	height:350px;
	width:929px;	
	padding-top:0px;
}

#content_main_left{
	padding-left:10px;
	padding-right:10px;
  	background-color:#666666;
}

#footerline{
	clear:both;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:right;	
	width:1027px;
	height:50px;
	
}

#copyright{
	width:950px;
	color:#999999;
}

    code { color: #404040; font: normal 10px Monaco, monospace; }
    em { color: #808080; font-style: normal; }
       h1 { color: #000; font:normal 14px Tahoma, sans-serif; padding: 0 20px 5px;font-weight:bolder; margin-top:12px;} 
    p { color: #404040; font: normal 11px Tahoma, sans-serif; padding: 0 20px 0px; }
	/*h1:before { content: '.';  text-transform: lowercase; } */
div.scroll {height:300px;width:355px;overflow:auto;border-right:0;padding:0px;margin:0px;}

