html, body {
	height: 100%;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Normal 
{
		font:normal 10pt Myriad,'Myriad Web','Lucida Grande','Trebuchet MS',Tahoma,Helvetica,Arial,sans-serif;

}
#redbgtop 
{
/*	background:url(images/redbgtop.jpg) repeat-x;*/
}
#bodydiv 
{
	background:#e6e6e6;
	text-align: center;
}
.bgredleft 
{
	background-color: #880b0a;
	background-image: url(../Portals/RachelsChallenge/images/css_images/layout-new_05.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bgredright 
{
	background-color: #880b0a;
	background-image: url(../Portals/RachelsChallenge/images/css_images/layout-new_06.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bggreyleft 
{
	background-color: #e6e6e6;
	background-image: url(../Portals/RachelsChallenge/images/css_images/layout-new_11.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.bggreyright
{
	background-color: #e6e6e6;
	background-image: url(../Portals/RachelsChallenge/images/css_images/layout-new_12.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#outertable, #headtable, #bartable, #layouttable {
	margin:0 auto;
	text-align:center;
}
#headerbg {
	background:url(images/headerbg.gif) no-repeat left top #FFF;
}
#loginbarl {
	background-image: url(../Portals/RachelsChallenge/images/css_images/loginbarl.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#loginbar {
	padding-right:10px;
	background-image: url(../Portals/RachelsChallenge/images/css_images/loginbarbg.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size:16pt;
	font-weight:normal;
	margin:10px 0 0 0;
	color:#cc0033;
}
/***************************************************************************************/
.menuitems tbody tr td table tbody tr td {
	line-height:44px;
}
.menuitems 
{
text-align:center;	
width:100%;
}
.menuitems tr {
	border:0;
}
.menuitems .MainMenu_MenuBreak {
	background:none;
	border:0;
}
.menubgon {
	/*background:url(images/bggoldmenu.jpg) repeat-x;*/
	background:none;
	color:#C00;
	cursor:pointer;
}
.menubgonsel {
	/*background:url(images/bggoldmenu.jpg) repeat-x;*/
	background:none;
	color:#f0c719;
	cursor:pointer;
}
.menubgon td, .menubgonsel td {
	line-height:44px;
}
.menubgonsel td {
	color:#f0c719;
}
.menubar 
{
	height:44px;
	background-image: url(../Portals/RachelsChallenge/images/css_images/layout-new_10.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.menubg {
	color:black;
	cursor:pointer;
}
.menubg td {
	line-height:44px;
}
/***************************************************************************************/
#footer {
	height:25px;
	line-height:25px;
	background-image: url(../Portals/RachelsChallenge/images/css_images/footbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.twoColFixLt #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 370px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px;
}
.twoColFixLt #mainContent {
	width: 370px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 379px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#nav_footer {
	width: 790px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
#news {
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
	vertical-align: middle;
	margin-left: 25px;
	width: 340px;
	background-image: url(../Portals/RachelsChallenge/images/InTheNews/RC_NEWS.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 85px;
}

#welcome_message {
	line-height: normal;
	color: #000000;
	height: 120px;
	width: 365px;
	overflow: auto;
	padding: 3px;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
}
#welcome_movie {
	padding: 0px;
	margin-top: 7px;
	margin-left: 10px;
	width: 325px;
}

#FOR {
	color: #FFFFFF;
	width: 335px;
	text-align: left;
	background-color: #9A0000;
	border: thin dashed #9F0000;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	float: none;
	margin-left: 15px;
}
#FOR a {
	color: #FFFFFF;
	text-decoration: underline;
}
.style1 {font-size: 10px}
.red_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: normal;
}
.testim_signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
	font-style: italic;
}
.table_border {
	border: thin solid #F83B33;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	text-align: center;
}
.table_border_blk {
	border: thin solid #000000;
	background-color: #e1e1e1;
	width: 355px;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666644;
}
tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#iAccept {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 365px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.ptl {
	background-image: url(../Portals/RachelsChallenge/images/css_images/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ptr {
	background:url(../Portals/RachelsChallenge/images/tr.gif) no-repeat top right;
}
.pbl {
	background:url(../Portals/RachelsChallenge/images/bl.gif) no-repeat bottom left;
}
.pbr {
	background:url(../Portals/RachelsChallenge/images/br.gif) no-repeat bottom right;
}
.pt {
	background:url(../Portals/RachelsChallenge/images/t.gif) repeat-x top;
}
.pr {
	background:url(../Portals/RachelsChallenge/images/r.gif) repeat-y right;
}
.pb {
	background:url(../Portals/RachelsChallenge/images/b.gif) repeat-x bottom;
}
.pl {
	background:url(../Portals/RachelsChallenge/images/l.gif) repeat-y left;
}
.panelcontent {
	margin:4px;
	font:normal 10pt Myriad,'Myriad Web','Lucida Grande','Trebuchet MS',Tahoma,Helvetica,Arial,sans-serif;
	line-height:150%;
}

