/* "Oxford Blue" site scheme designed exclusively for "Capture the Oxford Moment" by Helen Burt. Font used in the title: 'Currency'. Fonts used for site text: 'Arial', 'Tahoma'. Images: taken by members of the "Capture the Oxford Moment" committee and friends, all rights reserved. Design-related comments and questions welcome at web@oxfordmoment.com */

body	{background: url(background2.jpg) repeat-y top left;}

a:link		{color: #cc0000;}

a:visited	{color: #660000;}

a:hover		{color: #660000;}

a:active	{color: #880000;}

/* Credit for this next bit of coding to substitute an image into an H1 tag (so that the H1 will still display the title if the stylesheet fails to load) goes to Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ and was acquired via the CSS Zen Garden, http://www.csszengarden.com/ */

#title h1 {background: transparent url(title2.jpg) no-repeat top left; 
	position: absolute;
	left: 0px; top: 0px;
	width: 780px; height: 124px;
	margin: 0px; padding: 0px;}

#title h1 span {
	display:none
	}

#main {position: absolute;
	 left: 190px; top: 125px;
	 width: 600px;
	 font-family: Tahoma; font-size: 14px;}

#content {clear: left; padding-top: 10px;}

#note {border:1px solid #000; 
	float:right;
	width:230px; 
	background:#ccccff;
	margin: 0px 10px 0px 10px; padding: 0px 10px 0px 10px;
	}

ul	{padding: 0; margin: 0;
	list-style: none; text-align: center;}

li.ub	{background-color: #000060;
	padding-left: 5px; padding-right: 5px; 
		 padding-top: 0px; padding-bottom: 0px;
		 float: left;
 	         position: relative;
		 text-align: center;
		 width: 10em;}

li.ub ul {display: none;
	position: absolute;
	top: 1.2em;
	left: 0;}

li.ub li {background-color: #000060;
	padding-left: 5px; padding-right: 5px; 
	padding-bottom: 0px; padding-bottom: 0px;
	width: 10em;}

li.ub:hover ul, li.over ul{ display: block; }

#links a:link	{font-family: Arial, sans-serif; color: #ffffff;
		 font-size: 14px; font-weight: bold;
		 text-decoration: none;}

#links a:visited	{font-family: Arial, sans-serif; color: #c0c0c0;
		 font-size: 14px; font-weight: bold;
		 text-decoration: none;}

#links a:hover	{font-family: Arial, sans-serif; color: #CC0000;
		 font-size: 14px; font-weight: bold;
		 text-decoration: none;}

#links a:active	{font-family: Arial, sans-serif; color: #ffffff;
		 font-size: 14px; font-weight: bold;
		 text-decoration: none;}

img.left	{float: left;
		 padding-right: 10px; padding-top: 5px;
		 margin-right: 10px; border: 0px;}

img.right	{float: right;
		 padding-left: 10px; padding-top:5px; border: 0px;}

ol.rules	{list-style-type: lower-roman;}

.small		{font-size: 10px;}

.assoc		{border: 1px #000000 solid;}

h2.oo		{margin: 0px; padding: 0px; font-size: 20px; border: 0px;}