@charset "UTF-8";

body {
	padding:10px 0 0 0;
	margin:0;
	font-size:100.01%;
	font-family:Arial, Helvetica, sans-serif;
	background:#1A5261 url(../images/template/body-bg.gif) repeat-x;
	color:#333333;
	text-align:center;
}

a:active, a:focus {
   outline: 0;
}

img {
	border:0;
}

/* wrapper to centre a 760 wide column on the page */

#wrapper {
	margin: 0 auto;
	width: 950px;
	height:608px;
	text-align:left;
	background-image:url(../images/template/wrapper-bg.png)
}

/* layout styles */

.accessibility {
	display:none;
}

#header {
	padding:45px 0 0 75px;
}

#maincontent {
	height:440px;
	margin-top:50px;
}

#leftcol {
	width:255px;
	padding:0 0 0 50px;
	float:left;
	color:#034151;
	line-height:100%;
}

#leftcontent {
	clear:left;
	padding:0 0 0 30px;
}

#leftcontent h1 {
	font-size:110%;
	line-height:normal;
	margin:0 0 10px 0;
}

#leftcontent h2 {
	font-size:90%;
	margin:0;
}

#leftcontent p {
	font-size:70%;
}

#leftcontent ul {
	padding:0 8px 0 15px;
	list-style-image:url(../images/template/bullet.gif);
}

#leftcontent ul li {
	margin:0;
	padding:0;
	font-size:60%;
}

/*
#leftfooter {
	background:url(../images/template/Y-clear.gif) bottom left no-repeat;
	height:100px;
}

#leftfooter h2 {
	font-size:80%;
	margin:0;
	padding:35px 0 0 60px;
}

#leftfooter p {
	font-size:55%;
	margin:10px 0 10px 50px;
	line-height:normal;
} 
*/

#navbar {
	padding:0 0 30px 30px;
}

#navbar ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:90%;
}

#navbar ul li {
	background:url(../images/template/nav-button.png) no-repeat;
	width:75px;
	height:19px;
	margin:0;
	padding-top:2px;
	float:left;
	text-align:center;
	margin-right:0px;
	line-height:16px;
}

#navbar a, #navbar a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#navbar a:hover {
	color:#D5B8D6;
}

#rightcol {
	margin:0 28px 0 398px;
	height:405px;
	color:#FFFFFF;
}

#rightcol h1 {
}

#rightcol h2 {
}

#rightcol p {
	font-size:70%;
	line-height:140%;
}

#rightcol a, #rightcol a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#rightcol a:hover {
	text-decoration:underline;
}

#copyright {
	margin:15px 28px 0 398px;
	color:#FFFFFF;
	font-size:70%;
}

#copyright a, #copyright a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}
