
/* structure */
table.container {
	background: #FFFFFF;
	width: 780px;
	margin: 0 auto;
}

a {color: #963;}
a:hover {color: #C60;}

body {
	color: #444;
	font: normal 70% Tahoma,sans-serif;
}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}

/* title */
.top {
	background: #ffffff url(/templates/images/web123_logo.jpg) no-repeat;
	height: 170px;	
	width: 780px;
}

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: #D9E1E5 url(/templates/images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 38px;
	font: 11px Tahoma,sans-serif;

	
}

.navigation a {
	background: #D9E1E5 url(/templates/images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #554;
	display: block;
	float: left;
	line-height: 38px;
	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 */

.main {
	background: url(/templates/images/bgmain.gif) repeat-y;
}

.bread {
	color: #963;
	font: normal normal normal 10px Tahoma;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.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;	
}

.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/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 25px;
	text-align: center;


}
