@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image:url(../images/bluebkg.jpg)
}

#container {
	margin: 0 auto 0 auto;
	width: 48em;
	text-align: left;
	background: #FFFEEA;
	

}
#mbrcontainer {
	margin: 0 auto 0 auto;
	width: 48em;
	background: #FeFde9 no-repeat;
	text-align: left;
	

}
#container .siatop {
	background-image: url(../images/siaheader2.jpg);
	background-position: left top;
	height: 125px;
	background-repeat: no-repeat;
	float: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

}

#container .guts {
	padding-left: 10px;
	margin: 0px;
	padding-top: 7px;
}

#header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 10px 0 20px;
	width: 500px;
	font-size: 14px;
}
#container .guts .heading {
	width: 535px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 20px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Home page items*/
/*Sidebar for subpages*/
#container #sidebar1 {
	float: right;
	width: 26%;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style: square;
	text-align: left;
	border-left: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding: 5px 15px 0px 5px;
}


#container #sidebar1 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
#container #sidebar1 #sideBarList {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: -30px;
	list-style: none;
}
#container #sidebar1 #sideBarList a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	clear: both;
}


#container #sidebar1 a:link {
	color: #557DB0;
	text-decoration: none;
}
#container #sidebar1 a:visited {
	text-decoration: none;
	color: #2D3856;
}
#container #sidebar1 a:hover {
	text-decoration: underline;
	color: #557DB0;
}
#container #sidebar1 a:active {
	text-decoration: none;
	color: #2D3856;
}



#container .guts #womenImg {
	position: relative;
	top: 0px;
	left: 0px;
	display: inline;
	float: right;
	height: 225px;
	width: 225px;
	padding: 0px;
	margin: 0px;
	background: url(../images/women3.jpg);
	
	
}
#container .guts #homeNarat {
	width: 500px;
}
#container .guts #subtext {
	background-image: url(../images/mission.jpg);
	background-repeat: no-repeat;
	border-top-style: none;
	float: right;
	width: 225px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 225px;
	top: 225px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container .guts #mainContent .email_req #emailReq {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container .guts #mainContent #form1 table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
