body {
	margin:0px;
	padding:0px 0px 0px 0px;
	background: LightGrey;
}

#topbar {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	background-color: #87CEFA;
	background-image: url("./images/logo_notext.png");
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: thin solid black;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#leftbar {
	border: thin solid black;
	background-color: #87CEFA;
	position: absolute;
	top: 120px;
	left: 10px;
	width: 200px;
	padding: 5px;
	float: left;
}

#main {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	margin: 120px 10px 10px 240px;
	/*
	width: auto;     \	
	min-width:120px;  | - Trigger IE7 Bug
	height: auto;    / 
	*/ 
	border:thin solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */	
}

ul.menu {
	font-size: medium;
	font-family: "Arial", "Verdana", "Helvetica";
	font-weight: bold;
	list-style-type: none;
	padding: 5px;
	margin: 0px 0px 0px 0px;
}

ul.menu li {
	padding: 0px 0px 10px 0px;
}

ul.menu a {
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}

ul.submenu {
	font-size: small;
	font-family: "Arial", "Verdana", "Helvetica";
	font-weight: normal;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

ul.submenu li {
	padding: 0px 0px 5px 0px;
}

img {
	border: none;
}

h1.products {
	font-family: "Arial", "Verdana", "Helvetica";
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin: 10px 10px 10px 10px;		
}

h2.products {
	font-family: "Times New Roman", "Times", "Serif";
	font-weight: bold;		
	margin: 0px 0px 5px 0px;
}

h3.products {
	color: #6600CC;
	font-family: "Times New Roman", "Times", "Serif";
	margin: 0px 0px 0px 0px;	
}

h4.products {
	font-size: x-large;
}

a.products {
	text-decoration: underline;
	color: #000000;
}

p.productsText {
	margin: 0px 0px 0px 0px;

}

a.productPDF {
	color: #333333;
	font-size: small;
	margin: 0px 5px 0px 5px;
}

table.products_alphabet td {
	font-size: x-large;
}

body.ordering {
	color: #000000;
	font-family: "Arial", "Verdana", "Helvetica";
	font-size: small;
}

h1.ordering {
	color: #000000;
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	text-align: center;
	font-weight: bold;	
}

h2.ordering {
	color: #000000;
	font-family: "Arial", "Verdana", "Helvetica";
	font-size: medium;
	text-align: left;
	font-weight: bold;
	font-style: italic;		
}

a.ordering {
	color: #003399;
	acolor: #003399;
	vcolor: #003399;
	text-decoration: none;
}

h1.free_stuff {
	color: #0066CC;
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	text-align: center;
	font-weight: bold;	
	margin: 10px;
}

h2.free_stuff {
	color: #0066CC;
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	text-align: left;
	font-weight: bold;
	margin: 10px;
}

p.free_stuff {
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	font-weight: normal;
	font-size: large;
	margin: 5px;
	
}
a.free_stuff {
	color: #003399;
	acolor: #003399;
	vcolor: #003399;
	text-decoration: none;
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	font-weight: normal;
	font-size: large;
}

p.about_heading {
	color: #FFFFFF;
	background-color: #0066CC;
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-size: large;
	margin-left: 15%;
	margin-right: 15%;
}

p.about_text {
	font-family: "Times New Roman", "Times", "Serif";
	font-size: large;

}

ul.about_list {
	list-style-image: url("images/smile.png");
	list-style-type: circle;
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	font-weight: bold;
	font-size: large;		
}

ul.about_list li {
	margin-bottom: 10px;
}

h1.contact {
	color: #0066cc;
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	text-align: center;
}

h2.contact {
	color: #0066cc;
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	text-align: center;
}

table.contact td {
	font-family: "Times New Roman", "Times", "Serif";
	font-size: x-large;
	font-weight: bold;
	vertical-align: top;
	padding: 10px;

}

a.contact {
	color: #003399;
	acolor: #003399;
	vcolor: #003399;
	text-decoration: none;
}

h1.services {
	color: #003399;
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	text-align: center;
	font-size: xx-large;
	text-transform: uppercase;
	letter-spacing: 5px;	
}

h2.services {
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	text-align: justify;
	font-size: large;
	font-weight: bold;	
}

a.services {
	color: #003399;
	acolor: #003399;
	vcolor: #003399;
	text-decoration: none;	
}

p.services {
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	font-size: medium;	
	
}

table.profdev {
	font-family: "Verdana", "Helvetica";
	font-size: small;
	color: #303030;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;	
	border-width: 1px;	
}

table.profdev td {
	font-style: italic;
	border-style: solid;
	border-color: #000000;	
	border-width: 1px;
	padding: 5px;
}

table.profdev th {
	background-color: #CCCCCC;
	border-style: solid;
	border-color: #000000;	
	border-width: 1px;	
}

td.profdev_strategies {
	background-color: #CCFFFF;
}

td.profdev_reading {
	background-color: #FFFF99;
}

td.profdev_writing {
	background-color: #CCFFCC;
}

td.profdev_maths {
	background-color: #FFCC99;
}

ul.services {
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	font-size: medium;
	color: #003399;
	list-style-image: url("images/diamond_logo.png");
	list-style-type: circle;	
}

ul.services li {
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
}

p.services_big {
	font-family: "Comic Sans MS", "Arial", "Helvetica";
	font-size: large;
	color: #003399;	
}
