@charset "UTF-8";
body  {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.twoColHybLtHdr #container {
	width: 100%;
	text-align: left;
	background-color: #EBEBEB;
} 
.twoColHybLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 10.6em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* top and bottom padding create visual space within this div  */
	padding-top: 15px;
	padding-bottom: 15px;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 11em;
	margin-right: 5px;
} 
.twoColHybLtHdr #footer {
	background:#DDDDDD;
	padding-right: 10px;
	padding-left: 10px;
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: .85em;
	line-height: 120%;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 10px;
}
.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;
}
.h1Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 120%;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.h2Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 120%;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	vertical-align: middle;
}
.h3Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	vertical-align: middle;
}
.h4Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #0000FF;
}
.mainMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 140%;
	color: #0000FF;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 170px;
	background-color: #00FFFF;
	display: block;
	padding-bottom: 0.2em;
}
.mainMenuIndent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 140%;
	color: #0000FF;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 170px;
	background-color: #00FFFF;
	display: block;
	padding-bottom: 0.2em;
	text-indent: 10px;
}
.mainMenuHeading {
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	text-align: center;
	background-color: #00FFFF;
	display: block;
	width: 170px;
	margin-top: 0.3em;
	background-repeat: no-repeat;
}
#sidebar1 p {
	font-size: .75em;
	font-style: normal;
	line-height: 120%;
	vertical-align: middle;
	margin-top: 0.1em;
	margin-bottom: 0em;
	padding-top: 3px;
}
#sidebar1   a:link  {
	color: #0000FF;
}
#sidebar1 a:visited {
	color: #0000FF;
}
#sidebar1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
}
#sidebar1 a:active {
	color: #FFFFFF;
	background-color: #000099;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	vertical-align: middle;
	color: #000000;
}
#mainContent     ul,ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 120%;
	vertical-align: middle;
	color: #000000;
}
#mainContent a:link  {
	font-size: 1.0em;
	line-height: 120%;
	font-weight: bold;
	color: #0000FF;
}
#mainContent a:visited {
	font-size: 1.0em;
	line-height: 120%;
	font-weight: bold;
	color: #0000FF;
}
#mainContent a:hover  {
	font-size: 1.0em;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	text-decoration: none;
	vertical-align: middle;
}
#mainContent a:active {
	font-size: 1.0em;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
}
#header  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 120%;
	vertical-align: middle;
	color: #FF0000;
	font-weight: bold;
}
