@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%; 
	/** background-image: url(../images/cssimages/bg.gif); 
	background-position: center;
	background-repeat: repeat-y; **/
}

.style4 { /* Style used for links for more information refs */
	color: #0000FF
} 
ul{  /* common ul style used in the page */
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
li{ /* common ul style used in the page */
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#contentBody{  /* Main definitions of the 3 column sections */
	width:990px; 
	margin:0 auto; 
	margin-top:3px; 
	height:100%;
	
}

/************* #siteInfo styles (at the bottom of the page) ***************/
#siteInfo{
	background-color: #FFFFFF;
	clear: both;
	/*border: 1px solid #cccccc;*/
	font-size: 100%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
}
#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

#masthead{ /* Master  Head section */
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
}
