/* CSS Document */

/* GLOBAL Body, Div tags */
body {
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	}
div {
	margin: 0px;
	padding: 0px;
	}
p {
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
td {
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
/* GLOBAL HEADER (Banner) Assembly */		
#topbar {
	background-color: #FF0000;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 7px;
	width: 100%;
	z-index: 0;
	font-size: 1px;
	line-height: 1px;
	}
#bannerleft {
	background-color: #000066;
	background-image: url(css-images/ds-bannerleft.jpg);
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 575px;
	display: block;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 7px;
}
#bannercenter {
	background-color: #000066;
	background-image: url(css-images/bannercenter.jpg);
	display: block;
	margin: 0px;
	padding: 0px;
	height: 93px;
	width:100%;
	clear: both;
	background-repeat: repeat-x;
	z-index: 0;
	position: relative;
}
#bannerright {
	background-color: #000066;
	background-image: url(css-images/bannerright.jpg);
	margin: 0px;
	padding: 0px;
	height: 93px;
	width:182px;
	display: block;
	z-index: 1;
	position: absolute;
	right: 0px;
	top: 7px;
}
#topnavbar {
	color: #000066;
	text-align: center;
	display: block;
	height: 12px;
	width: 100%;
	padding-bottom: 4px;
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 11px;
	position: relative;
	}
#topnavbar a {
	text-decoration: none;
	color: #000099;
}
#topnavbar a:hover {
	color: #cc0000;  
	text-decoration: underline;
	}
#shadowbar {
	display: block;
	height: 9px;
	width: 100%;
	background-image: url(css-images/shadowpiece.jpg);
	background-repeat: repeat-x;
}

/* MAIN CONTENT Divs */
#leftmenu {
	display: block;
	height: auto;
	width: 160px;
	padding: 0px 3px 12px 4px;
	position: absolute;
	margin-right: 7px;
	left: 0px;
	top: 142px;
	z-index: 1;
	font-size: 11px;
	line-height: 115%;
	}
#mainbody {
	display: block;
	height: auto;
	width: auto;
	vertical-align: top;
	padding: 0px 170px 0px 190px;

}
#mainbodyWide {
	display: block;
	height: auto;
	width: auto;
	vertical-align: top;
	padding: 0px 24px 0px 190px;
	position: relative;
	margin: 0px;

}
#mainbodyWidest {
	display: block;
	height: auto;
	width: auto;
	vertical-align: top;
	padding: 0px 24px 0px 24px;

}
#bodyColumn1 {
	display: block;
	height: auto;
	width: auto;
	vertical-align: top;
	padding: 0px 170px 0px 190px;
}
#bodyColumn2 {
	display: block;
	height: auto;
	width: 47%;
	vertical-align: top;
	padding: 0px 7px 0px 18px;
	float: right;
}
#title {
	display: block;
	height: auto;
	width: auto;
	vertical-align: top;
	padding: 0px 170px 0px 190px;
}
#rightcolumn {
	display: block;
	height: 100px;
	width: 140px;
	padding: 0px 4px 7px 12px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	position: absolute;
	top: 142px;
	right: 0px;
}
/* Footer Divs */
#footer {
	color: #FFFFFF;
	height: auto;
	width: 100%;
	text-align: center;
	position: relative;
	display: block;
	margin-top: 18px;
	padding: 12px 0px;
	clear: both;
}
#footerbar {
	background-color: #000066;
	height: 36px;
	width: 100%;
}

/* GLOBAL a (link) tags */
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #cc0000;
}
a:visited {
	color: #000099;
}
a:active {
	color: #FF0000;
}
strong {
}
/* GLOBAL h1-h5 tags */
h1 {
	font-size: 24px;
	line-height: 110%;
	font-weight: bold;
	color: #000066;
	display: block;
	padding: 10px 0px 0px 0px;
}

h2 {
	font-size: 18px;
	line-height: 100%;
	font-weight: bolder;
	color: #000066;
	display: block;
}
h3 {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	margin: 10px 0px 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000066;
	display: block;
	margin: 7px 0px 0px;
	padding: 0px;
}
h5 {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #000066;
	display: block;
	margin: 4px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Misc. text tags */
.white {
	color: #FFFFFF;
}
.copy {
	font-size: 12px;
	line-height: 15px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.R {
	font-size: 70%;
	line-height: 100%;
	vertical-align: super;
	display: inline;
}
blockquote {
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0px;
	margin-right: 7px;
	margin-left: 14px;
}
.SmallCopy {
	margin: 0px 7px 0px 0px;
	padding: 0px;
	font-size: 10px;
	line-height: 120%;
}
.SmallCopyWhite {
	margin: 0px 7px 0px 0px;
	padding: 0px;
	font-size: 10px;
	color: #CCCCCC;
}
.tightcopy {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
}
.tightcopy p {
	line-height: 13px;
	margin-bottom: 3px;
	font-size: 11px;
}
.tightcopy a {
	text-decoration: none;
	color: #000099;
}
.tightcopy a:hover {
	color: #cc0000;  
	text-decoration: underline;
	}
strong {
	font-weight: bold;
}

/* Misc. DIV styles */
/* For the added Links under the left menu buttons */
#leftlinks {
	display: block;
	height: auto;
	width: 165px;
	padding-top: 12px;
	padding-left: 12px;
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
}
#leftlinks p {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 3px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 4px;
}
#leftlinks a {
	text-decoration: none;
	color: #000099;
}
#leftlinks a:hover {
	color: #cc0000;  
	text-decoration: underline;
	}
/* For small link menus in body copy */
#mtslinks {
	display: block;
	float: right;
	height: auto;
	width: 220px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 18px;
}
/* Special Button tags */
/* Wide Buttons in Left menu */
a.leftbutton, a:visited.leftbutton {
	font-family: Trebuchet, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	background-image: url(css-images/but-bg.gif);
	background-repeat: repeat;
	text-align: left;
	display: block;
	height: 22px;
	width: 150px;
	margin-top: 2px;
	padding-top: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin-left: 2px;
	padding-left: 10px;
	text-decoration: none;
	}	
a:hover.leftbutton {
	display: block;
	color:#FFFFFF;
	background-color:transparent;
	background-image: url(css-images/but-hover.gif);
	}
/* Small general Buttons in body copy */
a.button2, a:visited.button2 {
font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	background-image: url(css-images/but-bg.gif);
	background-repeat: repeat;
	text-align: center;
	display: block;
	height: 20px;
	width: 120px;
	margin-top: 2px;
	padding-top: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	text-decoration: none;
}
a:hover.button2 {
	display: block;
	color:#FFFFFF;
	background-color:transparent;
	background-image: url(css-images/but-hover.gif);
}
#vertspacer {
	float: right;
	height: 500px;
	width: 1px;
	display: block;
	position: relative;
}

#rightmenublock {
	display: block;
	float: right;
	height: auto;
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 18px;
}
b {
	font-weight: bold;
}
li {
	font-size: 12px;
	line-height: 15px;
	display: list-item;
	list-style-image: url(css-images/li-cube.jpg);
	margin-bottom: 7px;
	list-style-position: outside;
}
ul {
	margin: 12px 24px 14px;
	padding: 0px;
}
td blockquote {
	margin-top: 0px;
	margin-bottom: 7px;
	padding: 0px;
	margin-right: 4px;
	margin-left: 14px;
}
#leftmenu p {
	font-size: 11px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
}
#rightcolumn p {
	font-size: 11px;
	line-height: 13px;
	margin: 2px 0px;
	padding: 0px;
}
