@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	background-color: #CCCCCC;
	background-image: url(images/Labrynth.jpg);
	background-repeat: repeat-x;
	background-position: center 25px;
}

#container {
	width: 900px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

#container a {
	color: #CC0000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container a:hover {
	color: #999999;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin: 0px;
	padding: 0px;
}


hr {
	float: left;
	width: 100%;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#header {
	background-image: url(images/D4L_logo_web_sml.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#menuTop {
	font-weight: normal;
	color: #CC0000;
	text-align: center;
	border-top-style: none;
	border-bottom-style: none;
	height: 30px;
	padding-top: 10px;
	background-color: #EDEDED;
	border-right-style: none;
	border-left-style: none;
}

#menuTop a {
	color: #000000;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
}

#menuTop a:hover {
	color: #CC0000;
	text-decoration: none;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	font-size: 9pt;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#menuSide {
	color: #666666;
}

#menuSide a {
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menuSide a:hover {
	color: #CC0000;
	text-decoration: none;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	list-style-image: url(images/bullet.gif);
	font-size: 9pt;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#sidebar2 a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

#sidebar2 a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

#mainContent {
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
	margin-top: 0;
	margin-right: 215px;
	margin-bottom: 0;
	margin-left: 200px;
	list-style-image: url(images/bullet.gif);
	padding-top: 15;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
}

#banner {
	padding: 8px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	text-align: center;
	margin-bottom: 10px;
	font-size: 10pt;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 15pt;
}

#toolsContent {
	border-right-style: none;
	border-left-style: none;
	list-style-image: url(images/bullet.gif);
	padding-top: 15;
	padding-right: 10;
	padding-bottom: 10;
	padding-left: 10;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0;
	float: left;
	width: 900px;
}


#footer {
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	color: #333333;
	width: 900px;
	padding: 0;
	border-top-style: none;
	background-color: #EDEDED;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
label
{
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 9pt;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	font-style: italic;
	text-align: right;
	float: right;
	padding: 10px;
}

.banner-head {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
	padding-bottom: 2px;
	text-align: center;
}

.strap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	text-align: right;
	float: right;
	margin: 0px;
	padding: 10px;
	width: 800px;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: left;
	float: left;
	margin: 0px;
	font-style: italic;
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin: 0px;
}

.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-align: right;
	margin: 0px;
	font-style: italic;
	float: right;
}
.style1 {font-weight: bold}
.style2 {font-size: 10pt}
