a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:active, a:hover {
	color: #0000FF;
	text-decoration: none;
}

body {
	background-color: #6886B8;
	padding: 25px;
	text-align: center;
}

#wrapper {
	background-color: #fff;
	width: 900px;
	text-align: left;
	margin:0 auto;
	position:relative; /* needed for footer positioning*/
	height:auto; /* real browsers */
	padding: 0;
}

#header {
	width: 900px;
	height: 100px;
	text-align: center;
	background-color: #BDD6FF;
}

#sidebar {
	float: left;
	width: 265px;
	padding: 0 10px 0 10px;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#sidebar ul li {
	padding-bottom: 5px;
}

/*#navlist a {
	display: block;
	padding: 3px;
	width: 260px;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}

#navlist a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #495D7F;
	color: #fff;
}*/

#main {
	width: 572px;
	border-left: 3px double #000;
	float: left;
	padding: 0 20px 20px 20px;
	min-height: 500px;
}

#footer {
	clear: both;
	width: 860px;
	background-color: #BDD6FF;
	padding: 0 20px 0 20px;
	text-align: center;
}

#footer p {
	font-family: Times New Roman;
	font-size: 10pt;
	line-height: 150%;
}

p {
	font-family: Times New Roman;
	font-size: 12pt;
	line-height: 150%;
}

li {
	font-family: Times New Roman;
	font-size: 12pt;
}

h1 {
	font-family: Times New Roman;
	font-size: 20pt;
	line-height: 150%;
}

h2 {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
}

.quote1 {
	font-family: Times New Roman;
	font-size: 12pt;
	text-decoration: italic;
	line-height: 150%;
}

.quote2 {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	text-indent: 30px;
	line-height: 150%;
}

#admin #sidebar {
	width: 145px;
}
#admin #main {
	width: 692px;
}

table {
	background-color: #ffffff;
}
tr.table-header {
	font-weight: bold;
	background-color: #CCCCCC;
}
td.table-header {
	text-align: right;
}
td {
	margin: 0;
	padding: 0 10px 0 10px;
}

#menu li {
	font-size: 2em;
	padding-bottom: .5em;
}
#main img {
	padding-right: 10px;
}

#order input.error {
    border: 1px solid red;
}
#order label.error {
    display: block;
    font-size: .8em;
    color: red;
}
#order .button {
    font-weight: bold;
}
#order #payment-methods table {
    margin: 0 auto;
}

#paypal, #google-checkout {
    background-color: #EEEEFF;
    border-radius: 10px;
    padding: 10px;
		text-align: center;
}
#paypal h3, #google-checkout h3 {
    margin: 0 0 10px;
    text-align: center;
}
#paypal table, #google-checkout table {
    background-color: #EEEEFF;
}

.classic_search_table{
}

.classic_search_headline{
	color: #000000;
	font-weight:bold;
}

.classic_search_topic{
	color:#FF0000;
}

.frontPageImage{
	width:100%;
}