@charset "UTF-8";
/* CSS Document */
 
body  {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color:#666565;
	background: #e2e2e2;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
a:link{
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #666565;
	text-decoration:underline;
}
a:hover{
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #666565;
	text-decoration:underline;
	background-color: #e2e2e2;

}

a:visited{
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #00F;
	text-decoration:none;
}


h1 {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	color: #666565;
}
	
.content #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000;
	position: relative;
} 
.content #header { 
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* 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. */
} 
.content #header h1 {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	color: #666565;
	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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.content #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 10px 15px 20px;
}
.content #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 40px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 
.content #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
} 
.content #footer p {
	font: 8pt Arial, Helvetica, sans-serif;
	color: #666565;
	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 */
}
.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;
}
.content #nav { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 50px;
	float: right;
	background: url(img/common/bar.jpg);
	background-repeat: repeat-x;
	margin: 0 px 0px 0px 100px ; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.navItems {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#062945;
	text-transform:capitalize;
	line-height: 15pt;
	padding-top: 15px;
	padding-right: 30px;
	padding-left:5px;
	word-spacing: 15px;
	
}

.navItems  a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #062945;
	text-decoration: none;
	word-spacing: 50px;
	
}

.navItems  a:hover {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #062945;
	text-decoration: underline;

}

.navItems  a:visited {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #062945;

}

.thumbnail{
width: 150px;
float:left;
margin: 10px 15px 10px 0;
}


.thumbnail p{
margin: 0;
padding: 5px 20px 30 px 10px;
font:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-style:italic;
color:#666565;
}

.thumbnail img{
margin: 0px 0px 5px 0;
}



.header {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	color:#666565;
	font-variant:small-caps; 
	letter-spacing: .09em;
	
}

.LearningHeader {
	font: 16pt Georgia, "Times New Roman", Times, serif;
	color:#0b375d;
	
}




.LearningSidebar {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color:#666565;
	line-height: 50px;	
	padding-left: 50px;
}

.LearningSidebar a {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color:#0b375d;
	text-decoration:none;
	padding-left: 20px;
	
}

.LearningSidebar a:hover {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color:#0b375d;
	background: #fff;
	text-decoration:underline;
		padding-left: 20px;


}

.LearningSidebar a:visited {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color:#0b375d;
text-decoration:none;
	padding-left: 20px;
	}


.subHead {
    font: 12pt Georgia, "Times New Roman", Times, serif;
	color:#993333;
	font-weight: bold;
	}



.caption{
font:Georgia, "Times New Roman", Times, serif;
font-size:11px;
font-style:italic;
color:#666565;
}
.subnavItems {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color:#666565;
	text-transform:uppercase;
	line-height: 14pt;
	padding-top: 12px;
	padding-left: 50px;
		
}

.subnavItems  a {
font: 10pt Georgia, "Times New Roman", Times, serif;
	color:#062945;
	text-decoration: none;
		
}

.subnavItems  a:hover {
font: 10pt Georgia, "Times New Roman", Times, serif;
	color: #062945;
	text-decoration: underline;

}

.LearningSubHeader {
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color:#a12d12;
	font-weight: bold;
	
}

.LearningSubHeader  a {
	font: 15pt Georgia, "Times New Roman", Times, serif;
	color:#0b375d;
	text-decoration:underline;
	font-weight: bold;
}

.LearningSubHeader  a:hover {
	font: 15pt Georgia, "Times New Roman", Times, serif;
	color:#0b375d;
		text-decoration:underline;
	background-color: #e2e2e2;

	font-weight: bold;

}


.navItems2 {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color:#062945;
	text-transform:capitalize;
	line-height: 15pt;
	padding-top: 5px;
	padding-right: 30px;
	padding-left:5px;
	
}

.content #nav2 { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 60px;
	float: right;
	background: url(img/common/bar2.jpg);
	background-repeat: repeat-x;
	margin: 0 px 0px 0px 100px ; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.picture { background-color: #F9F9F9; border: 1px solid #CCCCCC; padding: 3px; font: 11px/1.4em Arial, sans-serif; }
.picture img { border: 1px solid #CCCCCC; vertical-align:middle; margin-bottom: 3px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 

