body
{
	background: url(bg/pg-background.jpg);
	color: rgb(0, 60, 120);
	margin: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.heading
{
	font-family: 'Times New Roman', serif;
	text-align: center;
	background-image: url(bg/swirl.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: rgb(0, 120, 120);
	font-weight: 400;
	letter-spacing: 6px;
	border-bottom: 1px dashed rgb(200, 160, 0);
}

.sub-heading
{
	font-family: 'Times New Roman', serif;
	font-style: italic;
	text-align: center;
	color: rgb(0, 60, 120);
}

.quotes
{
	border-top: 1px dashed rgb(200, 160, 0);
	border-left: 1px dashed rgb(200, 160, 0);
}

.quotes td
{
	border-right: 1px dashed rgb(200, 160, 0);
	border-bottom: 1px dashed rgb(200, 160, 0);
	text-align: center;
	width: 25%;
}

.quotes th
{
	border-right: 1px dashed rgb(200, 160, 0);
	background: rgb(200, 210, 225);
}

.header
{
	background: rgb(100, 180, 160);
	font-family: 'Times New Roman', serif;
	color: rgb(0, 75, 140);
	border: 1px silver outset;
}

.header h1
{
	font-size: 24pt;
	font-style: italic;
	letter-spacing: 0.1em;
}

a
{
	color: rgb(0, 75, 140);
	text-decoration: none;
}

a:hover
{
	color: rgb(50, 140, 150);
}

a:active
{
	color: #600;
}

.nav
{
	width: 180px;
}

.nav a
{
	display: block;
	padding: 3px;
	color: rgb(0, 90, 90);
	text-decoration: none;
	text-align: left;
	font-weight: 400;
}

.nav a:hover
{
	color: rgb(0, 0, 120);
}

.nav a:active
{
	color: #600;
}

.nav1
{
	width: 20%;
	background: rgb(210, 230, 220);
	border: 1px inset silver;
	text-align: center;
	font-size: small;
}

.nav1 a
{
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid silver;
	display: block;
	color: black;
}

.nav1 a:hover
{
	color: rgb(100, 100, 100);
}

.nav1 a:active
{
	color: #600;
}

.contact
{
	color: rgb(0, 75, 140);
	text-decoration: none;
	font-weight: bold;
}

.contact:hover
{
	color: rgb(210, 230, 220);
}

.contact:active
{
	color: #600;
}


.sub_head
{
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background: rgb(0, 130, 130);
	color: rgb(210, 230, 220);
	font-size: 1.5em;
}

.sub_head a
{
	color: rgb(210, 230, 220);
	display: block;
}

.sub_head a:hover
{
	color: rgb(50, 50, 50);
}

.sub_head2 a
{
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background: rgb(0, 130, 130);
	color: rgb(210, 230, 220);
}

.sub_head2 a:hover
{
	color: rgb(50, 50, 50);
}


.sub_head1
{
	text-align: center;
	font-weight: bold;
	padding: 5px;
	background: rgb(0, 65, 130);
	color: rgb(210, 230, 220);
}

.content
{
	padding: 1em;
}

.left_band
{
	background-image: url(images/left_band.png);
	background-repeat: repeat-y;
	padding-top: 5mm;
}

.left_band a
{
	font-size: small;
	display: block;
	text-decoration: none;
	color: rgb(255, 232, 91);
	padding: 3px;
}

.left_band a:hover
{
	color: silver;
}

.right_band
{
	background: rgb(247, 180, 141);
}

.thin_line td
{
	border-right: 1px solid #399;
	border-bottom: 1px solid #399;
}

.white
{
	padding: 5px;
	display: block;
	background: white;
	color: black;
}

.silver
{
	padding: 5px;
	display: block;
	background: #eee;
	color: black;
}

.p12
{
	font-size: 9pt;
	font-weight: 400;
}

.p10
{
	font-size: 8pt;
}

.green-tick li
{
	list-style-image: url(images/green-tick.png);
}

.highlight
{
	border: 2px rgb(50, 100, 150) ridge;
	background: rgb(220, 220, 220);
	width: auto;
	padding: 0 0.5em 0 0.5em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 2px 2px 4px gray;
	-webkit-box-shadow: 2px 2px 4px gray;
	-moz-box-shadow: 2px 2px 4px gray;
}

.highlight a
{
	border-bottom: 1px dashed rgb(200, 160, 0);
}


.highlight div
{
	display: none;
}

.highlight:hover div
{
	display: inline;
	font-size: 0.8em;
	text-align: left;
}

.right_side
{
	color: rgb(0, 120, 120);
	font-family: 'Times New Roman', serif;
	font-size: small;
	font-weight: bold;
	letter-spacing: 1px;
}

.fees th
{
	padding-left: 1em;
}

.courses
{
	background: white;
	border: 1px dashed rgb(200, 160, 0);
}

.courses td
{
	width: 50%;
	border-bottom: 1px solid rgb(200, 160, 0);
	border-left: 1px solid rgb(200, 160, 0);
	padding: 0 1em 0 1em;
}

.courses h3
{
	font-family: 'Times New Roman', serif;
	color: rgb(0, 120, 120);
	font-weight: 400;
	letter-spacing: 1px;
}

.footer
{
	text-align: center;
}

.phone
{
	text-align: center;
	border: 1px rgb(50, 100, 150) outset;
	background: rgb(220, 220, 220);
	width: auto;
	padding: 0.5em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 2px 2px 4px gray;
	-webkit-box-shadow: 2px 2px 4px gray;
	-moz-box-shadow: 2px 2px 4px gray;
}

	

