body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc url("../globalimages/centeredbackground2.gif");
	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 wrappedstuff in IE 5* browsers. The text is then set to the left aligned default in the #wrappedstuff selector */
	color: #000000;
	background-repeat: repeat-x;
}

.oneColFixCtr #wrappedstuff {
	width: 736px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	 text-align: left; /*this overrides the text-align: 	center on the body element. */
}
.lineright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}
.linebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
}
.linebottomright {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
#whitelink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}

#whitelink a{
	color: #FFFFFF;
	text-decoration: none;
}

#whitelink a:hover{
	text-decoration: none;
}
#whitelinksmall{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

#whitelink a{
	color: #FFFFFF;
	text-decoration: none;
}

#whitelink a:hover{
	text-decoration: none;
}
	

.leftnavhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
.leftnavlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	fline-height: 4px;
	padding: 10px;
}
.leftnavlink a, .leftnavlink a:visited {
	color: #660000;
}
.titleGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #4a1c53;
}

.bodytext11 {
	font-family: arial;
	font-size: 11pt;
	font-style: normal;
}
.bodytext9 {
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
}
.bottomtext {
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
}

#smalltopnavAccount{
	font: 60% Verdana,sans-serif;
	position: absolute;
	width: 250px;
	top: 0px;
	left: 585;
	right: 2%;
	right: 0px;
	color: #919999;
}
#smalltopnavAccount a{
	color: #999999;
}

#smalltopnavAccount a:hover{
	text-decoration: underline;
}

/* added style to the left nav of the login section*/

#navcontainer
{
background: #eee;
width: 100%;
margin: 0 auto;
padding: /*1em*/ 0;
font-size: 13px;
text-align: center;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #fff #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #ddd;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

/*button css*/

.button {
   border-top: 1px solid #f79797;
   background: #b00c0c;
   background: -webkit-gradient(linear, left top, left bottom, from(#80101F), to(#b00c0c));
   background: -moz-linear-gradient(top, #80101F, #b00c0c);
   padding: 4px 15px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #730606;
   background: #80101F;
   color: #fff;
   }
.button:active {
   border-top-color: #a8203d;
   background: #80101F;
   }
