body {
	margin: 0px;
	padding: 0px;
        font: 13px Arial, Helvetica, sans-serif;
        color: #000000;
	background-color: #666666;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #ffffff;
}

table {
	
}

td{
	border-bottom:1px dashed #000000;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1em;
}


p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#egg {
	width: 900px;
	margin: 0 auto;
	border-left:10px solid #FFFFFF;
   border-right:10px solid #FFFFFF;
}

/* Header */

#header {
	width: 894px;
	height: 115px;
	margin:0px auto;
	background: url(images/bg_head.gif);
        background-color: #196a5f;
	border: 3px solid #D49B02;
        border-bottom: 0px;
}

#header a {
	text-decoration: none;
	color: #ffffff;
}

/* Logo */

#logo {
	float: left;
	padding-left: 21px;
	padding-top: 13px;
}

/* Menu */

#menu {
        float:right;
        width:882px;
	border: 3px solid #D49B02;
        border-top: 0px;
        padding-left: 12px;
        padding-top: 6px;
        margin: -3px;
}

#menu ul {
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
        font-size: 1.1em;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px 6px 10px;
	background: url(images/img10.gif) no-repeat left 50%;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#menu .active {
}

#menu .active a {
       text-decoration: underline;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	background: #ffffff;
}

/* Content */

#content {
	float: left;
	width: 570px;
}

.article {
	background: #FFFFFF;
	margin: 0px 0px 30px 0px;
}

.article a{
	color: #000000;
}

.article a:hover{
	text-decoration: underline;
        color: #6e5103;
}

.article .title {
	margin: 0px;
	padding: 7px 20px;
	font-size: 1.4em;
	background-color: #0e3832;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #D49B02;
}

.article .pic1 {
	margin: 0px 0px 0px 0px;
	float: right;
	padding-left: 15px;
	margin-right: -20px;
}

.article .title h1 {
}

.article .entry {
	padding: 0 20px;
}

.article .p {
	border-bottom: 1px solid #0e3832;
}

.article .pdown {
	border-bottom: 1px solid #0e3832;
}

.article .p a {
	float: left;
	text-align: right;
	color: #ff0000;
}

/* Sidebar */

#sidebar {
	
        float: right;
	width: 300px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
         margin-bottom:10px;
}

#sidebar-content {
}

#sidebar ul {
        padding: 0px 0 5px 0;
	margin: 0px;
        list-style: none;
}
#sidebar ul li{
        border:1px solid #D49B02;
        margin-bottom:20px;
}

#sidebar li li {
	margin-right: 10px;
        margin-bottom:0px;
	line-height: 30px;
	padding-left: 15px;
	border:0px;
        border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	list-style: none;
	padding-left:5px;
	margin-bottom: 10px;
}

#sidebar h2 {
	padding: 7px 12px;
	font-size: 1.4em;
	background-color: #0e3832;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border: 3px solid #D49B02;
}

#sidebar h3 {
	padding: 3px 12px;
	font-size: 1.2em;
	font-weight: bold;
        background-color: #0e3832;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 3px solid #D49B02;
        border-top: 3px solid #D49B02; 
        border-left: 2px solid #D49B02;
        border-right:2px solid #D49B02; 
}

#sidebar h4 {
	margin-top: 5px;
        margin-bottom: -5px;
        line-height:120%;
        color: #6e5103;
}

#sidebar a {
	text-decoration: none;
        color: #6e5103;
}

#sidebar a:hover {
	text-decoration: underline;
        color: #6e5103;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 40px;
	margin: 0px auto 0px auto;
	color: #CCCCCC;
	background-color: #FFFFFF;

}

#footer p {
	border-top: 1px dashed #BDBDBD;
        margin: 0px 12px 0px 12px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #CCCCCC;
}
