/* GENERAL SPECS */

/* set standard font and color */
body {
   font-family: Arial, Verdana, Geneva, sans-serif;
   background-color: #381d59;
   font-size: 75%;
   line-height: 18px;
	color: #000;
	margin: 0px;
}
form {
   margin: 0px;
}
/* make input boxes and button look a bit better */
input {
   font-family: Arial, Verdana, Geneva, sans-serif;
   font-size: 1em;
   border: 1px solid #000;
}
select {
	font-size: 0.9em;
}
h1 {
	font-size: 1.4em;
   	font-weight: normal;
   	line-height: 20px;
}
h2 {
	font-size: 1.2em;
   	font-weight: normal;
   	line-height: 20px;
}
img {
	border: 0px;
}
/* ---------------------------------------------------- */
/* outer casing for whole page - the margins keep the content centred as the user resizes the window */
#contentElement {
   position: relative;
   top: 0px;
   width: 760px;
   margin: 0px auto;
   text-align: left;
	background-color: #FFF;
}
/* ---------------------------------------------------- */
#header {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	height: 250px;
	background: url(../images/header_bg.jpg) no-repeat bottom left;
}
#uol_logo {
	position: absolute;
	left: 20px;
	top: 10px;
}
#primary_nav {
	position: relative;
	top: 187px;
	left: 10px;
}
#primary_nav a {
   text-decoration: none;
	margin: 0px 10px 0px 10px;
}
#primary_nav a:link {
   color: #FFF;	
}
#primary_nav a:visited {
   color: #FFF;
}
#primary_nav a:hover {
   color: #990000;
}
#primary_nav a:active {
   color: #FFF;
}
/* ---------------------------------------------------- */
#outer_wrapper {
	background: url(../images/left_bg.gif) repeat-y left;
	margin-top: 20px;
}
#wrapper {
}
#container {
	width: 100%;
	float: left;
	margin-right: -20px;
}
#content {
	margin-right: 20px;
	background: url(../images/left_bg.gif) repeat-y left;
}
/* reset IE*/
* html body #content {
	margin-top: -10px;
	padding-top: 10px;
}
/* feed rules to IE/mac */
 /*\*//*/
#content {
	position: relative;
	top: 12px;
}
/**/
#main {
	margin-left: 210px;
}
#main img {
	border: 1px solid #000;
}
#left {
	width: 160px;
	float: left;
	margin: 0px 0px 10px 8px;
}
/* reset IE*/
* html body #left {
	margin: 10px 0px 10px 4px;
}

#footer {
	margin-top: 50px;
}

#copyright {
	font-size: 0.9em;
	margin: 0px 0px 0px 20px;
}
.clearing {
	height: 0;
	clear: both;
}
#logos {
	position: relative;
	top: -10px;
	left: 20px;
}
#logos img {
	margin-right: 30px;
}
/* ---------------------------------------------------- */
/* SECONDARY NAVIGATION */
/* create a nice gap between heading and nav links*/
#left p{
   margin: 0 0 10px 0;
}
/* create a margin around any images in the 2nd nav section*/
#left img{
   margin: 15px 0 0 0;
}
#left ul{
   /* Mac IE5.2 has trouble aligning images that have replaced bullets, so turn off lists and use background images */
   list-style: none;
   margin: 0;
   padding: 0;
}			
#left li{
   position: relative;
   margin: 0;
   /* Ensure the text doesn't overlap the bullet and create a balanced gap top and bottom */
   padding: 3px 0 3px 12px;
}
/* sub menus */
#left ul ul{
   position: relative;
   /* the right margin ensures the horz dotrs remian consistant*/
   margin: 0px;
   padding: 5px 0 0 5px;
}
/* ---------------------------------------------------- */
/* CLASSES */

/* outline box - for images in right-hand column */
.box {
   border: 1px solid #666666;
}

/* smaller text for sporadic use where necessary*/
.small {
   font-size: 0.9em;
   line-height: 16px;
}
.top {
	text-align: right;
}
.centre {
	text-align: center;
}
.pic {
	float: right;
	margin: 0px 0px 20px 20px;
	font-size: 0.9em;
	color: #333;
	text-align: center;
}
/* ---------------------------------------------------- */
/* LINKS */
/* normal links */
a {
   text-decoration: underline;
}

a:link {
   color: #381d59;	
}

a:visited {
   color: #381d59;
}

a:hover {
   color: #990000;
}

a:active {
   color: #381d59;
}
