body {
	height:100%;
	margin:0px;
	background:#FFF url(../images/sdrk_bg.gif) repeat-y top left;
}

#container {
	width:100%;
	height:100%;
}

#flash {
	margin-top:-93px;
	width:153px;
	height:100%;
	background-color:#B6B7B9;
}

#header {
	height:71px;
	width:auto;
	background-color:#DCDDDE;
	vertical-align:bottom;
	padding-left:153px;
}

#menu {
	height:20px;
	width:auto;
	background-color:#87888B;
	border-bottom:2px solid #cc3333;
	padding-left:153px;
	font-size:8pt
}

#homepicture {
	width:519px;
	background-color:#87888B;
	color:#FFFFFF;
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	line-height:17px;
	clear:both;
}

.titlebar {
	width:auto;
	background-color:#2C4775;
	color:#FFFFFF;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	line-height:17px;
	clear:both;
}

#news_list {
	margin-top:10px;
	width:338px;	
	float:left;
	font-family:Arial;
	font-size:7pt;
}

span.footer {
	font-family:Arial;
	font-size:7pt;
}

#announcements{
	margin:10px 0px 0px 10px;
	padding-left:11px;
	border-left:2px solid #9490A0;
	width:157px;
	float:right;
	font-family:Arial;
	font-size:7pt;
}

span.footer {
	font-family:Arial;
	font-size:7pt;
}

#financial {
	margin:10px 0px 0px 10px;
	padding-left:11px;
	border-left:2px solid #9490A0;
	width:157px;
	float:right;
	font-size:7pt;
	font-family:Arial;
}
#financial span#stock_title {
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#cc3333;
}
#financial span#stock_quote {
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#000000;
}
#financial span#stock_text {
	font-family:Arial;
	font-size:8pt;
	color:#000000;
}

a.menuTOP:LINK {
	position:relative;
	z-index:200;
	padding:3px 15px 4px 5px;
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	color:#FFFFFF;
	line-height:13px;
	text-decoration:none;
	background-color:#87888B;
}
a.menuTOP:VISITED {
	position:relative;
	z-index:200;
	padding:3px 15px 4px 5px;
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	color:#FFFFFF;
	line-height:13px;
	text-decoration:none;
	background-color:#87888B;
}
a.menuTOP:HOVER {
	position:relative;
	z-index:200;
	padding:3px 15px 4px 5px;
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	color:#FFFFFF;
	line-height:13px;
	text-decoration:none;
	background-color:#2C4775;
}

a.menu:LINK {
	position:relative;
	z-index:200;
	padding:3px 15px 4px 5px;
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	color:#FFFFFF;
	width:154px;
	line-height:13px;
	text-decoration:none;
	background-color:#87888B;
}
a.menu:VISITED {
	position:relative;
	z-index:200;
	padding:3px 15px 4px 5px;
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	color:#FFFFFF;
	width:154px;
	line-height:13px;
	text-decoration:none;
	background-color:#87888B;
}
a.menu:HOVER {
	position:relative;
	z-index:200;
	padding:3px 15px 4px 5px;
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	color:#FFFFFF;
	width:154px;
	line-height:13px;
	text-decoration:none;
	background-color:#2C4775;
}

a.frontpage:LINK {
	font-family:Arial;
	font-weight:bold;
	font-size:7pt;
	text-decoration:none;
	color:#0000FF;
}
a.frontpage:VISITED {
	font-family:Arial;
	font-weight:bold;
	font-size:7pt;
	text-decoration:none;
	color:#0000FF;
}
a.frontpage:HOVER {
	font-family:Arial;
	font-weight:bold;
	font-size:7pt;
	text-decoration:underline;
	color:#0000FF;
}

a:LINK {
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#0000FF;
}
a:VISITED {
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	color:#0000FF;
}
a:HOVER {
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	color:#0000FF;
}

#content {
	position:absolute;
	top:93px;
	left:153px;
	height:auto;
	width:519px;
	padding:10px;
	clear:right;
}
#sdi_sites {
	width:750px;
	clear:both;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#9490A0;
	margin-top:15px;
}
.site_link {
	width:100px;
	
	float:left;
	margin-right:5px;
}
.site_link img {
	border:1px solid #87888B;
	border-top:none;
}

a img {
	border:none;
}

.headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#CC0000;
}
.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}

@media print {
	#flash {
		display:none;
	}
	#menu {
		display:none;
	}
	#content {
		left:0px;
		top:0px;
	}
	#header {
		display:none;
	}
}