/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	color: #FFFFFF;
}
.wrapper {
	background-color: #000066;
	margin:0 auto;
	width:800px;
	text-align:left;
	}

.header {
	width:800px;
	height:182px;
	background:#666666 url("images/header.gif") repeat-x bottom;
}

.navigation {
	width:800px;
	height:40px;
	background:#000000 url("images/navbar/nav_background.gif") repeat-x top;
	padding:0 0 0 0px; 
	margin:0; 
	list-style:none; 
} 
.navigation li { 
	float:left; 
} 
.navigation li a { 
	display:block; 
	float:left; 
	height:40px; 
	line-height:40px; 
	color:#FFFFFF; 
	text-decoration:none; 
	text-align:center; 
	padding:0 10px 0 10px; 
	font-size:14px; 
}
.navigation li a:hover { 
	color:#FF6600; 
	background:  url("images/navbar/nav_hover.gif"); 
}
.clear{
	clear:both;
}
.content{
	width:800px;
	background: url("images/undernav.gif") repeat-x top;
	
}
.leftcolumn {
	float:left;
	width:180px;
	margin-top:-20px;
	padding: 15px 10px 5px 10px;
}
.leftcolumn ul {
	list-style-type: none;
	padding-left:0;
	margin:0;
	text-align: left;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-top:0px;
}
.leftcolumn ul li {
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #999999;
	margin:0;
}
.leftcolumn ul li a {
	background: url("images/bullet1.gif") left no-repeat;
	text-align: left;
	padding-left: 20px;
	font-size:11px;
	text-decoration: none;
	color: #cccccc;
}
.leftcolumn ul li a:hover {
	background: url("images/bullet1.gif") left no-repeat;
	color: #ffffff;
	padding-left: 20px;
	text-decoration:underline;
}

.rightcolumn {
	width:560px;
	margin-top:-20px;
	padding:12px 10px 5px 10px;
	float:right;
}

.article{
	width:540px;
	background: url("images/article.gif") repeat-x top;
	font-size:16px;
	line-height:21px;
	
}

.artfoot{
	background: url("images/artfoot1.gif");
	width:528px;
	margin-top:-15px;
	margin-bottom:30px;
	text-align:left;
	font-size:12px;
	line-height:15px;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}	
.footer{
	width:100%;
	height:24px;
	line-height:24px;
	background: url("images/footer.gif") repeat-x bottom;
	text-align:center;
	color:white;
	text-decoration:none;
	font-size:12px;
	
} 
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FF6600;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
body {
	background-image:  url("images/diamond3.jpg");
}
h2 {
	font-size: 22px;
	color:#ffffff;
}
h3 {
	font-size: 18px;
	color:#FF6600;
}

.style1 {
	color: #CCCCCC;
	font-weight: bold;
}