@charset "UTF-8";
body  {
	margin: 0;
	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: #ffffff;
	background-color: #9ab5f0;
	font-family: georgia, sans-serif;
	font-size: 10pt;
}

p {
	margin: 10px 0 10px 0;
	font-size: 10pt;
}


#container {
	width: 710px;
	margin: 0px auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left;
	background-image: url(../Images/repeater2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
} 

a {
	color:  #ffbc76;
	text-decoration: none;
	line-height: 11px;
}

a:hover {color: #ff6633;}


#container h1 {
	font-family: "trebuchet ms";
	font-size: 16pt;
	font-weight: 600;
}

#container h3 { 

	font: 600 14pt "trebuchet ms"; 
}

#container h2 {
	font-family: "trebuchet ms";
	font-size: 12pt;
	font-weight: 600;
	margin: 0px 0 0px 0;
	color: #000066;
}


#sidebar1 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-size: 11pt;
}

#sidebar1 li {
	margin: 15px 0 10px 10px;
}

#header { 


	  /* 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 {
	font-size:10pt;
	float: left; /* since this element is floated, a width must be given */
	width: 80px; /* 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-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}


#mainContent {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #ffa241;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 150%;
} 

#mainContent ul {
	padding: 0px;
	list-style-type:circle;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#mainContent li {
	margin: 0px;
}

#footer {
		clear:both;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding: 10px 10px 10px 90px; 
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #ffa241;
	margin: 0 40px 0 40px;
	
} 

#footerBackground {

	background-image:url(../Images/footer.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	height: 8px;
}

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

#intro {
}

#intro2 {
margin: 0 0 10px 0;
}


#rumi {
	float:left;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 7px;
}

#pics {
	float:right;
}

.quotes {
	font-size: 10.5pt;
	}

.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: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.picture {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 50px;
	}
	
.picture2 {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	}

.picture3 {
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	}

.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;
}

.datetext {
	color:#000066;
	font-size:11pt;
	line-height: 11pt;/*text-align: center;*/
}

.blue {
	color:#000066;
	}
