@media print {
	#no-print {display:none}
	div.TopNav {display:none}
	div.TopBottomBorder {display:none}
	div.LargeSidebar {display:none}
	div.LeftSidebar {display:none}
	div.RightSidebar {display:none}
}

@media handheld {
	#no-print {display:none}
	div.TopButton {display:none}
	div.LargeSidebar {display:none}
	div.LeftSidebar {display:none}
	div.RightSidebar {display:none}
}

ul           {list-style-image: url('images/dltkbullet1.gif'); }
ul ul        { list-style-image: url('images/dltkbullet2.gif'); }
ul ul ul     { list-style-image: url('images/dltkbullet3.gif'); }
li			 {list-style-position: outside;}
a:link       { color: rgb(0, 0, 255); }
a:active     { color: rgb(0, 153, 0); }
a:visited    { color: rgb(0, 153, 0); }
body         { background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: Arial, Helvetica }
h1           { color: rgb(0, 0, 128); font-size: 24pt; font-weight: normal; font-style: normal }
h2           { color: rgb(0, 0, 128); font-size: 18pt; font-weight: normal; font-style: normal }
h3           { color: rgb(255, 0, 0); font-size: 14pt; font-weight: normal; font-style: normal }
h4           { color: rgb(0, 128, 128); font-size: 12pt; font-weight: normal; font-style: normal }
h5           { color: rgb(0, 153, 153); font-size: 10pt; font-weight: normal; font-style: normal }
h6           { color: rgb(0, 153, 153); font-size: 8pt; font-weight: normal; font-style: normal }

.PageTitleShrink { font-size: medium; }

.PrtVerLink { background-color: #ffff00; }

.IndexSection { background-color: #DDDDDD; font-weight: bold; font-size: small; }

.IndexLink { font-size: large; }
.IndexSmallText { font-size: small; }

.TextLarge { font-size: large; }
.TextSmall { font-size: small; }

.NavTable {
	border-style: none;
	padding: 0px;
	margin: 0px;
	font-size: small;
	background-color: #DDDDFF;
	width: 100%;
	border-spacing: 0px;
}

.StopFloat { clear:both; margin: 10px 0 10px 0; }
.FloatImgRight { float: right; margin: 0 0 20px 20px; vertical-align: text-top; }
.FloatImgLeft { float: left; margin: 0 10px 5px 0; vertical-align: middle; }

div.TopNav{
   padding: 15px 0 15px 0;
	margin: 0;
	font-size: small;
	width: 100%;
	background-color: #DDDDFF
}

div.TwoColumns{
    float: left;
    padding: 20px;
    margin: 0 20px 10px 0;
    width: 40%;
    border: 1px solid gray;
}

div.container { width:100%; margin:5px auto; }

div.LargeContent { float:left; width:75%; padding:0 1% 0 1% }
div.Content { float:left; width:68%; padding:0 1% 0 1% }
div.ContentL { float:left; width:88% }

div.LargeSidebar { float:left; width:21%; text-align:right; margin-right:1%; height:2000px }
div.LeftSidebar { float:left; width:8%; overflow:hidden; text-align:left; margin-right:1%; background-color: #F0F0F0; min-height:1200px }
div.RightSidebar { float:left; width:20%; overflow:hidden; text-align:right; margin:auto; min-height:1200px }

div.TopNav{ padding: 15px 0 15px 0; margin: 0px; font-size: small; width: 100%; background-color: #ddeeff; line-height:100%; }
  