
/* ---------------------------------------- */
body {
	/* margin: 0 0 20px 0; */
  /* padding: 0; */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
}

p {
  font-size: 12pt;
  font-family: Verdana;
}

h1 {
  font-size: 18pt;
  font-family: Verdana;
}

h2 {
  font-size: 14pt;
  font-family: Verdana;
  text-align: left;
  font-weight: bold;
}

h3 {
  font-size: 12pt;
  font-family: Verdana;
  text-align: left;
  font-weight: bold;
}

a:link, a:visited, a:hover {
	text-decoration: underline;
}


div#page {
	width: 780px;
	margin:0 auto;
	padding: 10px;
}

div#navigation {
	float: left;
	width: 160px;
	padding: 5px 10px;
//	overflow: auto;
//	position: relative;
}

div#content {
	float: right;
	width: 580px;
//	margin-bottom: 15px;
	padding: 5px 10px;
//	overflow: auto;
//	position: relative;
}

#footer {
	sf_edit: true;
	clear: both;
	text-align: center;
	font-size: 10px;
	padding: 2px 5px 2px 0;
}

/* 
    Menu Navigation 
*/
.navigation{
	clear: both;
	height: auto !important;
	font-size: 16px;
}

div.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.navigation ul ul{
    padding-left: 1em;
}

div.navigation ul li a {
	text-decoration: none;
  list-style-type: none;
	font-size: 12pt;
  font-weight: bold;
}

div.navigation ul li ul li a {
	text-decoration: none;
	font-size: 12px;
}

div.navigation ul li a:link {
}

div.navigation ul li a:visited {
}

div.navigation ul li a:hover {
	text-decoration: underline;
}

/* 
    Dictionary 
*/
div.faq ul li
{
  font-size: 11pt;
  font-weight: bold;
}

div.faq ul li ul li
{
  margin: 2pt 0 4pt 0;
  list-style-type: none;
  font-size: 10pt;
  font-weight: normal;
}

blockquote
{
	font-style: italic;
}

blockquote.testimonial
{
	font-style: italic;
    font-weight: bold;
}

blockquote.yellow
{
	font-style: italic;
}

.price-heading {
  font-size: 12pt;
  font-weight: bold;
}

.price-amount {
  font-size: 12pt;
}

.price-text {
  font-size: 10pt;
}

.price-text-yellow {
  font-size: 12pt;
  font-weight: bold;
}

.price-text-red {
  font-size: 12pt;
  font-weight: bold;
}

.downloads-heading {
  font-size: 12pt;
  font-weight: bold;
}

.small-heading {
  font-size: 6pt;
  font-weight: bold;
  color: #990033;
}


