body {
	font-family: arial, tahoma, verdana;
	margin: 0px;
	color:#333333;
	font-size: 62.5%;
}
h1 {
	font-family: arial, tahoma, verdana;
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	color:#000;
	font-size: 1.6em;
}
h2 {
	color:#990000;
	font-size: 1.4em;
	margin: 5px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
}
h3 {
	color: #333333;
	font-size: 1.1em;
	margin: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: arial, tahoma, verdana;
	padding: 0px;
	font-style: italic;
}
p {
	vertical-align: top;
	text-align: left;
	line-height: 1.4;
	padding: 0px 10px 5px 10px;
	margin: 0px 0px 4px 0px;
}
td {
	vertical-align: top;
}
form {
	margin:0px;
	padding:0px;
}
form td {
	padding:3px;
	font-size: 1.1em;
	margin:0px;
}
input {
	font-family: arial, tahoma, verdana;
	font-size: 1.1em;
}
textarea {
	font-family: arial, tahoma, verdana;
	font-size: 1.2em;
}	
ul {
	padding-top: 0px;
	margin: 0px;
	margin-left: 20px;
	font-weight: bold;	
}
li {
	padding-top: 0px;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}
a:link {
	color:#990000;
	text-decoration: none;
}
a:visited {
	color:#990000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}

#outer {
	min-height: 520px;
	display: table-cell;
	font-size: 1.2em;
	width: 760px;
	margin: 0px 0px 0px 10px;
	background-repeat: repeat-y;
}
.outer_bg {
	background-image:URL(../images/backgrounds/outer-bg.jpg);
}
.outer_bg1 {
	background-image:URL(../images/backgrounds/outer-bg1.jpg);
}
.outer_bg2 {
	background-image:URL(../images/backgrounds/outer-bg2.jpg);
}
.outer_bg3 {
	background-image:URL(../images/backgrounds/outer-bg3.jpg);
}
.outer_bg4 {
	background-image:URL(../images/backgrounds/outer-bg4.jpg);
}
#flags {
	width: 36px;
	float: left;
}
#flags ul {
	margin: 3px 0px 0px 3px;
	padding: 0px;
}
#flags li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}
#menu {
	font-size: 1.1em;
	width: 220px;
	margin-left: 0px;
	float: left;
	color: #fff;
}
#menu a:link {
	color: #fff;
	font-weight: bold;
}
#menu a:visited {
	color: #fff;
	font-weight: bold;
}
#menu a:hover {
	color: #fff;
	font-weight: bold;
}
#innermenu {
	padding: 10px;
}
.emfix {
	font-size: 0.8em;
}
#outercontent {
	width: 504px;
	min-height: 520px;
	float: left;
	padding: 0px;
}
.outercontent_home {
	background-image:URL(../images/backgrounds/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #D47C23;
}
.outercontent_parents {
	min-height: 590px !important;
	background-image:URL(../images/backgrounds/parents-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.outercontent_pro {
	background-image:URL(../images/backgrounds/professionals-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #D47C23;
}
.outercontent_912 {
	min-height: 590px !important;
	background-image:URL(../images/backgrounds/9-12-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #CCD314;
}
.outercontent_1318 {
	min-height: 590px !important;
	background-image:URL(../images/backgrounds/13-18-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #c30080;
}
.outercontent_yc {
	min-height: 590px !important;
	background-image:URL(../images/backgrounds/young-carers-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000000;
}
#content {
	float: left;
	padding: 30px;
	font-size: 1.2em;
}
.narrowcontent {
	width: 240px;
}
#footer {
	width: 760px;
	font-size: 1.2em;
	clear: both;
	padding: 10px 0px 0px 10px;	
	border-top: 1px solid #ccc;
}

#innermenu ul {
	margin: 0;
	padding: 0px;
}
#innermenu li {
	list-style-type: none;
	padding: 15px 0px 0px 50px;
	background-repeat: no-repeat;
}
#text {
	width: 760px;
	text-align: right;
	margin-right: 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
}

.li40 {
	min-height: 40px;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.subul li {
	font-size: 1em;
	margin: -15px 0px 0px -49px;	
}

.subtle {
	font-size: 0.9em;
	color: #999;
}
.content_orange {
	background-color: #D47C23;
}
.content_red {
	background-color: #bd0221;
}
.content_white {
	background-color: #fff;
}
.content_green {
	background-color: #CCD314;
}
.content_purple {
	background-color: #c30080;
}
.content_black {
	background-color: #000000;
}
.white_text {
	color: #fff;
}
.red_text {
	color: #990000;
}
.big_red_bold {
	color: #990000;
	font-size: 1.4em;
	font-weight: bold;
}
.big_black_bold {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
}
.big_white_bold {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
}
.blacklink {
	color: #000000;
	font-weight: bold;
}
.blacklink a:link {
	color: #000000;
	font-weight: bold;
}
.blacklink a:visited {
	color: #000000;
	font-weight: bold;
}
.blacklink a:hover {
	color: #990000;
	font-weight: bold;
}
