/* GREG WAY BOOKS STYLESHEET */

/* START LAYOUT STYLES */
body
{
	text-align: center;
	margin-top: 0px;
}

#container
{
	width: 600px;
	font-family: arial, sans-serif;
	font-size: 80%;
	text-align: left;
	margin: 0 auto;
}

#header
{
	background-color:#CAD1D6;
	padding: 12px;
	border-bottom: 1px #fff solid;
}

#headerSearch
{
	font-family: Book Antiqua, Times New Roman, arial, sans-serif;
	font-size: 85%;
	float: right;
	color: #68667C;
}

#mainNav
{
	background-color:#F0F1F1;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Book Antiqua, Times New Roman, arial, sans-serif;
	font-size: 110%;
	letter-spacing: -0.2px;
	font-weight: bold;
	border-bottom: 1px #fff solid;
}

#secNav
{
	margin-top: 4px;
	background-color: #F6F7F7;
	padding-bottom: 2px;
	border-top: 1px #fff solid;
}

#content,
#contentHome
{
	border-top: 1px #667C68 solid;
	padding: 0px 10px 0px 10px;
}

#contentHome
{
	padding: 0px;
}

#footer
{
	border-top: 1px #667C68 solid;
	margin-top: 10px;
	padding: 10px;
	background-color:#F0F1F1;
	font-family: Book Antiqua, Times New Roman, arial, sans-serif;
	color: #68667C;
	font-size: 90%;
}



#homeRight
{
	border: 4px #F0F1F1 solid;
	float: left;
	width: 224px;
	padding: 10px;
}

.floatRight
{
	float: right;
	margin-top: -16px;
}



.Col1
{
	width: 200px;
	float: left;
	font-weight: bold;
}

.Col2
{
	float: left;
}

/* END LAYOUT STYLES */


#footer ul{}
#footer li {}

#footer a
{
	font-family: Book Antiqua, Times New Roman, arial, sans-serif;
	color: #68667C;
}
/* END NAVIGATION STYLES */

/* START GENERIC SITE STYLES */

img 
{
	border:0px;
}

/* END GENERIC SITE STYLES */

/* START TEXT STYLES */

h1
{
	color: #68667C;
	font-size:120%;
}

h2
{
	color: #68667C;
	font-size:110%;
	display:block;
	padding-bottom: 5px;
	border-bottom: 1px #B8C2B9 solid;
}

h3
{
	color: #68667C;
	font-size:100%;
	display:block;
	padding-bottom: 5px;
	border-bottom: 1px #B8C2B9 solid;
}

a
{
	color: #68667C;
}

a:hover
{
	text-decoration: none;
}

.numbers { color:#000000;}
.noletter { color:#cccccc;}
.letterselect { font-weight: bold; color:#ffffff; background-color: #68667c;}





