
body {
margin:0 10px;
padding:0;
background-color:#fff;
font:11pt verdana, arial, helvetica, sans-serif;
font-weight: 400;
font-style: normal;
text-decoration: none;
text-align: justify;
font-variant: normal;
color: #777;
min-width: 760px;
}
	
#header {
height:279px;
background-image: url(grfx/header_background.jpg); 
background-repeat: repeat-x;
background-position: bottom left;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
position: relative;
z-index: 9999;
}

	#header #menu {
	height:279px;
	background-image: url(grfx/header_bart_bg.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	}
	
	#header #menu object {
	position:relative;
	margin:0; padding:0;
	}
	
	/*THIS ITEM IN IE*/
	#header #menu #menuPosition {
	position:relative;
	width:auto;
	margin:0;
	padding:135px 0 0 45px;
	}
	
#header2 {
height:173px;
background-image: url(grfx/header2_background.gif); 
background-repeat: repeat-x;
background-position: top left;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

	#header2 #menu {
	height:173px;
	background-image: url(grfx/header2_menu_bg.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	}
	
	#header2 #menu #menuPosition {
	position:relative;
	margin:0;
	position: relative;
	z-index: 9999;
	padding:0 0 0 35px;
	}
	
	#header2 #menu #tagline {
	margin:10px 0 0 55px;
	}
	
	#header2 #menu #tagline ul {
	margin:0px;
	padding: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
	list-style-type: none;
	}
/*** style and li in style_content  ***/
	



#outer_wrapper {
	/***********
	background-image: url(grfx/style_wrapper_left.gif);
	background-repeat: repeat-y;
	***********/
	border-left:1px solid #ccc;
}
#wrapper {
	/**************
	background-image: url(grfx/style_wrapper_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	****************/
	border-right: 1px solid #ccc;
}
#left_wrapper {
	float: left;
	margin-left: -250px;
	width: 100%;
}
#left {
	float: left;
	width: 175px;
	margin-left: 250px;
}
	
	#left #excellenceAccordian {
	width:165px;
	margin:5px 5px 15px 5px;
	}
	
	#left #partnerScroll {
	width:165px;
	margin:5px 5px 15px 5px;
	}

/***  right for index only  ***/

#right_index {
	float: left;
	width: 250px;
	padding:20px 0 25px 0;
	
}

/***  center and right for all pages  ***/
#center {
	margin-left: 425px;
	padding:0 0 25px 0;
}
#right {
	float: left;
	width: 250px;
}


.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*THIS ITEM IN IE*/
#footer {
height:30px;
padding:3px;
background-color: #444;
}



