body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	text-align:center;
}

h1{
	/*Hidding <h1> so googlebot will pick it up, but won't displayed on page*/
	visibility:hidden;
	float:left;
	position:absolute;
	z-index:-1;
}

img{
	border:0px none #FFFFFF;
}

.splash_header{
	height:150px;
	background-image:url(../images/header_bg.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}
.splash_body{
	background-color:#000066;
}
.splash_content{
	background-color:#FFFFFF;
	padding:20px 10px 20px 10px;
	vertical-align:middle;
}
.splash_footer{
	height:50px;
	font-size:80%;
	padding-top:15px;
	color:#FFFFFF;
	background-image:url(../images/footer_bg.png);
	background-position:left top;
	background-repeat:repeat-x;
}
.splash_footer a {
	color:#FFFFFF;
}

#logo{
	width:75%;
	position:absolute;
	top:40px;
	right:0;
	height:90px;
	background-attachment: scroll;
	background-image:  url(../neil_old/resources/rt_logo_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#logo img{
	position:relative;
	float:left;
}


#header{
	width:100%;
	background-color:#000066;
	height:190px;
	background-attachment: scroll;
	background-image:  url(../neil_old/resources/header_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}

#main{
	width:810px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	margin-top:15px;
}

#main p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:1em;
}

#news{
	width:200px;
	position:relative;
	float:right;
	background-attachment: fixed;
	background-color: #FFFFCC;
	background-image:  url(../neil_old/resources/news_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding-top:5px;
	border: 2px dashed #999999;
	padding-bottom:5px;
	margin-left:2em;
}

* html #news{
	padding-bottom:0;
}

#news h3{
	font-size:100%;
	color:#FF9900;
	text-align:center;
	padding:0;
	margin:0;
}

#news ul{
	list-style-type: none;
	font-size:95%;
	text-align:center;
	padding-left:0;
	margin-left:0;
}

#news ul li {
	margin-bottom:0.5em;
}

#news ul:last-child{
	margin-bottom:0 !important;
}

#introduction{
	font-size:110%;
	font-weight:500;
	color:#666666;
	text-align:justify;
	padding-left:2em;
	padding-right:2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer{
	font-size:small;
	color:#666666;
	width:810px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	border-top-width:thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color:#666666;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-attachment: scroll;
	background-image:  url(../neil_old/resources/shading.png);
	background-repeat: repeat;
	background-position: left top;
}

#footer a:link{
	font-size:small;
	color:#666666;
	text-decoration:none;
}

#footer a:visited{
	font-size:small;
	color:#666666;
	text-decoration:none;
}

#footer a:hover{
	font-size:small;
	color:#666666;
	text-decoration:none;
}

#footer a:visited{
	font-size:small;
	color:#666666;
	text-decoration:none;
}

.print{
	visibility:hidden;
	position:absolute;
	z-index:-1;
}

.screen{
	visibility:visible;
}
