@charset "utf-8";
.highlight {
	color: #A746FF;
}

/* CSS Document */

body  {
	color: #666;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.subtitle {
	color: #000000;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	margin: 0px;
	height: 40px;
}
.subtitle ul{
	color: #000000;

}

.subtitle br {
	color: #000000;
	padding-top: -20px;
	margin-top: -20px;

}


.subtitle li{
	color: #7B7B7B;
	display: inline;
	border: 1px none #E8E8E8;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-right: 30px;
	margin-left: 30px;

}
.subtitle li a{
	text-decoration: none;
}
.subtitle a{
	color: #7B7B7B;
	text-decoration: none;
}
.indent10 {
	padding-left: 15px;
}
blockquote {
	margin-left: 20px;
	margin-right: 0px;
	display: inline;
}

.subtitle ul .indent10 {
	margin-left: -20px;
}
.left-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: 0px;
	padding: 0px;
}


 #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
} 
 #header {
	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 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 {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	padding-top: 25px;
	margin: 0px;
	height: 500px;
	width: 180px;
}
h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: normal;
	font-size: 14px;
}





 #sidebar1 a {
	text-decoration: none;
	list-style-type: none;
	color: #808080;
	border: 1px none #CCC;
	padding: 5px;
	float: left;
	margin-bottom: 15px;
	width: 170px;
}
 #sidebar1 a:hover {
	color: #CE9AFF;
 }
 #mainContent {
	margin-top: 0;
	margin-right: 0;
	padding-top: 20;
	padding-left: 20px;
	text-align: justify;
	padding-right: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 595px;
} 
 #footer {
	padding-top: 0;
	padding-bottom: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-top-color: #8D8D8D;
	border-right-color: #8D8D8D;
	border-bottom-color: #8D8D8D;
	border-left-color: #8D8D8D;
	margin: 0px;
	text-align: center;
	padding-left: 200px;
} 
 #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 */
	text-align: center;
}
.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;
	text-align: center;
}
h1 {
	color: #666;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: normal;
	}
h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-style: italic;
}

a:hover {
	color: #CE9AFF;
}
h2 {
	margin-bottom: 5px;
	font-size: 14px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}
a {
	color: #333;
	list-style-type: circle;
}
hr {
	margin-bottom: 20px;
}
table {
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
