body {
	margin: 0;
	background: url(../images/bg_bkrd.jpg) repeat-x top left fixed #061928;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.fontTimesGray16px {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8e9092 ;
}

a.fontLinkOrange:link, a.fontLinkOrange:visited {
	color: #000000;
}

a.fontLinkOrange:hover, a.fontLinkOrange:active {
	color: #f0b310;
}

.fontLinkGray {
	color: #999999;
}

.wrapper {
	margin: 0 auto;
}

.toptable {
	background: url(../images/bgtop.gif) top left repeat-x;
}

.bgrighttable {
	background: url(../images/bgright.gif) top left repeat-x #58585a;
}

.tablemiddle {
	background: url(../images/bgmiddle.png) repeat-y top left;
}

.contentmiddle {
	margin: 0 0 0 13px;
	line-height: 17px;
}

.contentcontent {
	margin: 40px 30px 40px 40px;
}

.contentcontentsub {
	margin: 20px 30px 20px 40px;
	color: #333333;
}

.contentcontentsmall {
	margin: 40px 20px;
}

.footer {
	background: url(../images/footercontent.jpg) no-repeat top left;
	height: 93px;
}

.photoborder {
	border: 7px solid #FFFFFF;
}

.bgrighttablesub {
	background: url(../images/bgrighttablesub.gif) repeat-y top left;	
}

.footercontent {
	margin: 10px 13px;
	width: 659px;
	text-align: center;
	color: #999999;
}


/* MENU DROPDOWN */

#sddm
{	margin: 27px 0 0 0;
	padding: 0;
	z-index: 30;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 12px "Times New Roman", Times, serif}

#sddm li a
{	display: block;
	margin: 0 0px 0 0;
/*	padding: 4px 10px; */
/*	width: 60px; */
/*	background: #5970B2; */
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	/* background: #49A3FF */}

#sddm div
{	position: absolute;
	visibility: hidden;
/*	margin: 0 0 0 20px; */
	margin: 0;
	padding: 0;
	background: #f0b310;
/*	border: 1px solid #5970B2 */
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 10px 15px;
/*		width: auto; */
/*		width: 80px; */
		min-width: 80px;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background: #f0b310;
		color: #000000;
		font-size: 12px;
		font-family: "Times New Roman", Times, serif;
		border-bottom: 1px solid #ffe190;
		}

	#sddm div a:hover
	{	background: #f0b310;
		color: #FFF}

.clearclass {
	clear: both;
}