*{
		padding:0;
		margin:0;
}
body{  
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#878787; 
	padding-top:10px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* LAYOUT STYLES */
#header {
	background: url(/images/indexHeader.jpg) no-repeat;
	width:746px;
	height:306px;
}
#header2{
	background: url(/images/header.jpg) no-repeat;
	width:746px;
	height:167px;
}
#footer{
	text-align:center;
	margin-top:5px;
	color:#777;
	font-size:.8em;
}
#leftNav{
	background:url(/images/navGrad.jpg) no-repeat bottom;
	/*background-color:#260959; */
	width:234px;
}
#center{
	width:551px;
	padding:0 10px 0 20px;
}
#right{
	width:195px;
}
#navigation{
	height:430px;
}
#tagline{
	background:url(/images/tagLine.jpg) no-repeat;
	width:746px;
	height:18px;
}
/* PAGE SPECIFIC STYLES */
	/* LEADERSHIP PAGES */
#executives{
	display:block;
}

#executives .executive, #srPartners .srPartner{
	width:150px;
	float:left;
	margin:0 7px 10px 7px;
}

#executives .executive .name, #srPartners .srPartner .name{
	text-align:center;	
}
#executives h2, #srPartners h2 {
	margin-bottom: 8px;
}
#bioPhoto{
	float:left;
	margin:0 20px 10px 0;
}
#bioTitle h2{margin:0;}
#bioText{
}

#executives .executive .title, #srPartners .srPartner .title{
	text-align:center;	
	font-size:.8em;
	padding-top:3px;
}

#srPartners{
	clear:both;	
	padding-top:10px;
}

#sideBar{
	border-left: 1px solid #d7d7d7;
	padding:8px;
	margin:10px 0;
	width:94%;
}
#sideBar a{
	font-size:.8em;	
}
 .callOut{
	margin: 0px 8px 20px 3px;
	border-bottom:1px solid #ccc;
	padding:10px 15px 10px 0;  
}
.callOut .callOutHeading{
	color: #615486;
	font-weight:bold;
	font-size: 12px;
}
#container #content #sideBar #callOut #calloutText{
	font-size:.9em;	
}
#container{
	margin:auto;
	position:relative;
	background:url(/images/barBg.jpg) repeat-y;
}
#srAssociatePartners td{
	padding:3px;
}
#userTable td{
	padding:3px;
}

/* GENERAL TAG STYLES */
a{	
	color:#250858;
	text-decoration:none;
}
#content a:hover, #sideBar a:hover{
	text-decoration:underline;
}
dt{
	font-weight:bold;
	color: #544078;
}

iframe{border-style:none !important; background-color:#ffffff;}
p{margin:10px 0 15px 0; color:#878787;}
h1, h2, h3, h4{
	margin-bottom:10px; 
	color: #544078; 
	font-weight:normal;
}
h1{font-size: 19px;}
h2{font-size: 16px;}
h3{color: #544078; font-size:11px; }
ul{ 
	margin-left:20px;
	list-style: disc;

}
ol{margin:15px 0 15px 25px;}
blockquote {
	color: #A695C6;
}
legend{
	color: #544078; 	
}
td{
	font-size:12px;	
}

/* END GENERAL TAG STYLES */

/* CUSTOM CLASSES FOR RANDOM ELEMENTS */
.submitButton {
	border: 1px solid #666;
	background-color: #52437C;
	color: #FFF;
	padding: 2px;
	font-weight: bold;
	margin-left:45%;
}
a img{text-decoration:none; border:none;}
.event{
	margin-bottom: 15px;
	margin-left: 20px;
}
.month{margin-bottom: 15px;}
.centerImage{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}
img.pad{margin:8px;}
#messageArea {
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}
#logoutLink{
	position:absolute;
	top:3px;
	right:10px;
}
/* STYLING FOR THE EDIT IN PLACE SCRIPT */

#CONTROLSpageContent {
	 background:none !important;
	 border:none;
	 margin:0;
	 float:right;
	 padding:0;
}
#CONTROLSpageContent img{margin:0 2px !important; background-color:white;}
