body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
	background-image:url(/images/bg.gif);
	background-repeat:repeat;
	}
	
.title {
	position: relative;
	margin-left: 40px;
	margin-right:250px;	
	font-size:22px;
	font-weight:bold;
	color:#c6c7c9;
}

.text {	
	text-align:justify;
	margin-left: 40px;
	margin-right:250px;	
	margin-bottom:auto;
	color: #dddfe1;
	font-size:12px;
}

.table-text {	
	text-align:justify;
	margin-left: 40px;
	margin-right:250px;
	font-size:12px;
}

.list-text{
	font-size: 10px;
	font-weight:normal;
	margin-right:40px;	
	margin-top:0px;
	margin-bottom:0px;
	list-style-type: none;
}

.formfield{
	font-size:10px;
}

.new-articles-link{
	font-size:12px;
	font-weight:bold;
	color:#dddfe1;
}

.new-articles-li{
	color: #dddfe1;
	font-size: 10px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
}

.new-articles-ul{	
	text-align:justify;
	margin-left: 50px;
	margin-right:250px;	
	margin-top:10px;
	list-style-image: url('/images/bullet.gif');
}

.quote-text{
	font-size: 10px;
	font-weight:normal;
	margin-right:250px;	
	margin-left: 40px;
	color: #ffffff;
}

.style3{
	font-size: 10px;
	font-weight:normal;
	color: #ffffff;
}

.style1 a{
	font-size: 10px;
	font-weight:normal;
	color: #ffffff;
}


#main-window {
	border:0px solid #545454;
	width:915px;
	margin:auto;
	margin-top:11px;
	background-image:url(/images/page-bground.png);
	background-repeat:repeat-y;
}


#main-window a{
	color: #f90000;
	text-decoration: none;
}

#main-window a:hover{
	color: #f90000;
	text-decoration: underline;
}

#header{
	position:absolute;
	top:0px;
	margin-left:23px;
	width:868px;
	height: 222px;
	z-index:2;
	background-color:#0a0a13;
	background-image:url(/images/header.jpg);
	background-repeat:repeat-x;
}

#logo{
	border: 0px solid #a8d4ee;
	position:absolute;
	top:10px;
	margin-left:25px;
	width:261px;
	z-index:101;
}

#contact{
	border: 0px solid #a8d4ee;
	position:absolute;
	top:48px;
	margin-left:647px;
	width:240px;
	z-index:101;
}

#contact p{
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	font-size: 19px;
}


#menu {
	border: 0px solid #a8d4ee;
	text-align: right;
	position: absolute;
	top: 183px; 
	margin-left:20px;
	z-index:101;
	width:868px;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
}

	#menu a:hover {
		color: #ffffff;
		text-decoration: underline;
		}
		
		
		
		
#left-side {
	border: 0px solid #545454;
	position: absolute;
	top: 214px;
	margin-left:693px;
	height:auto;
	width:198px;
	z-index:3;
}





	
#articles {
	border: 0px solid #545454;
	width:197px;
	position: relative; top:5px;
	z-index:2;
	overflow: hidden;
	background-color: #898989;
}

#articles hr{
	color:#606060;
	height: 1px;
}

#articles-top {
	overflow: hidden;
	height: 32px;
	width:198px;
	background-image:url(/images/latest-articles.gif);
	background-repeat:repeat-x;
	z-index:2;
}

#articles-bottom {
	overflow: hidden;
	height: 16px;
	width:198px;
	background-image:url(/images/latest-articles-bottom.gif);
	background-repeat:repeat-x;
	z-index:2;
}

#articles-content {
	width:180px;
	position: relative; 
	top:5px;
	left:1px;
	margin-left:8px;
}

	.articles-span {
		color: #e2e2e2;
		font: 12px Arial, Helvetica, sans-serif;
		}		


	#articles a {
		color:#ac0303;
		font: 12px Arial, Times New Roman, Times, serif;
		font-weight:bold;
		text-decoration: none;
		}
		
	#articles a:hover {
		color: #ac0303;
		text-decoration: underline;
		}
		


#copywrite {
	border: 0px solid #e48219;
	background-color:#414554;
	width: 868px;
	height: 53px;
	margin-left:23px;
	position: relative; top:0px;
		background-image:url(/images/copywrite.gif);
	background-repeat:repeat-x;
}

	#copywrite p {
		text-align: center;
		color: #c0c3d3;
		font: 12px Arial, Helvetica, sans-serif;
		padding-top: 15px;
		margin-left:20px;
		height: 25px;
		}

	#copywrite a {
		text-decoration: underline;
		color:#c0c3d3;
		}