
a {
	color: #0000FF;
}
a:hover {
	color: #000066;
}
body,td {
	color: #333333;
	font: normal 12px Verdana, "Lucida Sans Unicode",sans-serif;
	line-height: 15px;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}

h1 {
	font-size: 14px;
	margin-bottom: 4px;
}
h2 {
	font-size: 13px;
	margin-bottom: 4px;
}

h1,h2,h3 {
	color: #333333;
	padding-top: 4px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	padding: 0 10px 0px 10px;
	width: 950px;
}

.header {
	margin: 0 auto;
}

/* title */
.title {
	padding: 2px;
}
.title h1 {
	color: #333333;
	font: normal 2.4em verdana, "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}


.title h1 a{
	color: #333333;
text-decoration:none;
}

.title h1 a:visited{
	color: #333333;
text-decoration:none;
}

.title h1 a:hover{
	color: #333333;
text-decoration:none;
}

/* main */
.main {
	clear: both;
	padding: 0 0px 12px 18px;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 200px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

p,cite,code,ul {
	padding-bottom: 1.2em;
}

/* content */
.content {
	padding-top: 12px;
	float: left;
	font: normal 12px verdana, "Lucida Sans Unicode",sans-serif;
}

.content a{
	font: normal 12px verdana, "Lucida Sans Unicode",sans-serif;
}

.content ul li {
	margin-left: 10px;
}

.content ol li {

	margin-left: 24px;
}
/* footer */
.footer {
	background: #958463 url('img/bgfooter.gif') repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 760px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}


a img{
border:none;
}

