
/* structure */

.content_table {
	/*background: url(/templates/images/grad.png) repeat-x left top;*/
	background-color: transperant;
	border: 1px solid #DDDDDD;
	padding: 0px;
	word-spacing: 0px;
}


.bread {
	margin: 0 auto;
	color: #dddddd;
	font: normal normal normal 10px Trebuchet MS;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.bread a{
	margin: 0 auto;
	color: #dddddd;
	font: normal normal normal 10px Trebuchet MS;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

table.container {
	background: #FFFFFF;
	width: 780px;
	margin: 0 auto;
	border: 1px solid #83847b;
}

/* title */
.top {
	background: #ffffff url(/templates/images/web123_logo.jpg) no-repeat;
	height: 240px;	
	width: 780px;
	border: 1px solid #83847b;
}

a {color: #83847b;}
a:hover {color: #83847b;}

body {
	color: #444;
	font: normal 12px Trebuchet MS;
	background-color: #333;
}

h1 {
	font: bold 18px Trebuchet MS;
	margin-bottom: 4px;
}

h2 {
	font: normal 14pxTahoma,sans-serif;
	margin-bottom: 4px;
}

h3 {
	font: bold 12px Trebuchet MS;
}

h4 {
	font: normal 12px Trebuchet MS;
}

p {
	font: normal 12px Trebuchet MS;
}

blockquote {
	background: url(/templates/images/quote.png) no-repeat;
	padding-left: 28px;
	color: #6b7e8a;
	font: normal normal bold 11px Tahoma;
}

/* navigation */
.navigation {
	top: -2px;
	background:#83847b url(/templates/images/nav.gif);
	border: 1px solid #83847b;
	height: 36px;
	font: 11px Tahoma,sans-serif;
}

.navigation a {
	background:#83847b url(/templates/images/nav.gif);
	border-right: 1px solid #83847b;
	color: #554;
	display: block;
	float: left;
	line-height: 36px;
	padding: 0 25px 0;
	text-decoration: none;
}


.navigation a:hover {
	background-position: left bottom;
	color: #234;
}

.navigation a:selected {background-position: left bottom; color: #234;}

.light {
	color: #AFBEC7;
	display: block;
	font: normal normal normal 10px Tahoma;
	text-align: center;
	width: 90px;
}
/* content */


.sidenav table {
	padding: 0;
	width: 200px;
}


.sidenav td {border-bottom: 1px solid #EAEADA;}

.sidenav td a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 10px 0 10px 10%;
	text-decoration: none;
}
.sidenav td a:hover {
	background: #F0F0EB;
	color: #654;
	width: 179 px;	
}

._search{
	background: #c9cdbf;

	color: #1a313e;
	border: 1px solid #83847b;
}

._search_button{
	font: 10px Trebuchet MS;
	color: #c9cdbf;
	background: #83847b;
	border: 1px solid #83847b;
	
}

.footer {
	background: url(/templates/images/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 25px;
	text-align: center;
	margin-top: 4px;

}

.footer1 {
	background: url(/templates/images/footer.png) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 25px;
	text-align: center;


}