HTML {
	FONT-SIZE: 80%;
	COLOR: #000000;
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
}
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 100%;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	background-color: #330066;
}
#maincontent {
	WIDTH: 790px;
	margin: 0px auto;
}
H1 {
	FONT-WEIGHT: bolder;
	COLOR: #986700;
	font-size: 24px;
}
H2 {
	FONT-WEIGHT: bold;
	COLOR: #330066;
	font-size: 1.6em;
}

H3 {
	FONT-WEIGHT: bold;
	COLOR: #333399
}
H4 {
	FONT-WEIGHT: normal; COLOR: #000000
}
H5 {
	FONT-WEIGHT: normal; COLOR: #000000
}
H6 {
	FONT-WEIGHT: normal; COLOR: #000000
}
IMG {
	BORDER-TOP-STYLE: none;
	BORDER-RIGHT-STYLE: none;
	BORDER-LEFT-STYLE: none;
	BORDER-BOTTOM-STYLE: none;
	margin-left: 14px;
	margin-right: 10px;
	margin-bottom: 10px;
}
P {
	LINE-HEIGHT: 18px;
	font-size: 14px;
	text-align: justify;
}
pre {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: inherit;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
OL {
	LINE-HEIGHT: 24px
}
UL.main {
	color: #330099;
	font-weight: bold;
	line-height: 16pt;
	list-style-type: circle;
}
li.main {
	list-style-type: circle;
}
hr {
	line-height: 2px;
	color: #718F35;
}


A {
	COLOR: #a48941
}
#header2 {
	MARGIN: 10px 0px 0px;
	WIDTH: 790px;
	HEIGHT: 160px;
	background-image: url(../images/containerheadunity2d.jpg);
	background-repeat: no-repeat;
}
#logo {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	HEIGHT: 150px
}
#logoright {
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 0px;
	FLOAT: right;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 5px
}
#logoright2 {
	PADDING-RIGHT: 50px; PADDING-LEFT: 0px; BACKGROUND: url(../images/img3head.gif) no-repeat right top; FLOAT: right; PADDING-BOTTOM: 0px; PADDING-TOP: 40px
}
#largecontent {
	MARGIN: 0px auto;
	WIDTH: 790px;
	background-color: #FFFFFF;
}
#content {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-TOP: 10px;
	width: 770px;
}
#rightcol {
	WIDTH: 543px
}
#leftcol {
	PADDING-RIGHT: 16px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	WIDTH: 145px;
	PADDING-TOP: 5px
}
#displaybox {
	padding-left: 5px;
	padding-top: 5px;
	margin-right: 5px;
	border-width: 1px;
}
#picdisplay {
	float: right;
}
#apDiv2 {
	z-index:3;
	float: left;
	width: 200px;
	height: auto;
}

.style1 {
	color: solid 1px /strong
></div>;
	font-weight: bold;
	font-size: 1.2em;
}
.style2 {
	font-size: 1.1em;
}
#datebox {
	background-position: bottom;
}
.footer {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
	background-position: center center;
	text-align: center;
}

#apDiv1 {
	position:absolute;
	left:151px;
	top:940px;
	width:179px;
	height:97px;
	z-index:1;
	border-width: 0;
}
#col1 {
	z-index:2;
	float: right;
	width: 560px;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #DDD;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #330066;
	border-color: #0000FF;
	border-bottom: 2px;
	border-bottom-style: ridge;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #0000FF;
	color: #000000;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-repeat: no-repeat;
	background-color: #8A99FF;

}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-position: 95% 50%;
	width: auto;
	background-image: url(../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #6666FF;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 170px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 170px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 180px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 180px;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	white-space: normal;
	display: inline;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

@charset "UTF-8";
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
