/**Define standard body - remove margin, border, define font family, default size and color and page background color **/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
	background-color: #F3F3F3;
	background-image: url(../../_images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
}
/** Redefining standard tags **/
p {
	color: #666666;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 24px;
}
h1 {
	font-weight: normal;
	margin: 0px;
	font-size: 1.6em;
	line-height: 1.7em;
}
#footer p {
	font-size: 0.7em;
	line-height: 1.5em;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
}
strong {
	text-decoration: underline;
}
/** Navigation Styles **/
#nav ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0B1560;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
}
#nav li {
	color: #0B1560;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0B1560;
	margin-top: 8px;
	font-size: 0.9em;
	line-height: 1.2em;
	padding-bottom: 8px;
	list-style-image: url(../../_images/bullet.gif);
}
#nav li a {
	display: block;
	text-decoration: none;
}
#nav li a:link {
	color: #0B1560;
}
#nav li a:visited {
	color: #0B1560;
}
#nav li a:hover, #nav li a:focus {
	color: #F0027F;
}
/** Defining layout divs **/
#wrapper {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 25px;
	background-color: #FFFFFF;
	padding-bottom: 40px;
}
#header {
	width: 660px;
	display: block;
	height: 66px;
	margin-bottom: 27px;
}
#nav {
	width: 90px;
	float: left;
}
#contentwrapper {
	float: right;
	width: 530px;
}
#doublespan {
	width: 530px;
	display: block;
}
#columnwrapper {
	width: 530px;
	margin-top: 20px;
}
#left {
	float: left;
	width: 255px;
}
#right {
	float: right;
	width: 255px;
	display: block;
}
#footer {
	clear: both;
	margin-bottom: 27px;
}
/** Define color classes based on color references found at http://www.acbrandguidelines.org.uk/colour.html **/
.ageconcerndarkblue {
	color: #0B1560;
}
.ageconcernpink {
	color: #F0027F;
}
.ageconcernred {
	color: #C41200;
}
.ageconcernpurple{
	color: #49004D;
}
.ageconcernorange {
	color: #FF6309;
}
.ageconcernlightgreen {
	color: #90A106;
}
.ageconcerndarkgreen {
	color: #173F26;
}
.ageconcernlightblue {
	color: #00A0C6;
}
#full {
	clear: both;
	padding: 5px;
	background-color: #FBFBFB;
	border: 1px solid #999999;
}
a:link {
	color: #0B1578;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #F0027E;
	text-decoration: none;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
#headerLink {
	display: inline;
	color: #F0037F;
	font-size: .7em;
	font-weight: bold;
	padding-left: 20px;
}
#headerLink a:link {
	color: #F0037E;
}
#headerLink a:visited {
	color: #F0037E;
}
#headerLink a:hover {
	color: #0B1560;
	text-decoration: none;
}
ol li {
	list-style-type: decimal;
	color: #666666;
}
ul li {
	color: #666666;
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: url(../../_images/bullet.gif);
}
hr {
	color: #F0027F;
	text-shadow:none;
	
}
