@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(blue029.jpg);
	background-repeat:repeat;
	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: #000000;
}
.twoColFixRtHdr #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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #header { 
	background: #ffffff; 
	*margin: 0;/* IE7 hack */
	padding: 0;  /* 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. */
} 

#header h3 {
	margin: 0;
	padding: 0;
	
	
}


#header p {
	font-size: 75%;
	
}


#table1 {
	margin:0;
	padding:0;
	
}

/*.twoColFixRtHdr #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;  using padding instead of margin will allow you to keep the element away from the edges of the div 
	
}*/
.tr {
	background:#DDD;
	
	
	
}


.cite {
	font-size:10px;
	float: right;
	padding-right: 2px;
	
	
}
blockquote {
	float:left;
	border-right:solid;
	border-right: #AAA;
	border-right:thin;
	width: 250px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 1.8em;
	background: url(quote_left.png) top left no-repeat;

}

blockquote p {
	float:left;
	font-weight:bold;
	font-style:oblique;
	background: url(quote_right.png) bottom right no-repeat;
	
	
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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: 0px 0px;
	text-align:center;
	z-index: 1;
}

.twoColFixRtHdr #sidebar1 h4 {
	color:#F26922;
}

#form1 {
	text-align:left;
	padding-left:.5em;
	font-size: 80%;
}



.twoColFixRtHdr #sidebar2 {
	/*float: right;  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 */
	position: absolute;
	left: 65%;
	color: fff;
	padding: 35px 0px 0px 0;
	z-index: 3;
}



.twoColFixRtHdr #mainContent { 
	margin-top: 30px;
	width: 691px;
	 

}

.twoColFixRtHdr #mainContent ol { 
padding: 0 35px;
font-size:80%;
 

}

.twoColFixRtHdr #mainContent ul { 

font-size:80%;
 

}

.twoColFixRtHdr #mainContent img{ 
	padding: 5px;
	 

}

.twoColFixRtHdr #mainContent h1, h3 { 
	/* margin: 0 275px 0 0; the right margin on this div element creates the column down the right 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 19px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
} 

.twoColFixRtHdr #mainContent h1 a {
	text-decoration:none;
	color: #000;
}

.twoColFixRtHdr #mainContent h1 { 
	/* margin: 0 275px 0 0; the right margin on this div element creates the column down the right 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 19px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000;
	font-size:120%;
} 

.twoColFixRtHdr #mainContent h2 a { 

	color:#F26922;
	text-decoration:none;
}

.twoColFixRtHdr #mainContent h2 a:hover { 

	color:#FF9900;
}

.twoColFixRtHdr #mainContent h5 { 
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right 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 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #F26922;
}


.twoColFixRtHdr #mainContent p { 
	margin: 0 275px 0 0; /* the right margin on this div element creates the column down the right 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000000;
	font-size:80%;
}

.twoColFixRtHdr #mainContent #corporate {

	background-color: #ffffff;
	
	
			
}
.twoColFixRtHdr #mainContent #corporate h5 {

	background-color: #E6E6E6;
	margin: 0;
	padding: 0;
			
}
.twoColFixRtHdr #mainContent #corporate p {

	background-color: #ffffff;
	margin: 0;
	padding: 0;
		
}

.twoColFixRtHdr #mainContent #corp_table {

	background-color: #E6E6E6;
	border:medium;
	border:#000;
	
		
}

.twoColFixRtHdr #mainContent table {

	background-color: #E6E6E6;
	margin-left: 1em;
	
			
}

.twoColFixRtHdr #mainContent table p {

	background-color: #E6E6E6;
	margin: 0px 0px 0 0;
	font-size:12px;
	
			
}
.twoColFixRtHdr #mainContent table h5 {

	background-color: #E6E6E6;
	margin: 0px 0px 0 0;
	color: #000;
	
			
}


.twoColFixRtHdr #mainContent table h2 {

	
	margin-left: 10px;
	color: #F26922;
	
	
			
}

#courses_table {
	width: 691px;
	padding-left: 19px;
	
	
}

.twoColFixRtHdr #container #courses_table #table2 h5 {
	margin: 0;
	padding: 0;
}

.twoColFixRtHdr #container #courses_table #table2 p {
	font-size: 80%;
	padding: 0;
	margin: 0;
}

.twoColFixRtHdr #container #courses_table #tr2 {
	background-color:#DDD;
}

.twoColFixRtHdr #courses_table #table3 {

	background-color: #E6E6E6;
	margin-left: 0;
	
			
}

.twoColFixRtHdr #courses_table #table3 p {

	background-color: #E6E6E6;
	margin: 0px 0px 0 0;
	font-size:12px;
	
			
}
.twoColFixRtHdr #courses_table #table3 h5 {

	background-color: #E6E6E6;
	margin: 0px 0px 0 0;
	color: #000;
	
			
}


.twoColFixRtHdr #courses_table #table3 h2 {

	
	margin-left: 10px;
	color: #F26922;
	font-size: 95%;
}

#noGuide2 {
	
	margin-left: 1em;	
}

#noGuide {
	padding: 0;
	margin: 0;
	
}

.twoColFixRtHdr #mainContent ul#level1 {

	color: #000000;
	font-size:80%;
		
}

.twoColFixRtHdr #mainContent ul#level2  {

	color:#000000;
	font-size:12px;
		
}
.twoColFixRtHdr #mainContent ol#level2  {

	margin-left: 2em;
		
}
.twoColFixRtHdr #mainContent ul#level3  {

	margin-left: 2em;
		
}


.twoColFixRtHdr #mainContent td h2{

	color:#F26922;
	font-size: 99%;
		
}


.twoColFixRtHdr #mainContent td p {

	color:#000000;
	

}


.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #416AA9 url(footer_bkgd.png) 0 0 repeat-x;
	font-size: 65%;
	color: #fff;
} 


#footer a {
	color: #fff;
	text-decoration:none;	
	
	
}

#footer a:hover {
	color:#00C;
	text-decoration:underline;
	
	
}

#footer h3 {
	color: #fff;
	font-size: 99%;

}

#footer h2 {
	margin-left: 1.25em;	
	
	
}


.twoColFixRtHdr #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 */
}
.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;
}


[if IE 7]>
<style>
.twoColFixRtHdr #mainContent h3 { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right 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 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #F26922;
}

.twoColFixRtHdr #mainContent h5 { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right 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 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #F26922;
}

.twoColFixRtHdr #mainContent p { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #000000;
}



</style>
<![endif]

