body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #333333;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
}

/* links */
a:link, a:visited {
	color: #0099ff;
	text-decoration: none;
}
a:hover {
	color: #FF6347;
	text-decoration: none;
}

img {
	border: 0;
}
 
/* headers */
h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 10px;	
}
h2 {
	font-size: 11px;
	font-weight: bold; 
	color: #0099ff;
}
h3 {
	font-size: 12px;
	font-weight: bold; 
	color: #61a6e0;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 5px 10px; 
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
textarea {
	width:300px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#777;
}

/* main content */
#main {
	float: right;
	width: 676px;
	margin: 0 0 0 10px; padding: 0;
	background-color: white;
}
#main h1 {
    height: 30px;
  	color: #999;
  	font-size: 11px;
    text-align: center;
    font-weight: bold;
  	background: #fff url('/images/gradientbg.jpg') repeat-x;
  	border-top: 1px #ded solid;
  	border-left: 1px #ded solid;
  	border-right: 1px #ded solid;  
  	border-bottom: 1px #fff solid;	
}	

/* sidebar */
#sidebar {
	float: left;
	width: 280px;
	margin: 0; 
    padding: 0;
	background-color: white;	
}
#sidebar h1 {
    height: 30px;
  	color: #999;
  	font-size: 11px;
    text-align: center;
    font-weight: bold;
  	background: #fff url('/images/gradientbg.jpg') repeat-x;
  	border-top: 1px #ded solid;
  	border-left: 1px #ded solid;
  	border-right: 1px #ded solid;  
  	border-bottom: 1px #fff solid;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin-left: 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight:normal;
	color: #333;
    height: 18px; 
	text-decoration:none;	
    list-style:none;
    font-size: 10px;
    text-align: left;
	padding: 2px 5px 2px 10px;
	background: #fdfdff;
	border-left: 5px solid #dedede;		
	min-height: 18px;	
}

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #fdfdff;
    list-style:none;
	color: #d62408;
	border-left:5px solid #FF6347;
}

#paragraphs {
    height: 30px;
  	color: #999;
  	font-size: 11px;
    width: 656px;
    text-align: center;
    font-weight: bold;
  	background: #fff url('/images/gradientbg.jpg') repeat-x;
  	border-top: 1px #ded solid;
  	border-left: 1px #ded solid;
  	border-right: 1px #ded solid;  
  	border-bottom: 1px #fff solid;
}

/* syndicate */
#syndicate { 
	clear: both;
    display:block;
	color: #fff;
	background: #fff;
	margin: 0;	
	font-size: 10px;
    height:33px;			
}
#syndicate a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #fff; 
}
#syndicate #syndicate-left {
	width: 100%;
	float: left;
	text-align: center;
	margin: 0; padding: 5px;

}
#syndicate #syndicate-right {
	width: 100%;
	float: right;
	text-align: right;
	margin: 0; padding: 5px;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}

#bookmark {
	width : 444px;
	display : inline-block !important;
	height : 20px;
	padding : 1px;
	background : #ffffff;
	border : 1px solid #fefefe;
	white-space : nowrap; /* stops Opera wrapping the text */ 
}

#bookmark ul {
	width : 444px;
	margin:0;	
	padding:0;
	list-style-type: none;
}

#bookmark ul li {
	width: 20px;
	float: left;
	display : inline-block !important;
	list-style-type: none;
	margin : 0 10px 10px 0;
}

.asholder {
	position : relative;
}

.spacer {
	font-size : 0;
	line-height : 0;
	clear : both;
}

.rightcorner {
	float : right;
}
.rightcorner img {
	border : none;
	display : block;
}

.leftcorner {
	float : left;
}

.leftcorner img {
	border : none;
	display : block;
}

#switchlang {
	width : 50px;
	display : inline-block !important;
	height : 20px;
	padding : 1px;
	background : #ffffff;
	border : 1px solid #fefefe;
	white-space : nowrap; /* stops Opera wrapping the text */ 
}

#switchlang ul {
	width : 50px;
	margin:0;	
	padding:0;
	list-style-type: none;
}

#switchlang ul li {
	width: 20px;
	float: right;
	display : inline-block !important;
	list-style-type: none;
	margin : 0 3px 3px 0;
}

#paging{ 
 width: 616px;
 margin: 0px auto;
 padding: 0px;
 text-align: center;

}

.pagingnav {
 padding: 0;
 margin: 0px auto;
 line-height: 28px;
 width: 616px;
 text-align: center; 

}

.pagingnav {
 padding: 2px;
}

.pagingnav a {
 color: #666;
 padding: 2px 4px;
 margin: 2px; 
 text-decoration: none;
 border: 1px solid #f1f1f1;
 display: block:

}

span.pagingnav {
 color: #666;
 padding: 2px 4px;
 margin: 2px; 
 text-decoration: none;
 border: 1px solid #dedede;
 background-color: #f1f1f1;
 display: block:
}

.pagingnav a:hover{
 text-decoration: none;
 background-color: #f1f1f1;
 font-weight: normal;

}

/* --- New Header --- */
.wrapper {
  margin: 0px auto;
  width: 990px;
}

.welcome {
  height: 30px;
  color: #999;
  font-size: 11px;
  background: #fff url('/images/gradientbg.jpg') repeat-x;
  border-top: 1px #ded solid;
  border-left: 1px #ded solid;
  border-right: 1px #ded solid;  
  border-bottom: 1px #fff solid;  
}

.welcome-left {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

.welcome-menu {
  float: right;
  padding-right: 10px;
  padding-top: 10px;
}

.header {
  background: #fff;
  border-top: 1px #fff solid;
  border-left: 1px #ded solid;
  border-right: 1px #ded solid;  
  height: 80px;
}

.logo {
  height: 76px;
  width: 93px;
  float: left;
}

div.header_title {
  color: #876; 
  width: 333px;
  float: left;
  font-family: georgia;
  text-align: left; 
  font-size: 55px;
}
div.header_title a, div.header_title a:hover { 
  color: #999;
  text-decoration: none;
}

div.header_title a:link, div.header_title a:visited { 
  color: #999;
  text-decoration: none;
}

div.header_about { 
  color: #999; 
  line-height: 125%; 
  font-family: tahoma; 
  letter-spacing: 1px; 
  border-left: 1px dashed #999; 
  padding-left: 10px; 
  margin-left: 103px; 
  font-size: 11px; 
}

.header-search {
  float: left;
  margin-top: 27px;
}

form.margin {
  margin: 0px;
  padding: 0px;
}

input.head-search {
  font-size: 18px;
  color: #999;
  border: 1px #DEDEDE solid;
  height: 24px;
  width: 250px;
}

.head-search-button {
  position: relative;
  height: 24px;
  width: 24px;
  border: none;
  top: 6px !important;
  right: 30px;
}

.radio {
  background: url('/images/box_radio.gif') no-repeat;
  float: right;
  width: 224px;
  height: 52px;
  margin-top: 20px;
  padding: 7px;
}

.radio-title {
  font-size: 10px; 
  width: 100px;
  height: 2px;
  float: left;
  margin-left:215px;
  color: #FF6633;
}

/* --- Colorful --- */

.hl-1 {
  color: #99CC00;
}

.hl-2 {
  color: #999933;
}

.hl-3 {
  color: #FF3399;
}

.hl-4 {
  color: #FF6633;
}

.hl-5 {
  color: #990000;
}

.hl-6 {
  color: #0099FF;
}

.hl-7 {
  color: #999999;
}

/* --- Header Menu --- */

.menu-bar {
  background: #fff;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  border-top: 1px #fff solid;
  border-left: 1px #ded solid;
  border-right: 1px #ded solid;  
  border-bottom: 1px #fff solid;
}

.menu {
  text-align: left;
}

.menu ul {
  padding: 0px;
  margin: 0px;
}

.menu ul li {
  font-size: 13px;
  list-style-type: none;
  display: inline;
  padding-right: 5px;
}

.menu ul li a {
  color: #999999;
  text-decoration: none;
  border: 1px #fff solid;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
}

.menu ul li a:hover {
  color: #0099FF;
  background: #fdfdfd;
  border: 1px #dedede solid;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
}

.menu-current {
  color: #99CC00;
}

/* --- Spacers --- */

#spacer-2px {
  margin: 2px;
}

#spacer-5px {
  margin: 5px;
}

#spacer-10px {
  height: 10px;
}

#spacer-20px {
  height: 20px;
}

#spacer-30px {
  height: 30px;
}

/* --- Content --- */

.container {
  background: #fff url('/images/content_bg.gif') repeat-x;
  padding: 20px 10px 20px 10px;
  border-top: 1px #fff solid;
  border-left: 1px #DEDEDE solid;
  border-right: 1px #DEDEDE solid;  
  border-bottom: 1px #fff solid;  
}

/* --- Footer --- */

.footer {
  background: #fff url('/images/gradientbg.jpg') repeat-x;
  height: 48px;
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
}
