/* CSS Document */

body {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color:#214c5f;
	font-family:Arial, Helvetica, Sans-Serif;; color:#001d68;
	background-image:url(../images/bg-colour.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	}
	
img {
	border: 0;
}
	
h1{	margin-top:0px;
	font-size:1em;
	font-weight:bold;
	}
h2{font-size:.9em;
	}
p, ul, ol{
	margin-top:0px;
	font-size:.8em;
	line-height:1.4em;
	}	

#container{
	margin-left: auto;
	margin-right: auto;	
	width:840px;
	margin-top:0px;
	}

#header{
	background-image:url(../images/header_bg.png);
	background-repeat: no-repeat;
	width:840px;
	height:260px;
	}

#nav{
	padding-left: 85px;
	margin-top: 25px;
	float: left;
	width:110px;
	height:80px;
	}
#subnav{
	padding-left: 95px;
	margin-top: 0px;
	float: left;
	width:110px;
	height:80px;
	}	
#page{
	float:left;
	}

#logo{
	float:left;
	padding-left: 40px;
	padding-top:40px;
	width: 170px;
	}
	
#animation{
	float:right;
	padding-right: 67px;
	padding-top:0px;
	width: 521px;
	height: 167px;
	}		
	
#footer{
	float:right;
	width:840px;
	height:120px;
	background-image:url(../images/footer.png);
	background-repeat: no-repeat;
	font-size:.8em;
	}
	
#footer ul	{ float:right; padding-top:10px; padding-right:40px;}
#footer li	{display:inline; padding:0 0.3em 0 0.3em;  white-space:nowrap;}
#footer li a	{background:transparent; text-decoration:none;}
#footer li a:hover	{}

#content{
	padding-top:0px;
	padding-bottom:5px;
	width:520px;
	padding-left:250px;
	padding-right:70px;
	background-image:url(../images/bg.png);
	background-repeat:repeat-y;
	background-position:0 50px ;	}

	
.clear {clear:both;}

	
.text{
	font-size:.8em;
	}
	

a:link  {color: #001d68; text-decoration: none;font-weight:bold;} 
a:visited {color: #001d68; text-decoration: none;font-weight:bold;} 
a:hover  {color: #bfbd00; text-decoration: none;font-weight:bold; }