@charset "utf-8";
body  { font: 100% Verdana, Arial, Helvetica, sans-serif; background: #FFF url(../_img/bodybg3.png) repeat center top; 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; }
.patstanley #container { width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ background: #FFF; 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. */ 
} 
.bargrad { background: url(../_img/bargrad01b.png) repeat-x left top; }
.patstanley #header { background: #DFC26B; 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. */ } 
.patstanley #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 */
}
.patstanley #sidebar1 { width: 155px; /* the background color will be displayed for the length of the content in the column, but no further */ padding: 0; 
}
.patstanley #mainContent { margin: 0; /* 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 0 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ } 
.patstanley #footer { padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */ background:#DFC26B; font: 0.6em Verdana, Geneva, sans-serif; 
} 
.patstanley #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;
}
/*.lt { background: url(../_img/box2/header-bg-tl2.png) no-repeat right bottom; }
.lm { background: url(../_img/box2/header-bg-ll2.png) repeat-y right top; }
.lb { background: url(../_img/box2/header-bg-lb2.png) no-repeat right top; }
.mt { background: url(../_img/box2/header-bg-tt2.png) repeat-x left bottom; }
.mm { background: url(../_img/box2/header-bg-ccc.png) repeat-x left top; }
.mb { background: url(../_img/box2/header-bg-bb2.png) repeat-x left top; }
.rt { background: url(../_img/box2/header-bg-tr2.png) no-repeat left bottom; }
.rm { background: url(../_img/box2/header-bg-rr2.png) repeat-y left top; }
.rb { background: url(../_img/box2/header-bg-rb2.png) no-repeat left top; }
*/
.llt { background: #FFF url(../_img/box2/header-bg-llt.png) no-repeat left top; }
.llb { background: url(../_img/footer-bg-lb.png) no-repeat left bottom; }
.rrb { background: url(../_img/footer-bg-rb.png) no-repeat right bottom; }
.rrt { background: #FFF url(../_img/box2/header-bg-rrt.png) no-repeat right top; }
.patstanley .mainContent_Box { padding: 0px; } 
.patstanley .mainContent_Box p { font-size: 0.8em; } 
.patstanley .mainContent_Box p .No_Margin { margin: 0px; } 
.patstanley .mainContent_Box .BoxTop { background: url(../_img/box/ct_top.png) repeat-x left 8px; } 
.patstanley .mainContent_Box .BoxLeft { background: url(../_img/box/lt_side.png) repeat-y left top; } 
.patstanley .mainContent_Box .BoxRight { background: url(../_img/box/rt_side.png) repeat-y right top; } 
.patstanley .mainContent_Box .BoxBottom { background: url(../_img/box/ct_bottom.png) repeat-x left 9px; } 
.patstanley .mainContent_Box_Inner { padding-right: 8px; padding-left: 8px; text-align:justify; } 
.patstanley .mainContent_Box_Inner .subT { font: 0.6em Arial, Helvetica, sans-serif; margin: 0px; padding: 0px; }
a.course_links:link { color:#000; } 
a.course_links:active { color:#000; } 
a.course_links:visited { color:#000; } 
a.course_links:hover { color:#00F; } 
#mnu { width: 155px; }
#headerimg { background: url(../_img/header-bg.jpg) no-repeat center center; }
#leftborder { background: url(../_img/edge2.png) repeat-y right; border-right: 1px solid #000000; }
#rightborder { background: url(../_img/edge3.png) repeat-y left top; border-left: 1px solid #000000; }
