/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	background-color:#8e9fca;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 2.4em;
	font-weight: bold;
	color: #564f95;
	text-decoration: none;
	line-height: 1.4em;
	font-style: italic;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	color: #83a656;
	text-decoration: none;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}



#wrapper {
	background-color: #fff;
	background-image: url(images/bkgnd-deco.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#mainNav {
  list-style: none;
}

#secondaryContent {
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

table
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
line-height: 1.6;
color: black;	
}

#footer {
  background-color:#564f95;
  padding: 1px 20px;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 1000px;
}

#wrapper {
  width: 1000px; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav {
	width: 280px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	list-style-image: url(images/butterfly-bullets.gif);
	padding-left: 60px;
}

#mainNav a:link{
	color: #000000;
	text-decoration: none;
	list-style-image: url(images/butterfly-bullets.gif);
}

#mainNav a:visited{
	color: #000000;
	text-decoration: none;
	list-style-image: url(images/butterfly-bullets.gif);
}

#mainNav a:hover{
	color: #564f95;
	text-decoration: none;
	list-style-image: url(images/butterfly-bullets.gif);
}


#content { 
  width: 660px; 
  float: right; 
}

#mainContent { 
  width: 200px; 
  margin: 0; 
  float: left; 
}

#secondaryContent { 
  width: 460px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#secondaryHOMEContent { 
  width: 660px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#footer { 
  clear: both; 
  	margin-top:10px;
	font-size: 11px;
	text-align:left;
	color:#fff;
	background-color:#564f95;
	width:980px;
	margin-bottom: 0px;
	padding: 10px;
} 
#footer a{color:#fff;}


.indent-body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-indent: 28px;
}

.no-indent-body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* Add some padding
================================== */

#mainNav, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav *, #secondaryContent * {
  padding-left: 20px;
  padding-right: 20px;
}

#mainNav * *, #secondaryContent * * {
  padding-left: 0;
  padding-right: 0;
}


/*ALT PAGE STYLE*/


#secondaryContent2 { 
  width: 625px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 


