BODY {
	MARGIN: 0px; 
	COLOR: #000000; 
	LINE-HEIGHT: 1.166; 
	FONT-FAMILY: Arial,sans-serif; 
	BACKGROUND-COLOR: #ffffff;
}
A:link {
	COLOR: #005fa9; 
	TEXT-DECORATION: underline;

}
A:visited {
	COLOR: #005fa9; 
	TEXT-DECORATION: underline;
}
A:hover {
	TEXT-DECORATION: underline;
}

H1 {
	margin:0px;
	font: bold 80% Arial,sans-serif; 
}
H2 {
	FONT: bold 114% Arial,sans-serif; 
	COLOR: #990033;
	margin-bottom: 1px;
	margin-top: 1px;
}
H3 {
	FONT: bold 100% Arial,sans-serif; 
	COLOR: #334d55; 
}
H4 {
	FONT: 100% Arial,sans-serif; 
	COLOR: #333333;
}
H5 {
	FONT: 100% Arial,sans-serif; 
	color: #006699;
}

UL {
	LIST-STYLE-TYPE: square;
}
UL UL {
	LIST-STYLE-TYPE: disc;
}
UL UL UL {
	LIST-STYLE-TYPE: none;
}

#members {
	float:left;
	font-size:10px;
}

#container {
	WIDTH: 80%; 
	BACKGROUND-COLOR: #ffffff;
	border-top: #cccccc 1px solid; 
	padding-top: 10px;
	text-align:justify;
}

#topper{
	text-align:right;
}

#masthead {
	WIDTH: 100%;
	BACKGROUND-COLOR: #ffffff;
	padding-top:5px;
	border-bottom: 2px solid #ff0000;
}

#masthead img {
	float:left;
	margin-right:10px;
}	


#feature {
	FONT-SIZE: 100%; 
	HEIGHT: 200px;
}


#feature H3 {
	FONT: bold 175% Arial,sans-serif; 
	COLOR: #000000;
}
#feature IMG {
	FLOAT: right;
}

#articles {
	width:100%;
	padding:0px;
}

.L-article {
	float:left;
	padding:5px;
	TEXT-ALIGN: justify; 
	font-size:80%;
	border: 1px solid #cccccc;
	width: 48%;
}

.R-article {
	float:right;
	padding:5px;
	TEXT-ALIGN: justify; 
	font-size:80%;
	border: 1px solid #cccccc;
	width: 48%;
}

.lastpar {
	padding: 20px 20px 20px 20px;
	text-align:justify;
	font-size: 100%;
}

#Signature {
	clear:both;
	font-size: 10px;
	text-align:right;
 }
 
#Signature img {
 	margin-left:2px;
}

#Signature strong {
	font-size: 12px;
	color:#006699;
}

#members {
	float:right;
}	

