
/* General styles */

body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font: 75% Arial, Helvetica, sans-serif;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #013D6F;
}

h1 {
	width: 100%;
	height: 0px;
	display: block;
	float: left;
}

h1 a span, #slogan span {
	display: none;
}


/* Header styles */

#headerbox {
	width: 100%;
	height: 0px;
	display: block;
	position: relative;
	background-position: top left;
}

#header {
	position: relative;
	width: 740px;
	height: 0px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#slogan {
	position: absolute;
	bottom: 30px;
	right: 40px;
	width: 350px;
	height: 16px;
	display: block;
	background-image: url(../images/rdm_slogan.gif);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}


/* Content Styles */

#bodyHome {
	position: relative; 
	width: 740px; 
	margin: 0 auto;
	background-color: #FFFFFF;
}

#pressContent {
	position: relative; 
	padding: 20px 40px 20px 40px;
	width: 660px; 
	background-color: #FFFFFF;
}


#bodyHome .headline {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	font-size: 20px;
	color: #000000;
	text-align: center
}

#bodyHome .summary {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	font-size: 14px;
	font-style:italic;
	color: #000000;
	text-align: center
}


/* Footer styles */


#footer {
	width: 740px;
	position: relative;
	margin: 0 auto;
}

.baseline {
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 740px;
	position: relative;
}

.baseline span.reserved {
	float: left;
	display: inline;
	color: #FFFFFF;
	font: 12px;
	font-weight: normal;
	padding: 20px 40px 20px 40px;
}


/* Links */

a.body:Link {
	font-size : 12px;
	font-family : arial;
	font-weight : normal;
	font-style : normal;
	color : #006BD7;
	text-decoration: none;
	text-indent : 0;
}

a.body:Visited {
	font-size : 12px;
	font-family : arial;
	font-weight : normal;
	font-style : normal;
	color : #006BD7;
	text-decoration : none;
	text-indent : 0;
} 

a.body:Active {
	font-size : 12px;
	font-family : arial;
	font-weight : normal;
	font-style : normal;
	color : #006BD7;
	text-decoration : none;
	text-indent : 0;
} 
 
a.body:Hover  {
	font-size : 12px;
	font-family : arial;
	font-weight : normal;
	font-style : normal;
	color : #006BD7;
	text-decoration : underline;
	text-indent : 0;
}

/* Odds and Ends */

img { border : 0; }


