@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	color: #616161;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 75%; /*if if I delete this line-height, the sidebar shifts to the right*/
	background-color: #ececec;
	background-position: center;
	height: auto;
}
html>body {
	font-size: 12px;
}
p  {
	margin-bottom: 1.5em;
}
ul , ol{
	padding: 0;
	list-style-position: inside;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
h1 {
	font-size: 2.1em;
	font-family: Geneva, Verdana, "Lucida Sans", sans-serif;
	font-weight: normal;
	color: #466CAB;
	margin-top: 0.7143em;
	line-height: 0.7143em;
}
h2 {
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
	margin-bottom: 0.8333em;
	line-height: 0.8333em;
	font-family: Geneva, Verdana, "Lucida Sans", sans-serif;
}
h3 {
	font-size: 1.6em;
	color: #616161;
	font-weight: normal;
	line-height: 0.9375;
	font-family: Geneva, Verdana, "Lucida Sans", sans-serif;
}
h4 {
	font-size: 1.4em;
	color: #616161;
	font-weight: normal;
	margin-bottom: 1.0714em;
	font-family: Geneva, Verdana, "Lucida Sans", sans-serif;
}
#container   {
	text-align: left;
	background: #f9f8f6 url(../images/bg.jpg) repeat-x;
	width: 1000px;
	margin: 0 auto;
} 
.layout {
	background-image: url(../images/body_shadow.png);
	background-repeat: repeat-y;
}
#header  {
	background: #FF33CC;
}
#headerLeft  {
	width: 50%;
	float: left;
	background: #e1e6f2;
}
#headerRight  {
	width: 50%;
	float: right;
	background: #e1e6f2;
	height: 95px;
	text-align: right;
}
#headerRight a {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 1em;
	color: #616161;
	text-decoration: none;
}
#headerRight ul li   {
	list-style: none;
	display: inline;
	padding-right: 1em;
}
.blockQuote {
	text-indent: -0.5em;
	font-style: italic;
	font-size: 1.2em;
}
.layout {
	background-image: url(../images/body_shadow.png);
	background-repeat: repeat-y;
}
#mainNav  {
	margin: 0;
	padding: 0;
	background: url(../images/nav_bg_repeat.jpg) repeat-x;
	height: 35px;
	width: 100%;
	font-family: Geneva, Verdana, "Lucida Sans", sans-serif;
}
.big  {
	color: #000000;
}
.big2 {
	color: #000000;
	font-size: 1.4em;
}
.big3 {
	font-size: 12px;
	font-weight: bold;
}
#content {
}
#topShadow {
	background-image: url(../images/top_shadow.png);
	background-repeat: repeat-x;
	padding: 10px 0 0 0;
	margin-top: 15px;
}
#topShadow2 {
	background-image: url(../images/top_shadow.png);
	background-repeat: repeat-x;
	padding: 10px 0 0 0;
}
#topShadow3 {
	background-image: url(../images/top_shadow.png);
	background-repeat: repeat-x;
	padding: 10px 0 0 0;
}
#bottomShadow {
	background-image: url(../images/bottom_shadow.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 317px 0;
	background-image: url(../images/bottom_shadow.png);
}
#bottomShadow2 {
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 15px 0;
	background-image: url(../images/bottom_shadow2.jpg);
	background-color: #e6ebf5;
}
#bottomShadow3 {
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0 0 5px 0;
	background-image: url(../images/bottom_shadow.png);
	background-color: #FAF9F8;
}
#mainContent1  {
} 
#mainContent2 {
	background-color: #E6EBF5;
}
#mainContent3 {
	background-color: #FAF9F8;
}
#footer  {
	width: 100%;
	border-top: 1px solid #dedddc;
	background-color: #E6EBF5;
} 
#footer p  {
	padding: 10px;
	text-align: center;
	margin: 0;
}
/*#rightShadow {
	background-image: url(../images/right_shadow.png);
	padding: 0 10px 0 0;
}*/
.bullet {
	float: left;
	margin: -5px 5px 0 0;
}
.paraLeft2 {
	width: 37%;
	float: left;
}
.paraMiddle2 {
	width: 30%;
	float: left;
}
.paraRight2 {
	float: right;
	width: 30%;
}
.paraLeft3 {
	float: left;
	width: 45%;
	height: 307px;
	background-color: #faf9f8;
	padding-left: 25px;
}
.paraRight3 {
	float: right;
	width: 45%;
	margin-right: 25px;
}
.number {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.para2 {
	padding: 25px 0 0 25px;
}
.paraLeft {
	float: left;
	width: 50%;
	height: 307px;
	background-color: #faf9f8;
}
.para3 ul li {
	margin-left: 42px;
}
.paraRight {
	float: right;
	width: 50%;
	height: 307px;
	background-color: #faf9f8;
}
.paraLeft2 {
	margin-left: 25px;
}
.paraLeft2 .number , .paraRight2 .number, .paraMiddle2 .number{
	font-size: 4em;
	color: #486FAC;
	margin-top: 0.42em;
}
.paraRight a {
	color: #616161;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.dashedLine {
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 95%;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.dashedLineShort {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 75%;
	margin-left: 48px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.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;
}
a:hover {
	color: #333333;
}

