﻿/* GrahamArt */
/*

Current
466289 dark blue
627894 pale blue
FA6121 orange
FFB739 pale orange
A0AEC1 pale grey blue
DBE8F9 very pale blue 

*/
body {
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#page {
	background-color: #DBE8F9;
	width: 1024px;
	margin: auto;
	margin-top:5px;
	margin-bottom:10px;    
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/Scripts/PIE.htc);
	
}
#pageTitle
{
	letter-spacing: 10px;
	color:#FF9933			
}
.counter
{	
	font-size:12px;
}
#LeftNavBar {
	float:left;
	width: 72px;
	padding-top:20px;
	background-color: #FFB739;
	behavior: url(/Scripts/PIE.htc);
}
#leftMenu {
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:white;
}
#leftMenu li {
	text-align: center;
	padding-bottom: 20px;
}
#content {
	float:right;
	width: 930px;
	text-align:center;
}
table {
	width:900px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14223D;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #466289;
}
#indexH1 {
	font-size: 28px;
	letter-spacing: 12px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #FA6121;
}
h2 {
	text-align: center;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 16px;
	color: #466289;
}
h3 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #466289;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7CBA;
	text-decoration: none;
}
a.leftMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.neutral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7CBA;
	text-decoration: underline;
}
a.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5D7CBA;
	text-decoration: none;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color: #FF0000;
}
#bottom {
	clear:both;
	width:100%;
	text-align:center;
	padding-bottom:40px;
	padding-top:30px;
	
}
.copyrightFooter
{	
	font-size:12px;
}
