html, body {
margin : 0;
padding : 0;
}
body {
color : #333;
background : #000000;
width : 100%;
font : 73% "lucida sans", "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}
			/*WRAP*/
#container {
width : 850px;
margin : 0 auto;
line-height: 2em;
background : #FFFFFF url(http://www.ucrfiji.com/images/crest.gif);
background-repeat: no-repeat;
background-position: center 240px;
color : #333;
}
			/*TOP BANNER*/
#top {
padding : 0.5em;
height: 180px;
background : #C7AFBD url(http://www.ucrfiji.com/images/fijibanner.png) top center;
color : #484452;
}
#top h1 {
padding : 0;
margin : 10px 0 0 10px;
font-size : 170%;
letter-spacing: 5px;
}
			/*LEFT SIDEBAR*/
#leftnav {
float : left;
width : 140px;
margin : 0;
padding : 1em;
}
#leftnav p {
margin : 0 0 1em 0;
}
			/*MAIN CONTENT*/
#content {
margin-left : 160px;
border-left : 1px solid #A662AA;
padding : 1em 3em 0 3em;
}
			/*FOOTER*/
#footer {
clear : both;
margin : 0;
padding : .5em 0 .5em 0;
font-size : 0.9em;
border-bottom : 0px solid #808080;
border-top :1px solid #808080;
color : #fafafa;
background : #4B0164;
text-align: center;
}
#footer a {
background: inherit;
color: #C7AFBD;
}
#footer a:hover {
background: inherit;
color: #fff;
}
#footer img {
float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */
#footer p {
padding-left :10px;
}
		/* TOP NAVIGATION  */
#navcontainer ul {
text-align: center;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background: #4B0164;
color: #fff;
width: 100%;
font-family: Helvetica, Arial, sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}
#navcontainer ul li {
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 10px;
/* matches link padding except for left and right */
padding-top: 10px;
}
#navcontainer ul li a {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
color: #fff;
text-decoration: none;
border-right: 1px solid #fff;
}
#navcontainer ul li a:hover {
background: #C7AFBD;
color: #333;
}
#navcontainer #active {
border-left: 1px solid #fff;
}
input.login {
	width: 75px;
	border: none; 
	background: url(http://www.ucrfiji.com/images/logininput.gif); 
	padding: 4px; 
}
		/* BOTTOM COLUMNS */
#columns {width: 800px;}

  ul.left {
    float: left;
    width: 250px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
    position: relative;
    left: 300px;
  }
  
  ul.right {
    float: right;
    width: 250px; 
    margin: 0px;
    padding: 15px 0px;
    border: 0px none; 
    list-style-position: inside;
    list-style-type: square;
    position: relative;
  }
  
  .no-space {
    margin: 0px;
    padding: 0px;
  }

		/* LINKS */
a:link, a:visited {
color : #86228B;
background : transparent;
text-decoration : none;
}
a:hover {
color : #484452;
text-decoration : none;
}
a:active {
color : #484500;
text-decoration : none;
}
img {
border : none;
}
		/*CLASS */
.quote {
border-top : 1px solid #A662AA;
padding : 10px;
color: #A662AA;
}
.imgleft {
float: left;
}
.indented{
   padding-left: 50pt;
   padding-right: 50pt;
   }
.indented2{
   padding-left: 100pt;
   padding-right: 100pt;
   }
		/* TYPOGRAPHY */
h2 {
margin : 0 0 .5em 0;
font-size : 130%;
color : #4B0164;
background : transparent;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
