body {
    font-family: "Tahoma", verdana, helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 16px;
    text-align: center;
    background: #eee /*url(../images/bg.gif)*/;
}

#content {
	margin: 20px auto 0 auto;
    padding: 0;
    width: 750px;
    text-align: left;
    border: solid #999 1px;
    background: #fff;
 }


#navbox ul {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    color: #666;
    float: left;
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    border-top: 2px solid #fff;
    font-family: "Tahoma", verdana, helvetica, sans-serif;
}

#navbox ul li {
    display: inline;
}

#navbox ul li a {
    padding: 0.25em 1em;
    background-color: #ffffff;
    color: #666;
    text-decoration: none;
    float: left;
    border-right: 2px solid #fff;
    font-weight: normal;
}

#navbox ul li a:hover, #navbox ul li#active a {
    background-color: #ea7810;
    color: #fff;
    font-weight: normal;
}

#navbox ul li#date {
	padding: 0.25em 1em;
    background-color: #ffffff;
	color: #666;
	text-decoration: none;
	float: right;
	font-weight: normal;
	font-size: 10px;
}

#navbox2 ul {
    padding: 0;
    margin: 0;
    background-color: #c5c5c5;
    color: white;
    float: left;
	width: 100%;
    font-size: 12px;
    line-height: 12px;
    font-family: "Tahoma", verdana, helvetica, sans-serif;
}

#navbox2 ul li {
    display: inline;
}

#navbox2 ul li a {
    padding: 0.25em 1em;
    background-color: #c5c5c5;
    color: White;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
    font-weight: normal;
}

#navbox2 ul li a:hover, #navbox2 ul li#active a {
    background-color: #c5c5c5;
    color: #000;
    font-weight: normal;
}

#leftNav {
/*	position: fixed;
	left: 50px;
	top: 140px; */
	width:180px;
	 background: #fff;
}

#leftNav ul li {
	list-style-type: none;
	text-decoration: none;
	margin-left: -35px;		
}

#leftNav ul li a {
    display: inline;
	padding: 0;
	margin:0;

    background-color: #ffffff;
    color: #666;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.4em;	
}

#leftNav ul li a:hover, #leftNav ul li#active a {
    color: #000;
    font-weight: normal;
}

#newbox {
	margin-top: 3	0px;
	padding: 10px;
// 	margin: 10px;	
	border-left: 3px solid #999;
	border-right: 3px solid #999;
}

#newbox h2 {
	border:0;
	font-size: 110%;
	font-weight:bold;	
//	color:#e18008;
	margin:0;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


h1 {
	color: #eee;
    font-weight: normal;
    font-size: 36px;
    text-align: right;
    letter-spacing: .15em;
    line-height: 54px;
	padding: 0;
    margin: 0; 
	background: #ea7810; /* #fea217; */
	height: 64px;
	padding-right:5px;
}

h1 span {
    display: none;
}


h2 {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.10em;
    margin: 0px 0 5px 0;
    font-color: #777;
}


h3 {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    margin: 65px 0 10px 0;
    border-bottom: 1px dotted #aaa;
}

p {
    margin: 0 0 15px 0;
}


p bold {
	font-color: #ff0000;
	font-weight: normal;
}


dt {
	font-weight: normal;
	font-size:120%;
	margin-top: 6px;
	margin-bottom:2px;
}

dd {

}

#inside { margin: 35px 15px 15px 25px; }

a, a:link, a:visited {
    color: #008;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #f60;
    text-decoration: none;
    font-weight: normal;
}

.screened {
	color: #666;
}


.themeLeft2 {
	float: left;
	width: 180px;
	padding: 0 0 5px 0;
}

.themeLeft2 h2 {
	font-size:130%;
	line-height: 100%;
	padding: 0 0 5px 0;
	}

.themeLeft2 img {
	margin-left: 0;
}



.themeRight2 {
	width: 450px;
/* 	height: 270px; */
	margin-left: 200px;
/*	border-left: dotted #999 1px; */
	padding-left: 30px;
	padding-right: 10px;
	text-align: left;
}

.themeRight2 h2 {
	line-height: 110%;
	padding: 0 0 5px 0;
	margin:0;	
}

#bottomLinks {
    margin: 10px;
    font-size: 10px;
    color: #666;
}

#bottomLinks a, #bottomLinks a:link, #bottomLinks a:visited {
    color: #666;
    font-weight: normal;
}

#bottomLinks a:hover {
    color: #f60;
    font-weight: normal;
}

#copyright {
    font-size: 9px;
    line-height: 10px;
    color: #666;
}

#themesmain {
	width: 580px;
}

#main {
    float: left;
    width: 375px;
    text-align: left;
}



