body {
background: #cccccc; 
margin: 0px; 
font-family: Arial, Helvetica, sans-serif;
margin-top:5px;
color:#000088;
}

p{
margin-top:5px;
}

.text {
	font-size: 13px;
	text-align:justify;
	margin-left: 155px;
	margin-right:15px;	
}

.red{
color:#FF0000;
}

li{
list-style-type:square;
list-style-position:inside;
}

.new-articles-li{
	font-size: 10px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:bold;
	color: #334497;
}

.new-articles-ul{	
	text-align:justify;
	margin-left: 150px;
	margin-right:0px;	
	margin-top:0px;
}

.spaced-text {
	margin-left: 155px;
	margin-right:5px;	
	margin-bottom:20px;
}

.copyright{
	margin-top:2px;
	font-size: 9px;
	text-align:right;
	margin-right:10px;
	color:#000066;
}

.small-text {
	font-size: 10px;	
	text-align:justify;
	margin-left: 35px;
	margin-right:70px;	
}

.form-text {
	font-size: 11px;	
	text-align:justify;
	margin-left: 155px;
	margin-right:15px;
}

.form-field{
	font-size: 11px;	
	text-align:justify;
}

.button{
	font-size: 12px;	
	text-align:center;
	background-color:#000099;
	color:#FFFFFF;	
}

.title {
	font-size: 16px;
	margin-left: 155px;
	padding:5px 5px 5px 0px;
	font-weight:bold;
}

.sub-title {
	font-size: 12px;
	margin-left: 155px;
	font-weight:bold;
	margin-bottom:0px;
}

.menu-padder{
margin-right:10px;
}

#main-window{
	background: #ffffff; 
/*	width:90%;*/
	width: 770px;
	margin:auto;
	margin-top:0px;
	background-image:url(/images/bground.gif);
	background-repeat:repeat-y;
	z-index:5;
}

#banner{
	position:absolute; 
	width:468px; 
	height:60px; 
	z-index:1; 
	border: 1px solid #334497;
	top:20px;
	margin-left:220px;
}

#cross-beam{
	position:relative; 
	width:600px; 
	height:2px; 
	z-index:1; 
	border: 1px none #334497;
	background-color:#dddddd;
	top:5px;
	left:150px;
}

#top-border {
	width:770px;
	height:24px;
	margin:auto;
	background-image:url(/images/top-border.gif);
	background-repeat:no-repeat;
}

#menu{
	background-image:url(/images/menu-bground.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:150px;
	height:365px;
	z-index:3;
	margin:auto;
	margin-top:0px;
	top:5px;
}

#bottom-bar{
	position:relative;
	height:26px;
	z-index:4;
	background-image: url(/images/bottom-border.gif);
	background-repeat:no-repeat;
}

