/* Yellow: #FCB814 */
/* Blue: #243F8F */

body, #junior #content .button a:hover, #senior #content .button a:hover {
	color: #5D5F62;
}
body {
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	/*background-color: #6C6E71;*/
	background-color: #8F9294;
}
a {
	text-decoration: none;
}
a[href] {
	text-decoration: none;
}
h1 {
	font-weight: normal;
	font-size: 30px;
	margin-top: 0px;
}
ul {
	margin-left: 15px;
	padding-left: 0px;
}
.bold {
	font-size: 15px;
	font-weight: bold;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
#container {
	width: 1050px;
}
#page {
	position: relative;
	width: 850px;
	min-height: 656px;
	background-color: #FFFFFF;
	border-bottom: 12px solid #FCB814;
	background-image: url(images/bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	margin-left: 105px;
	margin-right: 105px;
}

* html #page {
	height: 656px;
}

#container {
	margin-left: auto;
	margin-right: auto;
}
#page #header {
	height: 124px;
	border-bottom: 1px solid #FCB814;
	position: relative;
}
#page #header, #page #content {
	margin-right: 24px;
}
#page #header #logo, #page #header #animation, #page #header #name {
	position: absolute;
	border: none;
}
#page #header #logo {
	bottom: 14px;
	left: 30px;
	width: 59px;
	height: 70px;
}
#page #header #animation {
	top: 0px;
	left: 14px;
	height: 124px;
}
#page #header #name {
	bottom: 14px;
	right: 0px;
}
#page #header #topright {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #243F8F;
}
#page #header #name, #page #header #topright {
	width: 256px;
	height: 19px;
}
#junior #page #header #name, #junior #page #header #topright {
	width: 329px;
	height: 25px;
}
#page #yellowbox {
	width: 23px;
	height: 39px;
	background-color: #FCB814;
}
#page #content .button {
	float: left;
	text-align: center;
	line-height: 18px;
}
#page #content {
	margin-left: 185px;
}
#page #content .button a {
	color: #838588;
}
#page #content .button img {
	border: none;
}
#page #content #quote {
	color: #FCB814;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
#page #content #quoteNT {
	color:#000066;
	font-size:14px;
	font-weight: 500;
	line-height:25px;
}
#page #content .clear {
	clear: both;
	visibility: hidden;
}
#page #content .clear, #page #content .clear img {
	height: 1px;
}
#page #contactdetails, #page #sozo {
	position: absolute;
	bottom: -35px;
}
#page #contactdetails {
	left: 0px;
}
#page #sozo {
	right: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#page #contactdetails, #page #nav {
	font-size: 14px;
	font-weight: bold;
}
#page #contactdetails, #page #contactdetails a {
	color: #FFFFFF;
}
#page #nav {
	position: absolute;
	top: 192px;
	left: -103px;
	width: auto;
	text-align: right;
}
#page #nav a, #page #nav .link, #page #contactdetails a:hover {
	color: #CCCCCC;
}
#page #sozo {
	color:#FFFFFF;
}
#page #nav .link {
	padding-right: 11px;
	position: relative;
	height: 42px;
	width: 93px;
	cursor: default;
}
#page #nav .link a:hover {
	color: #FFFFFF;
}
#page #nav .link div {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 7px;
	height: 2px;
	background-color: #FCB814;
}
#content strong {
	font-size: 14px;
}
#content #left, #content #right {
	float: left;
}
#content #left {
	width: 330px;
}
#content #right img {
	margin-bottom: 20px;
}
#content #right {
	width: 210px;
	margin-left: 20px;
}

/* Home */

#home {
	font-size: 16px;
}
#home #content {
	margin-left: 143px;
}
#home #content h1 {
	margin-left: 20px;
}
#home #content p {
	line-height: 20px;
	margin-left: 25px;
}
#home #content .bold {
	font-size: 18px;
}
#home #content .button {
	padding-right: 30px;
	font-size: 21px;
	width: 28%;
}
#home #content .button img {
	width: 181px;
	height: 137px;
}
#home #content .button a {
	color: #243F8F;
}
#home #content .button .small {
	font-size: 13px;
	font-weight: bold;
}

/* Junior */

#junior #page {
	background-image: url(images/junior/bg.jpg);
}
#junior #content, #senior #content {
	margin-left: 78px;
}
#junior #content p, #senior #content p {
	width: 550px;
	line-height: 20px;
}
#junior #content .button, #senior #content .button {
	padding-right: 17px;
	font-size: 17px;
	font-weight: bold;
}
#junior #content .button img, #senior #content .button img {
	width: 125px;
	height: 125px;
}

/* Calendar */

#calendar #next, #calendar #last {
	width: 80px;
	height: 15px;
	background-color: #243F8F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
	text-align: center;
}
#calendar #next, #calendar #last, #calendar #next a, #calendar #last a {
	color: #FFFFFF;
}
#calendar #next {
	float: right;
}
#calendar #last {
	float: left;
}
#calendar #content th {
	text-align: left;
}