@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f4f5fc url(../images/body-back3.jpg) repeat-x fixed;
	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-size: 100%;
}
blockquote {
	margin-left: 60px;
	margin-right: 60px;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #faf8fd;
	margin: 5px auto 15px; /* 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. */

	font-family: 
	font-size: 100%;
	background-color: #FFFFFF;
	line-height: 1.5em;
	border: 1px solid #CCCCCC;
} 
#header {
	/*background: #DDDDDD;*/ 
	padding: 0 10px 0 32px;  /* 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 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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 98px; /* 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 */
	padding: 150px 10px 15px 32px;
}
#mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 35px;
	background-image:url(../images/divider1.jpg);
	background-position:left 150px;
	background-repeat:no-repeat;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
} 
#mainContent p {
	color: #333333;
	margin-bottom: 12px;
}
#mainContent h1 {
	font-size:28px;
	line-height: 30px;
	color:#532207;
	font-weight: bold;
	margin-top: 40px;
	font-family: Palatino, Times, "Times New Roman", serif;
	font-style: italic;
	letter-spacing: normal;
	margin-bottom: 20px;
}
#mainContent h2 {
	font-size: 22px;
	font-weight: bold;
	color: #532207;
	margin-bottom: 10px;
	margin-top: 35px;
	font-family: Palatino, Times, "Times New Roman", serif;
	font-style: italic;
}
#mainContent ul {
	list-style-type: none;
	padding-left: 50px;
	padding-bottom: 35px;
	margin-left: 0px;
	list-style-position: outside;
}

#mainContent ol {
	list-style-position: inside;
	list-style-type: upper-roman;
	
}
#mainContent li {
	color:#666666;
	line-height: 1.3em;
	margin-left: -40px;
	padding-left: 40px;
}
#mainContent a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: underline;
}
#mainContent a:link {
	color: #0099CC;
}
#mainContent a:visited {
	color: #0099CC;
}
#mainContent a:hover {
	color: #003399;
}
#mainContent a:active {
	color: #CC0000;
}
.bullet {
	background:url(../images/bullet.gif) no-repeat 22px 9px;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: ;
	margin-top: 50px;
	padding-bottom: 7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align: center;
	background-color: #B6C6D3;
	line-height: 1em;
} 
#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 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
#footer ul {
	font-size:12px;
	padding: 15px 0 0 0;
}

#footer li {
	list-style-type: none;
	display:inline;
	padding: 0 4px;
	/*word-spacing: 6px;*/
}
#footer ul li a
{
	background: transparent url(images/list-off.gif) left center no-repeat;
	text-decoration: none;
	color: #666666;
}

#footer ul li a:hover
{
	color: #000000;
	font-weight: normal;
}
.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: 10px;
	margin-top: 8px;
	margin-bottom: 4px;
}
.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;
}

#navcontainer ul
{
	list-style-type: none;
	text-align: left;
	margin: 0px;
}
#navcontainer li {
	padding-top: 7px;

}

#navcontainer li, a, a:link, a:visited, a:active {
	background: transparent url(images/list-off.gif) left center no-repeat;
	text-align: left;
	font: normal 18px/24px Palatino, Times, "Times New Roman", serif;
	text-decoration: none;
	color: #666666;
}

#navcontainer li a:hover
{
	color: #000000;
	background-color: #DAE4EE;
}

#navcontainer li, a#current
{
	color: #333333;
	font-style: italic;
	font-weight: normal;
}
#big-spacer {
	padding-bottom: 300px;
}
.biggerText {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.enlarg24 {
	font-size: 24px;
	color: #703F38;
}
.dropcap {
	float: left;
	position: relative;
	margin-left: -3px;
	margin-right: 4px;
	margin-bottom: -0.6em;
	line-height: normal;
	font-size: 60px;
	font-weight: bold;
	color: #999999;
	font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	top: -0.25em;
}
.caption {
	font-size: 14px;
	padding-left: 14px;
	color: #333333;
	margin-top: -12px;
	font-style: italic;
}
