@charset "UTF-8";
body {
	background: #FFF;
	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;
}
#container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#homecontainer {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}	

#mainContent {
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#masthead {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#wrapper {
	width: 90%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#column_wrapper {
	background-image: url(images/columnborder.gif);
	background-repeat: repeat-y;
}

.clearfloat {
	clear: both;
}

#right {
	margin: 0px 0px 0px 160px;
}
#left {
	width: 160px;
	float: left;
	padding: 10px;
}
#right .content {
	padding: 15px 20px 20px 30px;
	line-height: 1.3em;
}
#left .content {
	padding: 10px;
}

h1 {
 	font-family: "Times New Roman", Times, serif;
	font-size: 72px;
	font-weight: 300;
	color: #000000;
	text-align: center;
	margin-top: 0;
	margin-bottom: 5px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0;
}

h3 {
font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding-top: 30px;
	clear: right;
}

h3.tophead {
font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding: 0;
	clear: right;
}

div.leftcol {
	float: left;
	width: 360px;
	margin-left: 0;
}

div.rightcol {
	float: right;
	width: 360px;
	margin-left: 0;
	clear: right;
}

#menu {
	width: 150px;
}

#navlist {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu #navlist li {
	padding: 0;
	margin: 0;
}

#navlist a, #navlist a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	display: block;
	padding: 10px 2px 4px 10px;
	border: 1px solid;
	border-color: #ddd #000 #000 #ddd;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

#navlist a:hover {
	font-size: 20px;
	background-image: url(http://www.carollay.com/images/menubg.jpg);
	padding: 10px 10px 4px 10px;
	text-align: right;
}

#menu #navlist .uberlink {
	background-image: url(http://www.carollay.com/images/menubg.jpg);
	padding: 10px 10px 4px 10px;
	text-align: right;
	font-weight: bold;
	cursor: default;
}	

#footer {
	margin-top: 30px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-align: center;
	padding: 20px;
}

#pagesfooter {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #000;
}

#contentnarrow {
	margin: 0 auto;
	width: 60%;
}