body {
	padding:15px 0 0 0;
	font:76% tahoma, verdana, sans-serif;
	background:#cecece;
	color:#303030;
	margin: auto;
	width:750px;		/*fix for IE6 - width will not work on body tag, must have its own container */
	text-align: center; /*fix for IE6 - width will not work on body tag, must have its own container */
}

#logo {
    width: 300px;
    height: 100px;
    float: left;
}


#logo img {
	padding:0px;
	margin:0;
	border:none;	
	height: 90px;
}
#logo a {
	text-decoration:none;
	border: none;
}
#logo h1{
	display: inline;
}
#logo h1 a {
	color:#505050;
	border:none;
}

#logo h1 a:hover {
	color:#303030;
	text-decoration:none;
	border:none;
}


#top_banner {
    float: right;
    margin: 10px 0px 0px 0px;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
}

#top_banner img {
    height: 30px;
    width: 200px;
}

#top_banner a:link, #top_banner a:visited {
    text-decoration: none;
    border: 0px;
}

#topnavbar {
    clear: both;
    float: left;
    margin: 0px 0px 0px 10px;
}

#topnavbar img {
    margin: 0px;
    vertical-align: middle;
}

#pagecontainer {
	width:750px;
	margin:0 auto;
	text-align: left; /*fix for IE6 - counteracts the centring in body... */
}

#bodycontainer {
    margin: 10px 0px 0px 148px;
    padding: 10px;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

#userbodycontainer {
    margin: 10px 0px 0px 10px;
    padding: 10px;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
}

#left_menu {
    float: left;
    width: 139px;
    margin: 5px 0px 0px 0px;
    padding: 5px 0 0 0px;
    /*background: #f5f5f5;*/
    line-height: 1.5em;
    /*border-right: 1px dotted #c0c0c0;
    border-top: 1px dotted #c0c0c0; */
}

#left_menu a:link, #left_menu a:visited {
    font-size: 1em;
    /*color: #30a0c0;*/
    text-decoration: none;
    text-align:left;
    /* background:#f0f0f0 url(../images/corner.gif) top right no-repeat; */
    padding: 2px 3px 3px 4px;
    border:none;
}

#left_menu li a:hover {
    background:#e0e0e0; /*url(../images/corner.gif) top right no-repeat; */
    text-decoration:none;
    border-top: 1px solid grey;
    border-left: 1px solid grey;
    border-bottom: 2px groove;
    border-right: 2px solid;
    padding: 0px 10px 0px 10px;
}

#left_menu p {
    font-size: 0.7em;
    text-align: left;
}

#left_menu ul { list-style-type:none; padding:0;margin:0;}
#left_menu li { padding: 3px 4px 3px 10px; list-style: none; width:130px;!important;float:left; margin-top: 9px}
#left_menu ul ul { border:0px solid #000;border-width:0px 0px 0px; padding: 5px} 
#left_menu li:hover ul { }
#left_menu li li { border:0px dotted #000;border-width:0 0px 0px 0px; width: 120px; margin-top: 2px }
#left_menu + p { clear:left; padding-top:1em; }




/* Site title section */
/* Main container */

#main_text {
    float: right;
    clear: both;
    margin: 10px 0px 0px 10px;
}

#container {
	margin:0 auto 20px auto;
	padding: 15px 50px 45px 40px;
	background: url(../images/template-background-750.gif) top right repeat-y;
}

#TextImage img {
    padding: 0px 20px 0px 0px;
}

#CenterImage img {
    padding: 0px 20px 0px 0px;
    align: center;
}

#front_separator {
    background: url(../images/front.jpg) center center no-repeat;
    clear: both;
    height: 50px;
    margin: 0px 0px 0px 10px;
}

a {
	color:#3030A0;
	text-decoration:none;
	border-bottom:1px dotted #505050;
}

a:hover {
	color:#303030;
	text-decoration:none;
	border-bottom:1px solid #505050;
}

h1 {
    margin:0 0 10px 0;
    font-size: 1.8em;
    font-weight: normal;
}

h2 {
    margin:0 0 10px 0;
    font-family: Tahoma;
    font-size: 1.3em;
    font-weight: normal;
    color: #0f0efe;
    width: 90%;
    text-align: left;
}

h3 {
	margin:0 0 10px 0;
	font-size:1.4em;
	font-weight:normal;
}

p {
    margin:0 0 15px 0;
    line-height: 1.5em;
    text-align: justify;
}

a img {
	border:0;
}
/* Toptab menu */

#toptabs {
	/*margin:10px auto -13px auto;*/
	font-size:0.8em;
	text-align:right;
}

#toptabs p {
	text-align:right;
	color:#808080;
	display:inline;
}

#toptabs li, #toptabs ul 
{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}
#toptabs li a
{
	display:inline;
	list-style:none;
	padding:4px 5px 1px 5px;/* top right bottom left */
	margin:0 0 0 2px;
	text-decoration:none;
	background:#f0f0f0 url(images/corner2.gif) top right no-repeat;
	color:#808080;
	border-bottom:1px solid #e0e0e0;
}

#toptabs li a:hover {
	background:#fafafa url(images/corner2.gif) top right no-repeat;
	border-bottom:1px solid #eaeaea;
	color:#505050;
	text-decoration:none;
}

#toptabs li a.active,
#toptabs li a.active:link,
#toptabs li a.active:visited 
{
	padding:4px 5px 3px 5px;
	margin:0 0 0 4px;
	color:#505050;
	text-decoration:none;
	background:#ffffff url(images/corner2.gif) top right no-repeat;
	border-bottom:1px solid #ffffff;
}

#toptabs li a.active:hover {
	text-decoration:none;
	border-bottom:1px solid #ffffff;
}

/* Navitab menu */

#navitabs {
/*clear:both;*/
}
#navitabs li {
	padding:0;
	margin:0;
}
#navitabs a {
	
	padding:4px 8px 4px 8px;
	margin:0 0 4px 0;
	text-decoration:none;
	font-size:1.1em;
	background:#e0e0e0 url(images/corner.gif) top right no-repeat;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
}

#navitabs a:hover {
	text-decoration:none;
	background:#d0d0d0 url(images/corner.gif) top right no-repeat;
	border-bottom:1px solid #ffffff;
}

#navitabs a.active {
	padding:4px 8px 4px 8px;
	color:#ffffff;
	margin:0 0 4px 0;
	font-size:1.1em;
	text-decoration:none;
	border-bottom:1px solid #505050;
	background:#505050 url(images/corner.gif) top right no-repeat;
}

#navitabs a.active:hover {
	text-decoration:none;
	color:#ffffff;
}
/* Header description */

#desc {
	height: 70px;
	color:#ffffff;
	padding:0;
	background:#505050 url(images/front.jpg) top left no-repeat;
	/*clear:both;*/
	margin:5px 0 15px 0;
}
#desc p {
	width:290px;
	font-size:1em;
	line-height:1.3em;
	padding:0 0 0 15px;
}
#desc h2 {
	padding:15px 15px 0 15px;
	color:#ffffff;
}
#desc a {
	color:#ffffff;
	text-decoration:none;
	border-color:#ffffff;
}
/*.right {
	margin-top:-8px;
	text-align:right;
}*/
/* 
	Main content 
*/

.content tr {
    vertical-align: top;
}

.content td {
    padding: 10px 20px 10px 10px;
}

#main {
	width:540px;
	float:right;
	padding:0 10px 0 0;
	margin:0;
	border-right:1px solid #d8d8d8;

}
/*
	Sidebar
*/
#sidebar {
	width:148px;
	float:;left;
}

#sidebar p {
	font-size:0.9em;
	line-height:1.3em;
	/*margin:0 0 15px 0;*/
}
#sidebar a {
	text-align:left;
	display:block;
	background:#f0f0f0 url(images/corner.gif) top right no-repeat;
	padding:3px 4px 3px 8px;
	border:none;
}
#sidebar a:hover {
	background:#e0e0e0 url(images/corner.gif) top right no-repeat;
	text-decoration:none;
	border:none;
}
#sidebar li{
	padding:3px 4px 3px 8px;
	list-style:none;
	margin: 0;
}
/* Footer */

#footer {
	clear:both;
	background:#fafafa;
	padding:0 0 10px 0;
	margin: 10px 0px 0px 0px;
	border-top:1px solid #d8d8d8;
}

#footer a {
	color:#808080;
}

#footer a:hover {
	color:#303030;
}

#footer p {
	color:#808080;
	font-size:1.1em;
	line-height:1.3em;
	margin: 5px 5px 0 0;
	padding:0;
	text-align: center;
}
img {
	padding:2px;
	margin:0 0 8px 0;
	<!- background-color:#f0f0f0; -->
	<!- border:1px solid #d8d8d8; -->
}

.hidden  {
    visibility: hidden;
}
/*
	Admin panel settings
*/
dl.admin-list a{
	border:none;
}

dl.admin-list dt {
	text-align:left;
	display:block;
	/*width:140px;*/
	background:#f0f0f0 url(images/corner.gif) top right no-repeat;
	padding:3px 4px 3px 8px;
	margin:10px 10px 5px 0;
	border:none;
}
dl.admin-list dt:hover {
	background:#e0e0e0 url(images/corner.gif) top right no-repeat;
	text-decoration:none;
	border:none;
}
blockquote {
	background:#f0f0f0;
	padding:10px;
	padding: 0;
}

#TextImage img {
    float: left;
    align: middle;
}

#RightImage img {
    float: right;
    align: top;
    padding: 5px 40px 0px 10px;
}

#LeftImage img {
    float: left;
    align: middle;
    padding: 5px 40px 0px 10px;
}

#CenterImage img {
    text-align: center;
    padding: 5px 40px 0px 10px;
}

.top-content td {
    vertical-align: top;
    padding: 5px 20px 20px 5px;
}

.top-content tr {
}

.spamlist {
    font-family: fixed;
    width: 100%;
    margin: 20px 0 0 0 ;
}

.spamlist img {
    border: 0px;
    padding: 0px;
    align: top;
}

.spamlist a:link {
    text-decoration: none;
}

.spamlist a:hover {
    text-decoration: none;
}

.spamtable tr {
    vertical-align: top;
}

.spamtable td {
    text-align: left;
    padding: 3px 10px 3px 0px;
}

.spamtable {
    font-size: 8px;
    font-family: fixed;

    text-align: left;
    spacing: 0px;
    margin: 0px;
    border-spacing: 0px;
    width: 600px;
    background: white;
}

.spamtable .highlight {
    spacing: 0px;
    margin: 0px;
    border-spacing: 0px;
    width: 100%;
    background: #4a7ddf;
}

.stattable {
    font-size: 8px;
    font-family: fixed;
    text-align: left;
    spacing: 0px;
    margin: 0px;
    border-spacing: 0px;
}

.stattable td {
    padding: 7px 0px 7px 20px;
}

#preview {
    font-size: 0.8em;
}

#search {
    margin: 30px 0px 0px 0px;
}

#warning {
    font-size: 1.3em;
    font-family: fixed;
    font-decoration: outline;
    color: red;
}
/*
.submitted
{
	font-size: 0.8em;
	text-align:left;
	display:block;

	background:#f0f0f0 url(images/corner.gif) top right no-repeat;
	padding:3px 4px 3px 8px;
	margin:10px 10px 5px 0;
	border:none;
}
li.node_read_more{
	text-align:left;
	display:block;

	background:#f0f0f0 url(images/corner.gif) top right no-repeat;
	padding:3px 4px 3px 8px;
	margin:10px 10px 5px 0;
	border:none;
}
li.node_read_more:hover {
	background:#e0e0e0 url(images/corner.gif) top right no-repeat;
	text-decoration:none;
	border:none;
}
ul.links{
	float: right;
	margin-bottom: 5px;
	padding: 2px;
	text-align: right;
}
*/