body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backgrnd.jpg);
}
#logo {
	position:absolute;
	width:218px;
	height:87px;
	z-index:1;
}
#navspace {
	position:absolute;
	width:218px;
	height:300px;
	z-index:1000;
	top: 156px;
	background-color: #09347A;
	background-image: url(../images/navBG.jpg);
	padding: 0px 0px 10px 0px;
}
#header {
	position:absolute;
	width:660px;
	height:104px;
	z-index:1000;
	left: 218px;
}
#barlink {
	position:absolute;
	width:658px;
	height:19px;
	z-index:4;
	left: 218px;
	top: 104px;
	background-image: url(../images/headerSearch2.jpg);
	padding: 6px 0px 0px 2px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11px;
}
#barlink2 {
	position:absolute;
	width:658px;
	height:25px;
	z-index:1;
	top: 129px;
	left: 218px;
	padding: 2px 0px 0px 2px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 11px;
	background-color: #0055A5;
}
body,td,th {
	color: #000000;
}
a:link {
	color: #0B5BA6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0B5BA6;
}
a:hover {
	text-decoration: none;
	color: #D06F1A;
}
a:active {
	text-decoration: none;
	color: #0B5BA6;
}
a {
	font-weight: bold;
}
#search {
	position:absolute;
	width:130px;
	height:40px;
	z-index:50;
	left: 535px;
	top: 0px;
}
#barlinks2style a:link {
	color: #ffffff;
	text-decoration: none;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}
#barlinks2style a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}
#barlinks2style a:active {
	color: #ffffff;
	text-decoration: none;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	}
#barlinks2style a:hover {
	color: #D06F1A;
	text-decoration: none;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}
#title {
	position:absolute;
	width:660px;
	height:178px;
	z-index:1;
	top: 157px;
	left: 218px;
}
#navGR {
	position:absolute;
	width:218px;
	height:115px;
	z-index:6;
	top: 456px;
}
#subtitle2 {
	position:absolute;
	width:656px;
	height:25px;
	z-index:8;
	left: 218px;
	top: 335px;
	font-family: georgia, serif;
	font-size: 18px;
	padding: 0px 2px 0px 2px;
	color: #666666;
}

#subtitle {
	position:absolute;
	width:656px;
	height:25px;
	z-index:8;
	left: 218px;
	top: 335px;
	font-family: georgia, serif;
	font-size: 14px;
	padding: 2px 2px 0px 2px;
	color: #333333;
	background-color: #E1E1E1;
}
#subtitlellc {
	position:absolute;
	width:656px;
	height:25px;
	z-index:8;
	left: 218px;
	top: 335px;
	font-family: georgia, serif;
	font-size: 12px;
	padding: 2px 2px 0px 2px;
	color: #333333;
	background-color: #E1E1E1;
}

/*menu*/
.suckerdiv ul{
	margin: 0;
	padding: 0px 0px 0px 11px;
	list-style-type: none;
	width: 198px; /* Width of Menu Items */
	background-color: #09347A;
}
	
.suckerdiv ul li{
	position: relative;
	background-color: #09347A;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 198px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-color: #09347A;
}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #FFFFFF;
	text-decoration: none;
	background: #09347A;
	padding: 4px 4px;
	border-bottom: 0;
	letter-spacing: 0.06cm;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-size: 10px;
}


.suckerdiv ul li a:visited{
	color: #FFFFFF;
}

.suckerdiv ul li a:hover{
color: #D06F1A;
}


* html .suckerdiv ul li {
	float: left;
	
	background-color: #09347A;
}
* html .suckerdiv ul li a {
	
	background-color: #09347A;
}
/* End */

