html {
	height:100%;
	overflow-x:hidden;
	}

body {
	height:100%;
	margin:0;
	padding:0;
	font-family : Tahoma;
	font-size : 15px;
	color : #004d7d;
	text-align:left;
	line-height:160%;
	font-weight:normal;
	background-color:#fff;
	overflow-y:auto;
	}
	
a, a:visited{
	color : #004d7d;
	text-decoration:none;
	}
	
a:hover{
	color : #004d7d;
	text-decoration:underline;
	}
	
	/* common
----------------------------------------------------- */

br {
	clear: both;
}

hr {
	display: none;
}

p {
	margin: 0; 
	padding-top: 1em; 
}
	
	/* Background image or swf
----------------------------------------------------- */
#bg {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%;
	z-index:-1;
	}
	
	/* Containers
----------------------------------------------------- */
#container{
	position: relative;
	margin: 0 auto;
	background-color: transparent;
	width: 910px;
	height: 910px;
	z-index: 1;
	}
	
	/* Content area
----------------------------------------------------- */
#pagebg {
	position: absolute;
	top:30px;
	left:0px;
	width:910px;
	height:910px;
	background-color: #fff;
	z-index:2;
	}
	
	/* Header
----------------------------------------------------- */
#header{
	position: absolute;
	top:30px;
	left:0px;
	width: 910px;
	height: 280px;
	background-image : url(../images/header.jpg);
	background-position : left top;
	background-color: transparent;
	z-index:3;
	}
	
	/* Menu
----------------------------------------------------- */
#menu{
	position: absolute;
	top:310px;
	left:0px;
	width: 910px;
	height: 40px;
	background: url(../images/menu_bg.jpg) no-repeat left top transparent;
	z-index:4;
	}
	
.menu_text {
	font-family : Tahoma;
	font-size : 16px;
	color : #fff;
	line-height:130%;
	letter-spacing:1px;
	font-weight:normal;
	text-align:center;
	}
	
.menu_text a{
	color : #fff;
	text-decoration: none;
	}

.menu_text a:hover{
	color : #fff;
	text-decoration: underline;
	}
	
	
	
	/* Quote panel
----------------------------------------------------- */
#quote_panel {
	position: absolute;
	top:370px;
	right:55px;
	width:235px;
	height:546px;
	background: url(../images/quote_bg.jpg) no-repeat left top transparent;
	z-index:10;
	}
	
#quote_holder {
	position:absolute;
	top:580px;
	right:70px;
	width:205px;
	height:300px;
	z-index:11;
	}

.quote_text {
	font-family : Georgia;
	font-size : 20px;
	color : #fff;
	text-align:left;
	line-height:120%;
	font-style:italic;
	}
	
.credit {
	font-family : Tahoma;
	font-size : 13px;
	color : #004d7d;
	text-align:left;
	line-height:130%;
	font-style:normal;
	}


	/* Text areas
----------------------------------------------------- */

#main_text {
	position: absolute;
	top:370px;
	left:83px;
	width:525px;
	height:600px;
	z-index:10;
	}
	
.title {
	font-family : Tahoma;
	font-size : 33px;
	color : #00acee;
	text-align:left;
	line-height:120%;
	font-weight:normal;
	padding-top:0px;
	}
	
.standfirst {
	font-family : Tahoma;
	font-size : 23px;
	color : #004d7d;
	text-align:left;
	line-height:140%;
	font-weight:normal;
	}
	
.standfirst_blue {
	font-family : Tahoma;
	font-size : 23px;
	color : #00acee;
	text-align:left;
	line-height:140%;
	font-weight:normal;
	}
	
ul {
	margin:10px 0 1em 5px;
    padding: 0;
	list-style: none;
	line-height:180%;
	}

li {
	background: url(../images/bullet.gif) no-repeat 0 2px;
	padding-left:35px;
	}
	
	/* Footer
----------------------------------------------------- */
	
#footer {
	position:absolute;
	top:900px;
	left:83px;
	height:20px;
	width:600px;
	z-index:20;
	}


.footer_text {
	font-family : arial, sans-serif;
	font-size : 11px;
	color : #00acee;
	text-align:left;
	line-height:130%;
	}

.footer_text a{
	color : #00acee;
	text-decoration: none;
	}

.footer_text a:hover{
	color : #00acee;
	text-decoration: underline;
	}