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


/* 
	Define WISE basic look and feel
*/



body {
	background-image:url('prototype/images/backgrounds/Rice-Fields.JPG') ;
 	width:auto;
    padding: 4px;
	margin-top: 10px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
  	font:normal 90%/1.2 Arial, sans-serif;
  	letter-spacing:0;
   position:relative;
   -webkit-font-smoothing: subpixel-antialiased !important;
}

#roundCorners {
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:40px;
    padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
    top: 0;
    white-space: normal;
	height:auto;
	overflow:hidden !important; 
}

#roundCornersRight {
	float:right;
		width:325px;
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:40px;
    padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
    top: 0;
    white-space: normal;
	height:auto;
	overflow:hidden !important;
}

#roundCornersLeft {
	float:left;
	width:325px;
    background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:40px;
    padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:15px;
    top: 0;
    white-space: normal;
	height:auto;
	overflow:hidden !important;
}

h1 {
    color: #000000;
  	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.65em;
	margin:0px;
    text-align: center;
	font-weight:900 !important;
}

h2 {
  	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size: 1.4em !important;
}

h3 {
  	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size: 1.3em;
}

h4 {
  	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size: 1.25em !important;
	padding:0px;
	margin:0px;
}

p {
    color: #000000;
  	font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
	line-height:1.35em !important;
}



#imgRight { 
	float:right;
	display:block;
	margin:10px;
	padding:4px;
	background:#FFF !important;
}

#imgLeft { 
	float:left;
	display:block;
	margin:10px;
	padding:4px;
	background:#FFF !important;
}

/* 
#imgCenter { 
    display: block;
    margin-left: auto;
    margin-right: auto;
	width:545px;
	padding:4px;
} */ 

.green {
	color:#009900;
	font-weight:900 !important;
}

.italGreen {
	color:#009900;
	font-style:italic !important;
}

figcaption {
	text-align:center;
	color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.1em;
	font-weight:bold;
	margin:20px !important;
	
}

ul li {
	 color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em !important;
}




a:link {
	color:#0000FF;
	text-decoration:underline !important;
	}     
	 
a:visited {
	color:#800080;
	text-decoration:underline !important;
	} 
	
a:hover {
	color:#FF0000;
	text-decoration:underline !important;
	} 
	
a:active {
	color:#FF0000;
	text-decoration:underline !important;
	}  

#source {
	color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .6em !important;
}
	
