/* CSS Document */


body {
	font: 11px Verdana, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
}

h1 {
	font: bold 14px Verdana, Helvetica, sans-serif;
	color: #003366;
	padding: 15px 0px 0px 0px;
	margin: 0px;
}

h2 {
	font: 18px Verdana, Helvetica, sans-serif;
	color: #003366;
	padding: 15px 10px;
	margin: 0px;
}

h3 {
	font: 18px Verdana, Helvetica, sans-serif;
	color: #000000;
	padding: 15px 10px;
	margin: 0px;
}



/*** header styles ***/

#header {
	background: transparent;
	width: 762px;
	margin: 15px auto -2px;
/*	overflow: hidden; */
}

#leeds {
	text-align: left;
	color: #003366;
	font: bold 14pt Helvetica, Verdana, sans-serif;
}

#cuHeader {
	background-color: transparent;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	font-size: 9px;
	text-align: right;
	color: #999999;
}

#cuHeader a:link, #cuHeader a:visited {
	text-decoration: none;
	color:#999999;
}

#alumniNetworkHeader {
	background: transparent;
	width: 762px;
	margin: 0px auto -2px;
}

#leedsHeader {
	background-color: transparent;
	width: 730px;
	font-size: 9px;
	text-align: right;
	color: #666666;
	padding: 0px;
	margin: 10px 15px 0px;
}

#leedsHeader a:link, #leedsHeader a:visited {
	text-decoration: none;
	color:#666666;
}





/*** wrapper & layout styles ***/

#whiteBackground {
	background: #ffffff;
	width: 760px;
	margin: 0px auto 5px;
	border: solid #999999 1px;
	padding: 0px;
	text-align:left;
}

#contentBlue {
	background: transparent;
	margin: 0px 15px 15px 15px;
	padding: 0px;
	color: #000000;
	font: 11px/16px Verdana, Helvetica, sans-serif;
}





/*** homeNav styles ***/

#homeNavContainer {
	background: transparent;
	height: 130px;
	margin: 0px;
	padding: 0px;
}

#homeNav {
	float: right;
	background-color: transparent;
	margin: 10px 0px 0px 0px;
}

#homeNav ul {
	list-style: none;
	margin: 0px 0px 0px 200px;
	padding: 25px 0px 0px 0px;
}

#homeNav a {
	float: left;
	display: block;
	height: 62px;
	width: 190px;
	margin: 0px 0px 0px 5px;
	padding: 25px 0px 0px 35px;
	color: #ffffff;
	text-decoration: none;
	font: 14px Verdana, Helvetica, sans-serif;
}

#homeNav ul a {
	float: left;
	display: block;
	height: 62px;
	width: 190px;
	margin: 0px 0px 0px 5px;
	padding: 25px 0px 0px 35px;
	color: #ffffff;
	text-decoration: none;
	font: 14px Verdana, Helvetica, sans-serif;
}








/*** mainNavBlue styles ***/

#navContainer {
	background-color: transparent;
	width: 730px;
	height: 65px;
	margin: 10px 15px 0px;
	padding: 0px;
}

#mainNavBlue {
	float: left;
	width: 730px;
	background: #ffffff;
	font-size: 93%;
	line-height: normal;
}
	
#mainNavBlue ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNavBlue li {
	float: left;
	background: #003366 url(/olc/images/COBB/mainTop.gif) repeat-x top left;
	margin: 0;
	padding: 0;
}

#mainNavBlue a {
	display: block;
	background: #003366 url(/olc/images/COBB/mainTop.gif) repeat-x top left;
	padding: 15px 10px 5px 10px;
	border-right: solid #ffffff 1px;
	color: #ffffff;
	font: 11px Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#mainNavBlue a:link, #mainNavBlue a:visited, #mainNavBlue a:hover, #mainNavBlue a:focus {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	font: 11px Verdana, Helvetica, sans-serif;
}

#mainNavBlue .active {
	background: url(/olc/images/COBB/mainBlueSelectedRight.gif) no-repeat top right;
}

#mainNavBlue .active li {
	background: url(/olc/images/COBB/mainBlueSelectedRight.gif) no-repeat top right;
}

#mainNavBlue .active a {
	background: url(/olc/images/COBB/mainBlueSelectedLeft.gif) no-repeat top left;
	border: 0px;
	padding: 10px 10px 10px 10px;
	cursor: default;
}

#mainNavBlue #home a {
background: url(/olc/images/COBB/homeBlue.gif) no-repeat top right;
	border: 0px;
	padding: 15px 24px 5px 23px;
}

#mainNavBlue .activeHome a {
background: url(/olc/images/COBB/homeBlueSelected.gif) no-repeat top right;
	border: 0px;
	padding: 10px 23px 10px 23px;
	cursor: default;
}

#mainNavBlue .activeRight {
	background: url(/olc/images/COBB/mainBlueSelectedRight.gif) no-repeat top right;
}

#mainNavBlue .activeRight a {
	background: url(/olc/images/COBB/mainBlueSelectedLeft.gif) no-repeat top left;
	border: 0px;
	padding: 10px 21px 10px 20px;
	cursor: default;
}

#mainNavBlue .right a {
	background: url(/olc/images/COBB/mainblueRight.gif) no-repeat top right;
	border: 0px;
}



/*** subNavBlue styles ***/

#subNavBlue {
	float: left;
	width: 100%;
	background: #8EA4BB;
	font-size: 93%;
	line-height: normal;
}
	
#subNavBlue ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subNavBlue li {
	float: left;
	background: #8EA4BB;
	margin: 0;
	padding: 0;
}

#subNavBlue a {
	display: block;
	background: #8EA4BB;
	padding: 5px 5px 3px 5px;
	color: #003366;
	font: 11px Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

#subNavBlue .active {
	background: url(/olc/images/COBB/subBlueSelectedRight.gif) no-repeat top right;
}

#subNavBlue .active li {
	background: url(/olc/images/COBB/subBlueSelectedRight.gif) no-repeat top right;
}

#subNavBlue .active a {
	background: url(/olc/images/COBB/subBlueSelectedLeft.gif) no-repeat top left;
	border: 0px;
	cursor: default;
	color: #003366;
	font: 11px Verdana, Helvetica, sans-serif;
}





/*** cuFooter styles ***/

#cuFooter {
	background: transparent;
	clear: left;
	width: 760px;
	height: 80px;
	margin: 10px auto 0px;
	color: #999999;
	font: 11px Verdana, Helvetica, sans-serif;
}

#cuFooter a:link, #cuFooter a:visited {
	text-decoration: none;
	color:#999999;
}
#cuFooter a:hover, #cuFooter a:focus {
	color: #999999;
	text-decoration: underline;
}

