@charset "utf-8";
/* CSS Document */

#maintable {
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
#menu {
	background-color: #DDDDDD;
	height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

#menu a {
	color: #000000;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#menu a:hover {
	color: #43698F;
}

#menu td {
	text-align: center;
}

body {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../images/pattern_062.gif);
}
#header {
	padding: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#logo {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 295px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#tagline {
	color: #FFFFFF;
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
}
#phone {
	width: 300px;
	font-size: 18px;
	text-align: right;
	color: #3D68B8;
	padding-right: 45px;
}
.border {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333333;
}
#footer {
	color: #336699;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #E8E8E8;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer a {
	color: #3D7AB8;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
#leftcol {
	width: 216px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #43698F;
	background-color: #E8E8E8;
	font-size: 11px;
}

#leftcol a {
	color: #666666;
	text-decoration: underline;

}

#leftcol li {
	padding-bottom: 20px;
	margin-left: -20px;
}

#content td {
	padding: 20px;
	color: #666666;
	vertical-align: top;
}
#content a:hover {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #336699;
}
h2 {
	font-size: 14px;
}
.anothercolor {
	color: #43698F;
}
.pictureheader {
	font-style: italic;
	font-size: 12px;
}
a {
	color: #666666;
}
.contact {
	color: #666666;
	font-size: 18px;
}
.larger {
	font-size: 24px;
	font-style: italic;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

