/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11pt;
}
a
{
	color: #FA700B;
}
/* Outer */
#outer
{
}
/* Header */
#header
{
	height: 95px;
	background: #000 url('images/cuos.jpg') no-repeat right top;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 40px;
}
#header h1
{
	color: #fff;
	text-decoration: none;
	font-size: 2.4em;
}
/* Menu */
#menu
{
	padding: 1.5em 2.5em 1em 0em;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	font-weight: bold;
	display: inline;
}
#menu li a
{
	font-size: 0.8em;
	color: #E8EFC2;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #FA700B;
	text-decoration: underline;
}
/* Content */
#content
{
	padding: 1.5em 80px 1.5em 80px;
	line-height: 1.6em;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content table
{
	margin-bottom: 1.5em;
}
#content table th
{
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	padding: 0.25em 0.5em 0.25em 0.5em;
}
#content table td
{
	font-size: 0.8em;
	vertical-align: top;
	padding: 0.25em 0.5em 0.25em 0.5em;
}
#content table td p
{
	margin-bottom: 0em;
}
/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-left: -220px;
	margin-right: -220px;
	width: 100%;
}
#primaryContent
{
	border-left: solid 1px #D0D4BB;
	border-right: solid 1px #D0D4BB;
	margin: 0em 240px 0em 240px;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3
{
	color: #000000;
	border-bottom: dotted 1px #D0D4BB;
	padding-bottom: 0.3em;
}
#secondaryContent h3, #tertiaryContent h3
{
	border-bottom: dotted 1px #D0D4BB;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
/* Secondary Content */
#secondaryContent
{
	float: left;
	width: 215px;
	padding-right: 0.2em;
}
#secondaryContent a
{
  position: relative;
	z-index: 1000;
}
/* Tertiary Content */
#tertiaryContent
{
	float: right;
	width: 215px;
	padding-right: 0.2em;
}
/* Gallery */
#content #gallery td
{
	text-align: center;
	vertical-align: middle;
	height: 120px;
	width:	120px;
}
/* Footer */
#footer
{
	text-align: center;
	border-top: solid 1px #D0D4BB;
	padding: 1.5em 80px 1.5em 80px;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}
