/* CSS Document */
* {margin:0;padding:0}
body {
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: normal;
	background-color: #D1DFEC;
	font-size: 12px;
}

/* centre for ie5.+ */
#outer{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	background-color: #FFFFFF;
	line-height: 23px;
	border: 8px solid #FFF;
}
h1 {
	color: #eb0089;
	font-size: 35px;
	font-weight: normal;
	line-height: 35px;
	padding-bottom: 10px;
	padding-top: 10px;
}
h2 {
	color: #0071bb;
	font-size: 25px;
	line-height: 35px;
}
h3 {
	color: #EB0089;
	font-size: 25px;
	line-height: 35px;
}

a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.on:link, a.on:active, a.on:visited {
	text-decoration: none;
	color: #FFF;
}
a.blue:link, a.blue:active, a.blue:visited {
	text-decoration: none;
	color: #0073bc ;
}
a.blue:hover {
	text-decoration: underline;
}
#logo {
	text-align: left;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 245px;
}
.nav {
	height: 40px;
	color: #FFF;
	font-weight: bold;
	background-image: url(images/greennav.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
}
ul.navlink  {
	margin: 0;
	width: 100%;
	line-height:27px;
	display: inline;
	float: left;
	}
ul.navlink li {
	list-style: none;
	float: left;
	height: 28px;
	}
ul.navlink li a {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	padding-bottom: 4px;
	padding-top: 0px;
	width: 107px;
	}
ul.navlink li a:hover {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	text-decoration: none;
	color: #0073BC;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 4px;
	}
.leftcol {
	float: left;
	width: 240px;
	text-align: left;
}
.leftcol a img {
	padding-bottom: 7px;
}

.rightcol {
	float: right;
	width: 610px;
	background-image: url(images/contentsback.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
}
.rightcol img {
	clear: left;
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clearer{
    height:1px;
    overflow:hidden;
    margin-top:-1px;
    clear:both;
}
.search {
	background-image: url(images/searchback.jpg);
	background-repeat: repeat-x;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.pinktext {
	color: #EB0089;
}
.bluetext {
	color: #0071BB;
}
.whitetext {
	color: #ffffff;
}
.suggestionleft {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.breadcrumbs {
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	clear: left;
	width: 640px;
	background-image: url(images/contentsback.gif);
}
.breadcrumbs a {
	color: #006DB9;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

#navlist li
{
	display: inline;
/* for IE5 and IE6 */
}

#navlist
{

}

#navlist a
{
	/* extend the sensible area to the maximum with IE5 */
display: block;
	background-color: #eef5d5;
	text-decoration: none;
	color: #6f727b;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-right-style: none;
	padding-left: 3px;
}

#navlist a:hover {
	background-color: #0071bb;
	color: #FFF;
	font-weight: bold;
}
#navlist a:visited {
}
ul {
}
li {
}
.rightcol ul {
	padding-left: 20px;
}
.bluetextbig {
	color: #0071BB;
	font-size: 22px;
}
.pinktextbig {
	color: #EB0089;
	font-size: 22px;
}
.footer {
	position:relative;/* stacking context for further positioned elements*/
	text-align:left;
	z-index:2;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding-top: 3px;

}
