body {
	text-align: center; /* center wrapper for IE */
  /* putting this here sets the width of wrapper and ensures Gecko browsers don't lose the left side in small windows */
	min-width: 770px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}

/* Zero-out browser default margins/padding */
* {
	margin: 0;
	padding: 0;
}

/* layout divs */
#wrapper {
	text-align: left; /* all content defaults to left aligned */
  margin: 0 auto; /* center wrapper for Gecko */ 
	width: 770px;
}

#main {
	margin: 25px 0 15px 0;
	background: #fff url(../images/bg_graymenu_770_narrow.gif) repeat-y 50% 0;
}

#rightside {
	float: right;
	margin: 0;
	padding: 0 0px;
	width: 582px; /* box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 562px;
}
html>body #rightside 	{
	width: 562px;
}

#leftside {
	float: left;
	background: transparent;
	margin: 0;
	padding: 10px 5px;
	width: 188px;  /* box model hack */	
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 178px;
}
html>body #leftside 	{
	width: 178px;
} 

.clearing { 
	clear: both; 
	line-height: 0;
	height: 0;
}
.showme {
	display: none; /* gets reset by javascript on load */
}

#footer {
	clear: both;
	border-top: 2px solid #8D8D8D;
}
#footer p {
	color: #666;
	margin: .5em 10px;
}

/* Links styles */
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #198CDE;
	text-decoration: none;
}
a:hover {
	color: #5DC4FA;
	text-decoration: underline;
}

/* Nav Menu styles */
#buttonscontainer {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 168px;
	border-top: 2px solid #797CC6;
	border-bottom: 2px solid #797CC6;
	background-color: #EBEBFF;
	list-style-type: none;
	font-size: x-small;
}
#buttonscontainer li {
	margin: 0;
	padding: 0;
}
#buttonscontainer p {
	margin: 0 5px;
	color: #000;
	line-height: 2em;
}
#buttonscontainer a {
	margin: 5px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	line-height: 2em;
}
#buttonscontainer a:active {
	color: #CCC;
}
#buttonscontainer a:hover {
	color: #333;
}
#buttonscontainer .indentedbuttons a {
	margin: 5px 5px 5px 10px;
	line-height: 1.5em;
}

/* headers */
h1 {
	font: 2em/1 Georgia, Times New Roman, Times, serif;
	color: #000;
	margin: .5em 0 .8em 0;
	text-align: center;
}
h2 {
	font: bold 1.5em/1 Georgia, Times New Roman, Times, serif;
	color: #000;
	margin: 1em auto 1em;
	text-align: center;
}
h3 {
	font: bold 1.1em/2 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px 0px .3em;
	text-align: center;
}
h4 {
	margin: 0 auto 1em;
	padding: 2px 0;
	background: #797CC6;
	color: #FFF;
	font-size: 1em;
	text-align: center;
}
.header { 
	margin-bottom: 0;
}

/* main content styles */
#rightside p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin: 0 0 1em 0;
} 
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

div#content {
	margin: 0; 
	padding: 0 .5em .5em;
	min-height: 200px; /* for good little browsers */
	position: relative;
	text-align: center;
}
div#content ul {
	margin: .2em 0 1em;
}
div#content li {
	margin: 0 0 .3em 2em; 
	padding: 0 0 0 20px;
}
div#content ol li {
	padding: 0;
	margin-left: 3.4em;
}
div#content ul li {
	list-style: none;
	background: transparent url(../images/small_purple_ball.gif) left top no-repeat;
}

blockquote {
	width: 85%;
	font-size: .85em;
	line-height: 1.5em;
	text-align: left;
	margin: 1.5em auto;
	padding: .5em;
	background: #DFF4FF;
	border: 1px solid #198CDE;
}
cite {
	display: block;
	line-height: 5px;
	padding: 10px 10px 10px 0;
	text-align: right;
}
blockquote.system-message {
	width: 85%;
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	margin: 1.5em auto;
	padding: .5em;
	background: #FFFFCF;
	border: 2px solid #FDFF0F;
}

div.videobox {
	float: right;	
	margin-left: 8px;
}
p.faqanswer {
text-align: left;
}