* {
	margin: 0;
	padding: 0;
}
a {color: #333;}
a:hover {color: #000000;}
body {
	background: #FFF;
	color: #333;
	font: 10px "Lucida Sans Unicode",sans-serif;
	font-weight: normal;

}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-right: 1.2em;}
li {list-style-image: url(img/li.gif);}
h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}

img {border:none;}
blockquote p {padding: 3px 0;}
h1 {color: #FFF;
text-align: center;}

h2,h3,h4
{color: #333;
text-align: Left;}

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

/* structure */
.container {
	}
.image{
	border:none;

      }

/* top */
.top {
	background: #2F0063;
	font: normal 1.5em "Lucida Sans Unicode",sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 630px;
}
.top h2 {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
	padding-left: 24px;
	font-weight:normal;
}

/* header */
.header {
	background-image:url(images/images/home_05.jpg);
	text-align:center;
	font: 12px "Lucida Sans Unicode",sans-serif;
	color:#333;
}
.header a:link{
	font-size: 12px;
	color:#333;
	text-decoration:underline;

}
.header a:hover{
	font-size: 12px;
	color:#000;
	text-decoration:underline;

}
.header a:active{
	font-size: 12px;
	color:#333;
	text-decoration:underline;

}
.header a:visited{
	font-size: 12px;
	color:#333;
	text-decoration:underline;

}




/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	margin-left: 235px;
	width: 520px;
}
.item h1 {
	background: #2F0063;
	color: #FFF;
	line-height: 20px;
	padding:10px 16px;
}
.item .body {padding: 12px 18px;}

/* main */

/* navigation */
.navigation {
	background: url(images/images/home_13.jpg) no-repeat;
	position: absolute; 
	left: 0px; 
	top:170px; 
	width: 160px;
	height: 20px;
	color: #000;
}
.navigation h4 {
	font-size: 10px;
	line-height: 10px;
	padding:5px 7px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	list-style: none;
}
.navigation li a {
	background: url(images/images/home_13.jpg) no-repeat;
	color: #000;
	display: block;
	padding: 8px 8px 10px 20px;
	text-decoration: none;
}
.navigation li a:hover {
	background: url(images/images/home_13.jpg) no-repeat;
	color: #333;
}

.sidenav {
	background: url(images/images/home_14.jpg) repeat-y;
	color: #222222;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 762px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
