﻿<!--
a javascript could be used for up to IE6 min-width in this example -->
<!--[if lt IE 7]>
#wrapper {word-wrap: break-word;}
/* ie proprietary property to force long words to break rather than the layout */
<![endif]-->

* {
	margin: 0; 
	padding: 0; 
	border: 0;
}

body {
	text-align: center;
	background: #fff;
	color: #fff;
	min-width: 700px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
	line-height: 1.5;
}

a {
	color: #fff;
	padding: 0 2px;
	text-decoration: none;
}

a:hover {
	background: #d6aeb5;
	color: #000;
}

#center a {
	color: #946d84;
}

#center a:hover {
	background: #d6aeb5;
	color: #000;
}

p {
	margin: 3px 0 3px 0;
}

h4 {
	margin: 3px 0 3px 0;
}

h3 {
	margin: 3px 0 3px 0;
}

h2 {
	margin: 3px 0 3px 0;
}

h1 {
	margin: 3px 0 3px 0;
}

h1 {
	height: 62px;
}

h2 {
	
	font-size:medium;
}

ul {
	margin: 1em 2em;
}

/***************************************************************/
/**************** Layout CSS begins ****************************/
#wrapper {
	/* also holds the left "sliding" tab */
	background: #fff url('../images/sidebar-l.gif') repeat-y 0 0;
	text-align: left;
	width: 95%; /* this can fixed or fluid */;
	margin: 0 auto;
/* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too*/	font-size: 80%;
	border: 1px solid #4a1c21;
}
#footer {
	clear: both;
	width: 100%;
}

#navigation {
	clear: both;
	width: 100%;
}

#header {
	clear: both;
	width: 100%;
}

#header {
	background: #946d84;
	color: #fff;
	text-align: left;
	padding: 1px 0;
	height: 128px
}

/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 5px solid #d6aeb5;
	font-weight: bold;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	background-color: #946d84;
}

#navigation{
	background: #d6aeb5;
	color: #000;
	border-width: 1px 0;
	border-style: solid;
	border-color: #4a1a21;
	height: 40px;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}

#footer {
	text-align: center;
	color: #fff;
	background: #4a1c21 url('../images/blfoot.gif') no-repeat 0 0px;
}

#footer div {
	padding: 1px 0;
	background: url('../images/brfoot.gif') no-repeat 100% 0px;
}

#contentfloatholder {
/* also makes the right "sliding" tab */
	background: url('../images/sidebar-r.gif') repeat-y 100% 0;
	float: left;
	width: 100%;
	position: relative;
}
#contentfloatholder:after {
	/* this is for NN6 to clear floats */
    content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#centerpad {
	margin: 0 185px;
}
#center {
	color: #000;
	float: left;
	width: 100%;
	margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
	min-height: 400px;
}

#left {
	float: left;
	width: 170px;
	margin-left: -5%; /* the difference to make the left colum appear flush left */
}

#right {
	float: right;
	width: 170px;
}

/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {
	margin-right: -100%;
}
* html div#left {
	margin-left: 0;
}
#right p {
	padding: 0 20px;
	color: #000000;
}

#right h3 {
	padding: 0 20px;
	color: #000000;
}

#left p {
	padding: 0 20px;
	color: #000000;
}

#left h3 {
	padding: 0 20px;
	color: #000000;
}

/***** General formatting ****/
#wrapper {
	position: relative;
	z-index: 500;
}

#logo {
	float: left;
}

#right {
	text-align: center;
	padding-top: 5px;
}

#google_ad {
	float: right;
}


#disclaimer {
	font-weight: bold;
	padding: 20px;
}

.formula{
	font-family: "Courier New", Courier, monospace;
}

.centered  {
	text-align: center;
}
