@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img {
	border: none;
}

a, a:visited, a:active {
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
}

a:hover {
	color: #000000;
}

#container {
width: 1000px;
margin: 0 auto;
background:#FFF url(images2/bg.jpg) left repeat-y;


}

#container_top {
	background:url(images2/bgTopTween.gif) top no-repeat;
	width:1000px;
	margin:0 auto;
}

#header {
	margin: 20px 0 0 0;
}

#nav {
	margin:15px 0 20px 0;
}

#nav div {
	float:left;
	background: url(images2/button.png) no-repeat;
	color: #FFF;
	width: 108px;
	height: 23px;
	text-align:center;
	margin:0 2px 0 0;
	padding: 10px 0 0 0;
}

#nav div:hover {
	background: url(images2/buttonOver.png) no-repeat;
}

#nav div a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding:10px 15px 10px 15px;
}

#content {
	margin:20px 425px 0 25px;
}

#content .article {
	border-bottom: 1px dotted #898989;
	margin:0 0 20px 0;
	padding: 0 0 10px 0;
	clear:both;
}

#content .article h1 {
	color: #2f12e0;
	text-transform:uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:10px;
}

#content .article p {
	color: #0066FF;
	line-height: 1.6;
	margin-bottom: 15px;
}

#content .article img {
	float: left;
	border: 1px solid #b3b3b3;
	padding:1px;
	margin: 0 10px 0 0;
}

#content .article h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #2f12e0;
	font-size: 12px;
	margin-bottom: 5px;
}

#footer {
	margin-left: 25px;
	color: #898989;
}

.date {
	font-weight: bold;
}


.clear {
	clear:both;
}



