
body {
	margin: 0;
	padding: 0;
	background-color: #d8d2ba;
	background-image: url(images/cambridge-bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: repeat-x;
}

img, div { behavior: url(iepngfix.htc) }

a img {
	border: 0;
}

/* main template styling */

#outer {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -290px;
	left: 0;
	text-align: center;
}

#container {
	margin: auto;
	width: 780px;
	height: 580px;
	text-align: left;
}

#logo {
	float: left;
	display: inline;
	width: 386px;
	height: 58px;
	padding: 0 359px 0 35px;
}

#imgcontainer {
	float: left;
	display: inline;
	width: 780px;
	height: 294px;
}

#sitebycontainer {
	float: left;
	display: inline;
	width: 35px;
	height: 95px;
	padding-bottom: 199px;
}

#image {
	float: left;
	display: inline;
	width: 524px;
	height: 294px;
	padding-right: 25px;
}

#nav {
	float: left;
	display: inline;
	width: 145px;
	height: 292px;
	border-bottom: 1px solid #0c2a57;
	border-top: 1px solid #0c2a57;
}

#empty {
	float: left;
	display: inline;
	width: 51px;
	height: 294px;
}

#title {
	float: left;
	display: inline;
	width: 524px;
	height: 44px;
	padding: 0 221px 0 35px;
}

#title-right {
	float: left;
	display: inline;
	width: 524px;
	height: 44px;
	padding: 0 51px 0 205px;
}

#mainouter {
	float: left;
	display: inline;
	width: 780px;
	height: 225px;
}

#text {
	float: left;
	display: inline;
	width: 524px;
	height: 280px;
	padding-left: 35px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333334;
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #d7d1bc;
	SCROLLBAR-HIGHLIGHT-COLOR: #d7d1bc;
	SCROLLBAR-SHADOW-COLOR: #d7d1bc;
	SCROLLBAR-3DLIGHT-COLOR: #d7d1bc;
	SCROLLBAR-ARROW-COLOR: #0c2a57;
	SCROLLBAR-TRACK-COLOR: #d7d1bc;
	SCROLLBAR-DARKSHADOW-COLOR: #d7d1bc;
}

#text-right {
	float: left;
	display: inline;
	width: 524px;
	height: 268px;
	padding-right: 51px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333334;
	overflow: auto;
	SCROLLBAR-FACE-COLOR: #d7d1bc;
	SCROLLBAR-HIGHLIGHT-COLOR: #d7d1bc;
	SCROLLBAR-SHADOW-COLOR: #d7d1bc;
	SCROLLBAR-3DLIGHT-COLOR: #d7d1bc;
	SCROLLBAR-ARROW-COLOR: #0c2a57;
	SCROLLBAR-TRACK-COLOR: #d7d1bc;
	SCROLLBAR-DARKSHADOW-COLOR: #d7d1bc;
}

#buttons {
	float: left;
	display: inline;
	width: 145px;
	height: 174px;
	padding: 3px 51px 0 25px;
}

#buttons-left {
	float: left;
	display: inline;
	width: 145px;
	height: 174px;
	padding: 3px 35px 0 25px;
}

#footercontainer {
	float: left;
	display: inline;
	width: 780px;
	height: 43px;
	margin-top:90px;
}

#footer {
	float: left;
	display: inline;
	width: 660px;
	height: 10px;
	padding: 26px 0 7px 35px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333334;
	background-image: url(images/bottom_dots.gif);
	background-repeat: no-repeat;
}

a {
	color: #333334;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0c2a57;
}

#youngslogo {
	float: left;
	display: inline;
	width: 85px;
	height: 43px;
}

/* End of Template styling */

/* Form styling */

label {
	width: 100px; 
	float: left;
	display: block;
	text-align: left;
	margin: 10px 5px 0 0;
}

input.formbox, textarea {
	padding-left: 2px;
	background-color: #d7d1bc;
	color: #333334;
	border: #0c2a57 solid 1px;
	float: left; 
	width: 218px;
}

input, select, textarea {
	margin-top: 10px;
}

select {
	background-color: #d7d1bc;
	color: #333334;
	border: #0c2a57 solid 1px;
}

.selectdd {
	width: 41px;
}

.selectmm {
	width: 90px;
}

.selectyy {
	width: 55px;
}

.submit {
	color: #333334;
	background: #d7d1bc;
	margin-left: 105px;
}

#text form p, #text-right form p {
	clear: left;
	margin: 0;
	padding: 0;
}

/* End of form styling */

.nopadd {
	margin: 0;
	padding: 0;
}

#text .menubtns, #text-right .menubtns {
	font: bold 11px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #0c2a57;
	border: 1px solid #0c2a57;
	padding: 4px 5px;
	text-align: center;
	margin-right: 25px;
	text-decoration: underline;
}

#text a:hover.menubtns, #text-right a:hover.menubtns {
	font: bold 11px/25px Verdana, Arial, Helvetica, sans-serif;
	color: #a1a4a0;
	border: 1px solid #a1a4a0;
	background-color: #0c2a57;
	text-decoration: underline;
}

.blue-highlight {
	color:#0C2A57;
}