/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e7cba3;
	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: #000000;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.med {
	font-size: 1.0em;
	font-weight: bold;
}
.big {
	font-size: 1.1em;
	font-weight: bold;
}
a {
	color: #19076d;
}
a:hover {
	color: #89294e;
}
.clink {
	text-align: center;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #e7cba3;
	background-repeat: repeat-y;
	background-image: url(../images/background.jpg);
} 
#header {
	margin: 0;
	background-image: url(../images/header.jpg);
	height: 162px;
	width: 1000px;
} 
#header a {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#col1 {
	float: left; /* since this element is floated, a width must be given */
	width: 223px; /* 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 */
	margin: 0;
	background-image: url(../images/menuspacer.jpg);
	background-repeat: repeat-y;
}
#col1 a {
    float:left;
	clear:left;
	margin-left: 0px;
}
#col1 h1,h2,h3,h4,p {
	margin-right: 20px;
	margin-left: 20px;
}
#col1 h1 {
	font-size: 1em;
	text-align:center;
	line-height: 1em;
	margin-right: 15px;
	margin-left: 15px;
}
#col1 h2 {
	font-size: 0.8em;
	font-weight:bold;
	text-align:center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	line-height: .8em;
}
#col1 h4 {
	font-size: 0.6em;
	text-align:center;
	line-height: .6em;
}
#col1 p {
	font-size: 0.8em;
	text-align:center;
	margin-top: 0px;
	padding-top: 0px;
}
#wrap23 {
    float:left;
	width:777px;
}
#col2 {
	float: left; /* since this element is floated, a width must be given */
	width: 546px; /* 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 */
	margin: 0;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:.9em;
}
#col2 .list {
    width: 240px;
	padding-left: 25px;
	padding-right: 5px;
	float: left;
}
#col2 .list a {
	vertical-align: top;
	font-weight:bold;
	text-decoration:none;
	color: #19076d;
}
#col2 .list a:hover {
	text-decoration:underline;
}
#col2 h1 {
	font-size: 1.1em;
	text-align:center;
	margin-right: 15px;
	margin-left: 15px;
}
#col2 p {
	text-align: justify;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#col3 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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;
	margin: 0; 
} 
#col3 h1,#col3 h2,#col3 p,#col3 a {
	margin-right: 10px;
	margin-left: 5px;
}
#col3 h1 {
   font-size: 1.0em;
   text-align:center;
}
#col3 h2 {
	font-size: 0.8em;
	font-weight:bold;
	line-height: 1em;
	text-align:center;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#col3 p {
	font-size: 0.8em;
	text-align:center;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 10px;
}
#col3 ul {
	font-size: 0.8em;
	text-align:left;
	list-style-position: inside;
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#col3 li {
	margin-bottom: 5px;
}
#col3 .lft {
    text-align:left;
}
#col3 img {
    padding-left:10px;
}
#col3 a {
	font-size: .9em;
	line-height: 1.5em;
	text-decoration:none;
}
#col3 a:hover {
	text-decoration:underline;
}
#footer23 {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#footer {
	background-image: url(../images/footbackground.jpg);
	margin: 0px;
	width: 1000px;
	padding: 0px;
	background-repeat: repeat-y;
} 
#footer #div1 {
    width:320px;
	clear: left;
	float: left;
}
#footer #div2 {
	float: left;
	width:620px;
	font-size: .8em;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 0px;
	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;
}

