body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/page_layout/bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.2;
}

#wrap {
	position: relative;
	width: 740px;
	text-align: left;
	background-image: url(../images/page_layout/curve_top_white.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#header {
	background-image: url(../images/page_layout/curve_bottom_white.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
}
#header h1 {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(../images/page_layout/quotes.gif);
	background-repeat: no-repeat;
	background-position: 150px top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#wrap2 {
	margin-top: 10px;
	background-image: url(../images/page_layout/curve_top_white.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bgWhite {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#content {
	top: 0px;
	left: 0px;
	margin: 0px;
	padding-left: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-style: italic;
	text-align: left;
}
h1, h2, h3 {
	color: #993300;
}
h4, h5, h6, h7 {
	color: #990000;
}


#footer {
	text-align: center;
	margin: 0px;
	background-image: url(../images/page_layout/curve_bottom_white.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: smaller;
	color: #999999;
}
#footer p {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

/*  menu  */

#menu {
	margin: 0px;
	padding-top: 0px;
	width: 160px;
	position: absolute;
	z-index: 1;
	font-weight: bold;
	font-size: 0.9em;
}

#menu ul {
margin: 0px; /*removes indent IE and Opera*/
padding: 0px; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#menu li {
margin: 0;
}
#menu a {
	display: block;
	padding: 6px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 15px;
}
#menu a:link, #menu a:visited {
	color: #333333;
	text-decoration: none;
	background-color: #FFFF99;
	background-image: url(../images/page_layout/button1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#menu a:hover, #menu a:active {
	background-color: #99CC66;
	background-image:    url(../images/page_layout/button2.jpg);
	color: #FF0000;
	text-decoration: underline;
	background-repeat: repeat-y;
	background-position: right top;
}

/*  classes  */

.marginbottom {
	margin-bottom: 10px;
}
.margintop {
	margin-top: 10px;
}
.marginleft {
	margin-left: 10px;
}
.marginright {
	margin-right: 10px;
}

.disclaimer {
	font-size: smaller;
	font-style: italic;
}
.textRed {
	color: #990000;
}
.speechRed {
	background-image: url(../images/page_layout/people-speech-red.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 100px;
	padding-left: 75px;
	padding-bottom: 60px;
	padding-top: 25px;
	text-align: center;
}
.speechYellow {
	background-image: url(../images/page_layout/people-speech-yellow.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 24px;
	padding-right: 90px;
	padding-bottom: 75px;
	padding-left: 60px;
	text-align: center;
}
.speechBlue {
	background-image: url(../images/page_layout/people-speech-blue.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 55px;
	padding-left: 85px;
	padding-top: 30px;
	padding-bottom: 25px;
}
.speechGreen {
	background-image: url(../images/page_layout/people-speech-green.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	padding-top: 20px;
	padding-right: 65px;
	padding-bottom: 75px;
	padding-left: 90px;
}

/*  tables  */

.newsletters {
	margin-bottom: 25px;
}
.newsletters th {
	background-color: #99CC99;
	padding: 5px;
}
.newsletters td {
	padding: 5px;
}
.newsletters caption, #ContactForm caption {
	font-style: italic;
}

#ContactForm th{
	background-color: #99CCCC;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#ContactForm td {
	background-color: #CCFFFF;
	padding: 5px;
}

#links li {
	margin-bottom: 20px;
}
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}
