#libmenu{}

.divider{padding-top:15px;}
/* DELETE COPYRIGHT ITEMS after roll out */

.COPYRIGHT {  
  font-size: xx-small;
  color: #000;
}
.COPYRIGHT a {
  color: #000;
}

/* LINKS */

a:link {
	text-decoration: underline;
	font-size: inherit;
}

a:visited {
  font-weight: normal;
}

a:active {}

img{border:none;}

body {
	margin:0px;
	padding:0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: silver;
}

h1, h2, h3, h4 {
	font-family: inherit;
	}
	
h4
{font-size: 14px;}

/* GREY MENU BAR */
#grayBarBG{
	width:773px;
	height:31px;
	background-image: url("http://ius.uwinnipeg.ca/graphics/bg-topmenu2.gif");
	padding:0px;
	margin:0px;
}
#grayBar{
	border: 0; 
	padding: 0 0 0 11px;
	margin: 0;
	width: 773px;
}
#grayBarSearchBtn{ 
	width:46px; 
	height:18px;
	padding-right:7px;
}
	 
#grayBarSearchBox{
	padding:3px;
  font-family: inherit;
	font-size: 11px;
	border: 1px solid silver;
}

/* Main DIV Container */
#main {
 width:100%;
 height:100%;
 float:left;
 padding:0px;
 margin:0px;
 text-align:center;/* Centers "middle" on screen along WITH middle margins */
 
}
#middle {
	width:773px;
	margin: auto; /* Centers "middle" on screen along WITH text-align on "main" div */
	background-color: white;
	border: 3px ridge white;
	padding: 0px;
}

#header {
	width:773px;
	height: 80px;
	background-color: #0054a6;
	border-bottom:6px solid #7da7d9 !important;
	padding:0px;
	margin:0px;
}

#grayBarBG {}

/* ONLY index pg */
#columns {
text-align:left;
background-color:white;
border:0;
padding:0;
margin:0;
width:773px;
}


/* 1+ deep in hierarchy */
#content { 
	background-color: white;
	width: 100%;
	text-align:left;
}

#content p {
	padding-left:10%;
	padding-right:10%;
}

/* .footer was .COPYRIGHT */
#footer {
  font-family: inherit;
  font-size: xx-small;
  color: #EEE;
	text-align:center;

	width:773px;
	background-color:#0054a6; 
	padding:10px 0 20px 0;
	border-top:6px solid #7da7d9 !important;/* This border is replaced with a 2px soild white border on index (home) page */
}

#footer a{
	font-size: 12px;
  color: #EEE;
	font-weight:bold !important;
	text-decoration:none;
}
#footer a:visited{
	font-size: 12px;
  color: #EEE;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover{
	 text-decoration:underline;
}

.subHEADING {
  font-family: inherit;
  font-size: large;
	font-weight: bold; 
  color: black;
  white-space:nowrap;
}

/* long subHeadings and other titles must wrap */
.wrap { 
	white-space:normal !important;
}
.nowrap{
	white-space:nowrap;
}

.gray {
	color:gray;
}
#iusLogo {
	display:inline;
	float:left;
  position:relative;
}

#uwlogo {
	display:inline;
	float:right;
  position:relative;
	right:4px;
	top:44px;
}

#uwlogo a{
	font-family: inherit;
	color:white;
  font-size:10px;
	text-decoration:none;
}

#uwlogo a:hover{
	 color:white;
	 text-decoration: underline;
}

#uwlogo img{
  vertical-align:middle;
	width:25px;
	height:31px; 
}
/* columnWIRA  ----- it's assigned to body tags of WIRA pages */
.columnWIRA {
	font-family: inherit;
	background-color: white;
	
}


.columnBLUE {
	color:#0052a6;
	font-family: inherit;
	font-size: 15px; /* medium */
	text-decoration:none;
	font-weight: bold !important;
}

.columnBLUE a{
	color:#0052a6;
	font-family: inherit;
	font-size: 15px; /* medium */
	text-decoration:none;
	font-weight: bold !important;
}

/* RED */
.columnCJUR {
  font-family: inherit;
  font-size: x-small;
  color: #9e0b0e;
  font-weight: bold;
  list-style-image: url(graphics/frontpage_arrow_cjur.gif) !important;
	
}

.columnCJUR a{
  font-family: inherit;
  font-size: x-small;
  color: #990000;
  font-weight: bold;
}

/* GREEN */
.columnGREEN {
  font-family: inherit;
  font-size: 12px;/* small 16-Oct-2008 10:53 PM */
  font-weight: bold !important;
  color: #007135;
	}
.columnGREEN a{
  font-family: inherit;
  font-size: 13px;/* small 16-Oct-2008 10:53 PM */
  font-weight: bold !important;
  color: #007135;
	}
/* PURPLE */
.columnCofE {
  font-family: inherit;
  font-size: x-small;
  color: #330066;
  font-weight: bold;
  list-style-image: url(graphics/frontpage_arrow_crc.gif) !important;
}
.columnCofE a{
  font-family: inherit;
  font-size: x-small;
  color: #330066;
	font-weight: bold;
}

/* RSS_BOX 17-Oct-2008 04:01 PM */
/* border: 1px black dashed; */
.rss-box{
	margin:20px 0 0 -15px;
	padding:0 0 0 0;
	vertical-align: top;
}

li.rss-item {
	padding-left:8px;
	font-size:12px;
	padding-bottom:10px;
	margin-right:5px;
	color: inherit;
	font-weight: bold;
}

.rss-item a {
 font-size:12px;
}
/* NEWER ITEMS ABOVE THIS LINE */


.paragraph {
  font-family: inherit;
  font-size: small;
  color: #666666;
  line-height: 25px;
}
il.paragraph {margin-left:20px}

.publicationsSUBTITLE {
  font-family: inherit;
  font-size: x-small;
  font-weight: bold;
  color: #000000;
}
.publicationsBROWSETABLE {
  font-family: inherit;
  font-size: xx-small;
  color: #ffffff;
}
.publicationsBROWSETABLE2 {
  font-family: inherit;
  font-size: x-small;
  font-weight: bold;
  color: #ffffff;
}
.bulletsPARAGRAPH {
  font-family: inherit;
  font-size: x-small;
  color: #666666;
  list-style-type: disc;
  line-height: 20px;
}

.boldTITLE {
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-weight: bold;
  color: #000000;
}
.underline {
  text-decoration: underline;
}

