body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/ra_pagetile.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #4648AF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4648AF;
}

#login-box {
	position: absolute;
	margin-right: -320px;
	margin-left: -60px;
	width: 120px;
	right: 50%;
	color: #FFF;
}
#login-box a{
	color: #FFF;
}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	color: #D50000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
p {
	padding: 0px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#top-tile {
	background-image: url(/images/ra_top_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: 160px;
	background-image: url(/images/ra_header_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
	position: relative;
	text-align: center;	
}
#main-menu {
	background-image: url(/images/ra-menu-tile.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 38px;
	top: 122px;
	padding-right: 20px;
	padding-left: 20px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#main-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#main-menu li {
	display: inline;
}
#main-menu li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	white-space: nowrap;
	line-height: 38px;
	height: 38px;
	display: block;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border-right-style: solid;
	border-right-color: #8e001c;
	border-right-width: 1px;
	min-width: 50px;
	text-align: center;
}
#main-menu li a:hover {
	background-image: url(/images/ra-menu-tile-active.jpg);
	background-repeat: repeat-x;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	color: #FFF;
	background-image: url(/images/ra-menu-tile.jpg);
}
#content {
	position: relative;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#message
	{

	width: 530px;
	background-color: white;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
	position: relative;
	margin: 15px;
	margin-left: auto ;
  	margin-right: auto ;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	}