body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
	background-color:#4d85bf;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
	}
	
.title {
	position: relative;
	margin-left: 255px;
	margin-right:30px;	
	font-size:22px;
	font-weight:bold;
	color:#bf4b9a;
	z-index:3;
}

.image-text {	
	text-align:left;
	color: #323232;
	font-size:11px;
	margin-bottom: 5px;
}

.text {	
	text-align:justify;
	margin-left: 255px;
	margin-right:30px;	
	margin-bottom:auto;
	color: #323232;
	font-size:12px;

}

.table-text {	
	text-align:justify;
	margin-left: 30px;
	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:#932929;
}

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

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

.quote-text{
	font-size: 10px;
	font-weight:normal;
	margin-right:40px;	
	margin-left: 280px;
	margin-right:50px;	

}

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


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

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

#header{
	position:absolute;
	top:0px;
	margin-left:11px;
	width:901px;
	height: 296px;
	z-index:1;
	background-color:#0a0a13;
	background-image:url(/images/header.jpg);
	background-repeat:repeat-x;
}

#logo{
	position:absolute;
	top:5px;
	margin-left:10px;
	width:261px;
	z-index:101;
}

#thumbs {
	border: 0px solid #545454;
	position: absolute;
	top: 227px;
	margin-left:230px;
	height:83px;
	width:800px;
	z-index:2;
}

#thumbs img {
padding-left: 10px;
}


#left-side {
	border: 0px solid #545454;
	position: absolute;
	top: 227px;
	margin-left:26px;
	height:auto;
	width:249px;
	z-index:3;
}


#menu-bg {
	text-align: right;
	font:#ffffff;
	position: relative;
	top: 0px;
	background-color:#4882bd;
	background-image:url(/images/nav-middle.gif);
	background-repeat:no-repeat;
	height:auto;
	width:204px;

}

#menu-top {
	overflow: hidden;
	height: 19px;
	width:204px;
	background-image:url(/images/nav-top.gif);
	background-repeat:repeat-x;

}

#menu-bottom {
	overflow: hidden;
	height: 19px;
	width:204px;
	background-image:url(/images/nav-bottom.gif);
	background-repeat:repeat-x;

}

#menu {
	border: 0px solid #a8d4ee;
	text-align: right;
	position: relative;
	top: -20px; left:0px;
	margin-bottom: -19px;
	z-index:101;
	width:204px;
}

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

	#menu a:hover {
		color: #c7e3ff;
		text-decoration: underline;
		}

	
#articles {
	border: 0px solid #545454;
	width:204px;
	position: relative; top:5px;
	background-image:url(/images/latest-articles-middle.gif);
	background-repeat:repeat-y;
	z-index:2;
	overflow: hidden;
}

#articles hr{
	color:#6a7395;
	height: 1px;
}

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

#articles-bottom {
	overflow: hidden;
	height: 16px;
	width:204px;
	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: #c7e3ff;
		font: 12px Arial, Helvetica, sans-serif;
		}		

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


#copywrite {
	border: 0px solid #e48219;
	background-color:#083d73;
	width: 900px;
	height: 53px;
	margin-left:11px;
	position: relative; top:0px;
}

	#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;
		}
		
			#copywrite a:hover {
		text-decoration: underline;
		color:#79aae9;
		}