/* CSS Document */
/* global css that parets the rest of the css - always come here to see if something just won't work*/
body	{	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul	{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul.indent	{
	list-style-position: inside;
	margin: 6px 24px;
 	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

/*-----------------------------*/
/* top right corner navigation */
/*-----------------------------*/
div.campusnav	{
	width: 100%;
	height: 53px;
	margin: 0px;
	padding-top: 4px;
	border: 0px;
	background-color: #FEE88A;
	text-align: right;
}

.campusnavlist li	{
	color: #000000;
	margin: 0px;
	padding: 0px 4px;
	font: bold 10px verdana, arial, sans-serif;
	display: inline;
	list-style-type: none;
	border-top: 0px;
	border-right: 1px solid #000000;
	border-bottom: 0px;
	border-left: 0px;
}


/*---------------------------------------------------------*/
/* this is the div style for the global intranet navigation. It works in conjunction with the aforewritten css; top right corner navigation*/
/*---------------------------------------------------------*/
div.bbg	{
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 3px 0px;
	background-color: #660033;
	text-align: center;
	vertical-align: middle;
	clear: both;
	line-height: normal;
}

.globalnavlist li	{
	color: #ffffff;
	margin: 0px;
	padding: 0px 4px;
	font: bold 10px verdana, arial, sans-serif;
	display: inline;
	list-style-type: none;
	border-top: 0px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px;
	border-left: 0px;
}

/*--------------------------*/
/* this makes sure that the last inline list item does not have a separator on its right where it doesn't need one*/
/*--------------------------*/
li.lastli	{	border-right: none;
}

li.onpage	{	list-style-type: circle;
}
/*---------------------------*/
/* Side bar div box */
/*---------------------------*/

div.sidebar	{	background-color: transparent;
	float: left;
	width: 25%;
	margin: 12px;
	border-right: 1px solid #ccc;
}

.sidebarnav li	{	color: #000000;
	margin: 0px;
	padding: 9px 6px;
	font: 11px verdana, arial, sans-serif;
	font-weight: bold;
	list-style-type: none;
}

li.sublist	{	color: #000000;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 18px;
	font: 11px verdana, arial, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}

li.details	{	color: #000000;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 36px;
	font: 14px Times New Roman, Times, sans-serif;
	font-weight: normal;
	list-style-type: disc;
}

/*--------------------------*/
/* all the links treatments */
/*--------------------------*/
a.campus:link	{ color: #000000;
	text-decoration: none;
}

a.campus:visited	{	color: #000000;
	text-decoration: none;
}

a.campus:hover	{	color: #000000;
	text-decoration: underline;
}

a.global:link	{ color: #FFFFFF;
	text-decoration: none;
}

a.global:visited	{	color: #FFFFFF;
	text-decoration: none;
}

a.global:hover	{	color: #FFFFFF;
	text-decoration: underline;
}

a.sidebar:link	{  color: #660033;
	text-decoration: none;
}

a.sidebar:visited	{ color: #660033;	
	text-decoration: none;
}

a.sidebar:hover	{ color: #999999;
	text-decoration: underline;
}

a.site:link	{  color: #666;
	text-decoration: none;
}

a.site:visited	{ color: #666;	
	text-decoration: none;
}

a.site:hover	{ color: #0000ff;
	text-decoration: underline;
}


/*--------------------------------*/
/* style for the body of the page */
/*--------------------------------*/

#main	{ float: left;
	width: 60%;
	margin-top: 9px;
	margin-right: 6px;
	margin-bottom: 9px;
	margin-left: 18px;
}

/*--------------------------------*/
/* styles for standard HTML tags */
/*--------------------------------*/

p	{	font: normal 14px/normal "Times New Roman", Times, serif;
	margin: 0px;
	padding: 6px 2px;
}

h1	{	color: #ffffff;
	text-align: left;
	margin: 0px;
	border: 0px;
	padding-left: 12px;
	font: bold 36px "Times New Roman", Times, serif;
	vertical-align: bottom;
}

h2	{	font: bold 22px "Times New Roman", Times, serif;
	text-align: left;
	color: #333;
	margin: 0px;
	padding: 0px;
}

h3	{	font: 13px Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #660033;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

h4	{	font: 10px Helvetica, Arial, Verdana, sans-serif;
	color: #660033;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 3px 3px 3px 24px;
	text-align: left;
}

h4	{	font: 10px Helvetica, Arial, Verdana, sans-serif;
	color: #660033;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 3px 3px 3px 24px;
	text-align: left;
}

hr	{	width: 50%;
	align: center;
	border: 1px solid #660033;
}

strong	{font-size: 14px;
	font-weight: bold;
}
strong.update	{font-size: 14px;
	font-weight: bold;color: #FF0000;
}
strong.full	{font-size: 14px;
	color: #708090;
}

em	{	font: italic 11px Helvetica, Arial, Verdana, sans-serif;
	padding: 0px;
}

img.logo	{ padding-left: 24px;
	border: 0px;
}

/*---------------------------------*/
/* style for footer part of the page*/
/*--------------------------------*/

.sitelinks li	{
	color: #ccc;
	margin: 0px;
	padding: 0px 3px;
	font: 9px verdana, arial, sans-serif;
	display: inline;
	list-style-type: none;
	text-align: center;
}

#footer	{	clear: both;
	text-align: center;
}

p.fin	{ background-color: #eeeeee;
	border-bottom: 3px solid #660033;
	font: 11px verdana, arial, sans-serif;
	color: #660033;
	text-align: center;
}
#google_analytics {
     position: absolute;
	 top: -9999px;
	 left: -9999px;
}
