@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Trebuchet MS", Verdana;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	background-color:#000000;
}
.wrapper {
	position:absolute;
	z-index: 4;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1100px;
}
.sub {
	position:absolute;
	z-index: 2;
	top: 0px;
	overflow: hidden;
	height: 100%;	
}

table.content {
	background-image: url(images/tiffbluebg.png);
	background-repeat: repeat;
}
.menu {
	width: 100%;

}
.links{
	font-size: 12px;
	color: #000000;
	background: url(images/linksbg.png) ;
}


/* new
----------------------------------------------- */
div#content {
	background-color: inherit;
	color: inherit;
	margin-top: 170px;
	padding: 0pt;
	position: absolute;
	top: 0pt;
	width: 914px;
}

div.content-col-left {
	float: left;
	width: 420px;
	margin-bottom:100px;
}
div.content-col-left #logo {
	margin-bottom: 20px;
}
div.content-col-right {
	float: right;
	margin-right:20px;
	width: 620px;
	margin-bottom:100px;
	margin-top:10px;
}

div.content-box {
	padding: 10px 10px 0 10px;
	width: 590px;
	margin: -3px 5px;
	background-color: transparent;
	background: url(images/linksbg.png) top left repeat;
	text-align:justify;
}
div.content-box ul {
    list-style-type:square;
}
div.content-box-top, div.content-box-bottom {
	width: 629px;
	height: 9px;
}
div.content-box-top {
	background: url(images/box-top.gif) top left no-repeat;
	margin-top: 0;
}
div.content-box-bottom {
	background: url(images/box-bottom.gif) top left no-repeat;
	margin-bottom:20px;
}




div.content-col-left {
	float: left;
	margin-left:20px;
	width: 320px;
	margin-bottom:50px;
	margin-top:10px;
}

div.content-leftbox {
	padding: 10px 10px 0 10px;
	width: 290px;
	margin: -5px 5px -5px;
	background-color: transparent;
	background: url(images/linksbg.png) top left repeat;
	text-align:justify;
}
div.content-leftbox ul {
    list-style-type:square;
}
div.content-leftbox-top, div.content-leftbox-bottom {
	width: 329px;
	height: 9px;
}
div.content-leftbox-top {
	background: url(images/box-topleft.gif) top left no-repeat;
	margin-top: 0;
}
div.content-leftbox-bottom {
	background: url(images/box-bottomleft.gif) top left no-repeat;
	margin-bottom:10px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Myriad Pro",  Tahoma;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Myriad Pro",  Tahoma;
}
a:hover {
	color:#FFCC66;
	text-decoration:underline;

}
a:active {
color:#FFCC66;
text-decoration:underline;
}
h3 {
	font-size: 20px;
	color: #FFCC33;
	font-family: Tahoma, Verdana;
	font-weight: bold;
}
.quote {
	font-size: 12px;
	line-height: 14px;
	width: 340px;
	margin-left: 140px;
}
.credit {
	font-size: 10px;
}