/* UUFT CSS Document */

body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #00337F;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #F9F8D8;
}

a {color: #00337F;}

ul {margin: 12px 0 0 16px;}

li a{
	font-size: .8em;
}

p {
	font-size: .8em;
	margin-top: 0;
	color: #000000;
}

td {
	font-size: .8em;
	color: #000000;
}

h3 {font-size: .9em;}

h4 {margin-bottom:0; font-size: .8em;}

h5 {font-size: .7em}

.right {text-align: right;}

#header {height: 61px;
	background-color: #F9F8D8;
}

#header h2 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight:900;
	position: absolute;
	margin: 0;
	padding:0;
	left: 8px;
	top: 3px;
	width: 362px;
	z-index: 2;
	color:#00337F;
}

#header h3{
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 900;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 10px;
	top: 5px;
	color: #ffdd99;
	z-index: 1;
	width: 362px;
}

#header img {
position: absolute;
top: 3px;
left: 3px;
}

#header p {
	 color: navy;
    font-size: 0.7em;
    left: 805px;
    line-height: 110%;
    position: absolute;
    top: 6px;
}

#left, #right
{
	background-color: #F9F8D8;
	position: absolute;
	top: 61px;
	width: 145px;
}

#left {
	left: 0px;
	border-right: #ccc;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
}

#right {
	left: 800px;
	border-left: 1px solid #CCC;
	background-color: #FFD876;
}

#rightcontent {
		border-top: 1px solid #00337F;
}

#rightcontent p {
	margin: 0;
	width: 100%;
}

#rightcontent h5 {
	color: #00337F;
	font-size: .86em;
	background-color: #FFD876;
	line-height: 22px;
	margin:0;
	text-align: center;
	border-bottom: 1px solid #00337F;
}
#rightcontent h6 {
	font-size: .6em;
	padding: 4px;
	margin:0;
	font-weight: 400;
}

#rightcontent p a {
	padding: 0px 0px 0px 7px;
	font-size: .9em;
	font-weight: bold;
	color: #00337F;
	text-decoration: none;
	background-color: #F9F8D8;
	display: block;
	line-height: 22px;
	height: 22px;
	border-top: 1px solid #FFD876;
	border-left: 2px solid #FFD876;
	border-right: 2px solid #FFD876;
	border-bottom: 2px solid #aaaaaa;
}

.line2x {line-height:14px;}

#rightcontent p a:hover {
	background-color: #FFD876;
	color: #00337F;
}

#leftcontent h3, #leftcontent h4 {
	padding: 0 8px;
	color: navy;

}

#leftcontent p {
	font-size: .7em;
	padding: 0px 8px 0px 8px;
	color: navy;}

#content {
	margin: 0 146px 0 146px;
	background-color: #FFFFFF;
	border: #ccc;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	width: 800px;
}

#contentcontent { padding: 1px 8px 0 16px; width: 635px;}

#content #content {
	margin:0;
	width: 700px;
}

#contentcontent li {
	margin-bottom: 6px;
	font-size: .9em;
}

#contentcontent h2 {
	font-size: 1em;
}

.rise {position: relative; top: -76px; left: -50px;}
#footer {
	background-color: #00337F;
	color: white;
	font-size: .7em;
	height: 22px;
	padding-top: 3px;
	text-align: center;
	width: 946px;
}

#footer a {
	color: #5555DD;
}

