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%;
}

#workshoptitle
{
	font-weight:bold;
	text-decoration:underline;
	margin-top:12px;
}

#workshopdescr
{
	margin-top:0px;
	width:400px;
	line-height:1em;
}

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;
}

.cooltitles
{
	font-size:24px;
	color:#3F799E;
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	margin-top:-4px;
	margin-bottom:4px;
	padding-top:1px; /* use top padding to adjust the start of the gradient  */
	width:100%;
	text-align:center;
}

.cooltitles span
{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(images/gradient_1.png) repeat-x;
}

* html .cooltitles span
{
	background-color:#fff;
	background-color:transparent;
	background-image: url(none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/gradient_1.png", sizingMethod="scale");
}

ol.principles
{ 
	counter-reset: item;
	margin-left:20px;
}

ol.principles li
{
	text-indent:-24px;
	display: block
}

ol.principles li:before
{
	content: counter(item) ". ";
	counter-increment: item;
	font-size:16pt;
	font-weight: bold;
	color:#3F799E;
}
