body,
html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	height: 100%;
}


body {
	background: #702991 url('../images/back-purple.jpg') repeat-y center; 
	min-width: 724px;
}

/* General stuff */

#content a:link, #content a:visited, #content a:active, #content a:hover {
  color: #0000AA;
  text-decoration: underline;
}

a:link, a:active {
  color: #0000AA;
  text-decoration: none;
}

a:visited {
  color: #5500AA;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Standard elements */

td, tr, p, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 1.6em;
}

h2 {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: normal;
  font-size: 1.4em;
}

h3 {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}

h4 {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
}

blockquote {
	font-size: .9em;
	background: url('../images/quotebox.gif') no-repeat top left;
	width: 280px;
	height: 86px;
	padding: 20px 35px 0px 25px;
	margin: 0;
}

/*
blockquote p {
	background: url('../images/lowerquote.gif') no-repeat bottom right;
	padding: 10px 10px 20px 10px;
	margin-bottom: -20px;
	margin-right: -10px;
}*/



/* Total design wrapper */

#wrap {
	min-height: 100%;
	width: 720px;
	background: #FFF url('../images/back-middle.jpg') repeat;
	/* background-color: #501860; */
	margin: 0px auto;
}

#topfade {
	width: 720px;
	min-height: 53px;
	height: 53px;
	background: #FFFFFF url('../images/topfade.png') repeat-x;
}

/* Header */

#header {
	width: 720px;
	height: 113px;
	border-top: 10px solid #501860;
	border-bottom: 4px solid #FFFFFF;
	background: #6B2B89 url('../images/topswoop-purple.jpg') no-repeat;
	position: relative;
}

#header img.logo {
	float: left;
	padding: 5px 0px 0px 20px;
}

#header div {
	width: 100px;
	position: absolute;
	left: 450px;
	top: -80px;
	margin: 0;
	padding: 0;
}

/* Pretty Little Grey Stripe */
#greystripe {
	border-top: 10px solid #CCCCCC;
	border-bottom: 10px solid #FFFFFF;
}

/* Total Content Wrapper */
#maincontentwrapper {
	/* background-image: url('../images/back-middle.jpg'); */
	width: 720px;
}

/* Full Width Total Content Wrapper */
#fullwidthmaincontentwrapper {
	background-color: #FFF;
	border-bottom: 5px solid #CCCCCC;
	padding: 10px;
	margin: 0;
	width: 700px;
}

/* Main content area */
  
#main {
	/* border: 1px solid #00F; */
	width: 340px;
	float: left;
	margin: 0px 1px 0px 15px;
}

#main h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
} 

/* Quote Box */
.quotebox {
	background: #FFFFFF url('../images/quotebox.gif') no-repeat center; 
	min-height: 92px;
	padding: 0;
	margin: 0;
}

.quotebox p {
	padding: 17px 23px 0px 25px;
	margin: 0px;
}

/* Left Sidebar */

#leftbar {
	float: left;
	width: 158px;
	padding: 0;
	margin: 0;
}

#leftbar ul {
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 12px;
	list-style: none;
}

#leftbar li {
	margin: 3px 0px 4px 0px;
}
 
#leftbar h2{
	width: 145px;
	/* background-color: #F4E2EC; */
	background-color: #EEEEEE;
	color: #000;
	font-size: 1.1em;
	font-variant: small-caps;
	margin: 0;
	padding: 5px 5px 5px 10px;
}

#leftbar h3 {
	padding: 0 10px 0 0;
}

#leftbar p.registrationNote {
	padding: 0 10px 0 10px;
	font-size: .8em;
}

#leftbar a {
	color: #000;
	text-decoration: none;
}

#leftbar a:hover {
	color: #4400AA;
	text-decoration: underline;
}


/* Right Sidebar */

#rightbar {
	float: right;
	width: 183px;
	padding: 0;
	margin-right: 0;
	margin-top: 40px;
}

#rightbar ul {
	font-size: .8em;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 5px 0px 0px 12px;
	list-style: none;
}
 
 
#rightbar h2{
	width: 168px;
	/* background-color: #F4E2EC; */
	background-color: #EEEEEE;
	color: #000;
	font-size: 1.1em;
	font-variant: small-caps;
	margin: 0;
	padding: 5px 5px 5px 10px;
}

#rightbar h3 {
	padding: 0 10px 0 0;
}

#rightbar p {
	padding: 10px 10px 0px 10px;
	margin: 0;
}

#rightbar a {
	color: #000;
	text-decoration: none;
}

#rightbar a:hover {
	color: #4400AA;
	text-decoration: underline;
}

/* Right Sidebar Login Form*/
#rightlogin {
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 15px;
}

#rightlogin input.textinput {
	font-size: .9em;
	height: 12px;
	margin-bottom: 3px;
}

#rightlogin .rightloginlabel {
	width: 120px;
	font-size: .9em;
	padding-right: 10px;
	margin: 0;
}

#rightbar p.register {
	padding: 3px 10px 20px 10px;
	margin: 0;
	font-size: .8em;
	
}

/* Promo Video Player */
#CTLpromo {
	margin: 8px 0px 0px 7px;
	padding: 0;
}

/* Navigation */

#nav {
	width: 150px;
	background-color: #FFFFFF;
	border-width: 0px 2px 2px 0px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 15px;
}

#nav a:link, #nav a:active, #nav a:visited  {
  color: #2222AA;
  text-decoration: none;
}

#nav a:hover {
  color: #AAAAAA;
  text-decoration: underline;
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}

#nav li {
	margin: 0px 0px 7px 0px;
}

/* Greyed Out Links to Members-Only Pages */
.greyedOut {
	color: #999;
}

.greyedOut:hover {
	text-decoration: line-through;
}


/* Footer section */
  
#footer {
	background-color: #501860;
	padding: 0;
	margin: 0;
	clear: both;
	text-align: center;
	font-size: .8em;
	color: #FFFFFF;
	border-top: 10px solid #FFF;
}

#footer p {
	text-align: center;
	text-size: .8em;
	padding: 15px;
	margin: 0;
}

#footer a:link, #footer a:active, #footer a:visited  {
  color: #FFFFFF;
  text-decoration: none;
}

#footer a:hover {
  color: #AAAADD;
  text-decoration: underline;
}

/* Another Pretty Little Grey Stripe */
/* #footerblock {
	border-top: 10px solid #F00;
} */



/*CSS for pop up hint box */
#hintbox{ 
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid #555;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
visibility: hidden;
}

/*CSS for link that shows hint onmouseover*/
.hintanchor{ 
font-weight: bold;
color: navy;
margin: 3px 8px;
}

.greyedOut a {
color: #999;
}

.greyedOut a:hover { 
text-decoration: line-through;
color: #F00;
}

/* Misc tags */
.required {
	color: #990000;
}

.errorMessage {
	color: #DD0000;
	font-weight: bold;
}