body {
margin:0;
padding:0;
line-height: 1.5em;
font-family:"Gill Sans MT", Arial;
background:url('images/img-rightline.jpg') repeat-y;

}

#title {
font-variant:small-caps;
font-size: 130%;
}

a:link { color:#336699; }
a:hover { color: #FF3333; }
a:visited { color:#333366; }
b{font-size: 110%;}
em{color: red;}


#topsection{
background:url('titles/UU-titlebg.jpg') repeat-x/*Height of top section*/;
width:935px; height:134px; text-align:left; background-repeat:repeat-x
}

#topsection h1{
margin: 0;
padding-bottom:0;
padding: 0;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 208px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 203px; /*Width of left column*/
margin-left: -100%;
background:#DDEBF2 url('titles/bluebottom.jpg') no-repeat 0% 50%;
padding-left:5px;
background-position-y:50%; background-image:url('titles/bluebottom.jpg'); background-repeat:no-repeat
}

.innertube{
margin: 0; /*Margins for inner DIV inside each column (to provide padding)*/
padding-left:0;
margin-top: 0;
}

.copyright
{
	color: #AAA;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-size: 8pt;
}

.rightbox
{
	width:150px;
	padding:10px;
	float:right;
	position:relative;
	margin-left:-80px;
	top:-30px;
	right:-100px;
	border-style:solid;
	border-width:thin;
	border-color:#336699;
	text-align:center;
	background-color:#E5F1F7;
}

.leftbox
{
	width:150px;
	padding:10px;
	position:relative;
	display:block;
	margin-left:15px;
	margin-bottom:10px;
	border-style:solid;
	border-width:thin;
	border-color:#336699;
	text-align:center;
	background-color:#E5F1F7;
}

.rightbox a,
.leftbox a
{
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	line-height:110%;
}
.rightbox a:hover,
.leftbox a:hover
{
	color: #FF3333;
}