@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(../imgs/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 748px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image:url(../imgs/main_Logo.jpg);
	height:234px;
	width:748px;
	margin-left:1px;
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0;
	
}

.oneColFixCtrHdr #navbar {
	background-image:url(../imgs/navbar_bg.png);
	width:748px;
	height:44px;
	top:-1px;
}

/*.menu .item { 
text-align: center; 
float: left; 
width: 129px; 
padding-top: 5px;  
margin: 0 8px 15px 0;
} 


.divider{
font-family:Arial, Helvetica, sans-serif; color: #000066; font-size:14px; padding:0px 0px 0px 30px;
}*/






.oneColFixCtrHdr #mainContent {
	padding: 0px 20px; 
	margin-left:1px;
	background-image:url(../imgs/maincontent_bg5.png);
	background-repeat:repeat-y;
		
	
}


.oneColFixCtrHdr #welcome {
	
	
}

.oneColFixCtrHdr #welcomeOnecolumn {
	
	
}

.oneColFixCtrHdr #news {
	
	
}


h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18pt;
	color:#344eb2;
	padding-left:10px;
	
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#344eb2;
	padding-left:10px;
	
}


.oneColFixCtrHdr p {
	padding:0px 20px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	
} 

.table  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	border-width: 1px;
	border-style:solid;
	border-color:#344eb2;
	background-color: white;
	

	
} 


table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}


.oneColFixCtrHdr #memRecog {
background-image:url(../imgs/mem_recog.jpg);
width:251px;
height:327px;
}

.oneColFixCtrHdr #memRecogblank {
width:240px;
outline:solid thin #344eb2;
}

.oneColFixCtrHdr #calendar {
margin-top:25px;
width:auto;
height:auto;
}


h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
color:#fff;
background-color:#344eb2;
padding:2px 2px 2px 3px;
width:auto;
}



.memTextnormal  {
	padding:10px 5px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	/*width:245px;*/
	text-decoration: none; 
}


.oneColFixCtrHdr #memHeader {
	padding:30px 0px 0px 110px; 
	color:#76591e; 
	font-weight:bold; 
	font-size:18px

}


.oneColFixCtrHdr #memHeader a:link, a:hover, a:visited{
	text-decoration:none;
	color:#76591e;

}

#memText  {
	padding:25px 15px 0px 15px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	width:215px;
	text-decoration: none; 
}


.more a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	width:205px;
	text-decoration: none;}

.more a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	width:205px;
	text-decoration: underline; }

.padding-top {padding-top:35px;}
.padding-bottom {padding-bottom:35px;}

.oneColFixCtrHdr #footer {
	background-image:url(../imgs/footer_bg.png);
	height:43px;
	margin-left:1px;
	/*margin-top:-16px;*/
}
.oneColFixCtrHdr #footer p {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color:#333333;
}