/************************************************************** GLOBAL STYLES */
html {
	min-width: 750px;
	}
	
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../img/bkgrnd_greydots.png) repeat;
/*	font-family: tahoma, "MS Sans Serif", "Lucida Grande", "Luxi Sans", "Bitstream Vera Sans", "Trebuchet MS", helvetica, verdana, arial, sans-serif;*/
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: small;
	color: #333;
	}
	
#wrap {
	width: 750px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: left;
	background: #fff;
	}
	
#innerwrap {
	width: 720px;
	margin: 0 15px;
	padding: 8px 0;
	}
	

	
/************************************************************** LAYOUT STYLES */	

	
.RHELWrap2 {
	width: 710px;
	}
.RHELWrap {
	width: 710px;
	}
	
.RHELLogo {
	width: 680px;
	margin-left: 15px;
	margin-bottom: 20px;
	}
	
.RHELWide {
	width: 710px;
	margin-bottom: 20px;
	}
	
.RHELLogo img {
	margin-right: 22px;
	margin-top: 10px;
	}
	
.RHELLeft {
	float: left;
	width: 325px;
	margin-left: 0px;
	}
	
.RHELRight {
	float: right;
	width: 325px;
	margin-left: 30px;
	}
	
.easyStory {
	padding-top: 15px;
	}

/************************************************************** TABLE STYLES */
table.color {
	  border-style:none;
	}

table.color td {
	  border-width: 1px 1px 1px 1px;
	  border-style:solid;
          border-color:#000000;
	  border-collapse:collapse;
	}

table.color th {
          border-width: 1px 1px 1px 1px;
          border-style:solid;
          border-color:#000000;
          border-collapse:collapse;
        }

	
/************************************************************** HEADING STYLES */

h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: .5em;
	padding-bottom: 0;
	}
	
h1 {
	padding-top: 0;
	font-size: x-large;
	}
	
h2 {
	font-size: medium;
	margin: 0;
	}
	
h3, h4 {
	font-size: small;
	margin-bottom: 0;
	}
	
h4 {
	font-size: x-small;
	}
	
h2.accentDark {
	width: 325px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	background-color: #666666;
	background-image: url(../img/corner_headgrey_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: small;
	color: white;
	}
h2.accentDarkOriginalStyle {
	width: 325px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	background-color: #666666;
	background-image: url(../img/corner_headgrey_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: small;
	color: white;
	text-transform: uppercase;
	}
	
h2.accentDark span {
	display: block;
	padding: 1px 15px 2px 15px;
	background-image: url(../img/corner_headgrey_bottom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
/************************************************************** BASIC HTML STYLES */
	
p {
	line-height: 1.25em;
/*	margin-top: 0; */
	}

h1+p,
h2+p,
h3+p,
h4+p {
	margin-top: .25em;
	}

img {
	border: 0;
	}
	
ul li,
ol li {
	margin: 5px 0;
	}
	

/************************************************************** LINK STYLES */	
a:link {
	color: #0066cc;
	}
	
a:visited {
	color: #6699cc;
	}
	
h2 a,
h3 a,
h4 a {
	text-decoration: none;
	}
	
/************************************************************** BOX STYLES */	
 .clearBox {
 	width: 326px;
 	background: url(../img/corner_halflinebox_top.png) top right no-repeat;
 	}
 .clearBoxInner {
 	background: url(../img/corner_halflinebox_bottom.png) bottom left no-repeat;
 	}
.clearBoxInner {
 	width: 100%;
 	padding-bottom: 7px;
 	}
 .clearBoxBody {
 	padding: 5px 14px 7px;
 	border-left: 1px solid #b4b4b4;
 	border-right: 1px solid #b4b4b4;
 	}
 .clearBoxBody h2 {
 	font-size: small;
 	}	
/************************************************************** FOOTER */

p#footer {
	padding-top: 40px;
	margin-left: 15px;
	line-height: 1.5em;
	color: #999;
	font-size: xx-small;
	clear: both;
	}
	
p#footer a {
	text-decoration: none;
	}
	

