﻿@import url(layout.css);

html {
	min-height:101%;  
}
body {
	background-image:url('../images/fountainhead-bg.jpg');
	background-position:center top;
	background-repeat:no-repeat; 
	font-family: "Trebuchet MS", "font-size: 9pt";
}
#table_main {
	width: 745px;
	margin: 125px auto 0px auto;  
	background-color: #ffffff;  
	color: #444444; 
	height: 100%; 
	font-size:9pt; 
}
#masthead {
	background-color:#ccccff; 
}
#masthead img {
	margin:0px;
}
#footer {
	text-align: center;
	clear: both;
	width: 745px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #3333ff;
}


/* Content Styles */

p {
	text-align: justify;
	font-size:9pt;
	margin:8px auto 12px auto;
}


/* Styles for Headings */
h1 {
	font-size: 14pt;
	color: #3333FF;
	font-weight:normal;
	font-variant:small-caps;
	text-align:center;
	margin:0px auto 0px auto;
	width:90%;
}
h2 {
	font-size: 11pt;
	font-variant:small-caps;
	font-weight: normal;
	color:#3333ff;
	text-align:center;
}
h3 {
	font-size: 10pt;
	font-variant:small-caps;
	color:#3333ff;
	font-weight: normal;
	text-align:center;
}
ul {
	text-align:justify; 
}
ul li {
	font-size:9pt;
	list-style-image: none;
	 
}
ol li {
	font-size:9pt;
}
	

/* Footer Styles */
#footer p {
	margin-top: 3px;
	font-size: x-small;
}
#footer a {
	text-decoration: none;
	font-size: 8pt;
	font-style: normal;
	}

/* Other styles */
a {
	color: #6666ff;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_underline {
	text-decoration:underline;
}
.style_justify {
	text-align:justify;
}

.style_top_page {
	text-align: left;
	font-size:8pt;
}

/* styles for navigation */
.nav_menu {
	margin: 2px auto 2px auto;
	text-align:center;
	width:65%;
	font-family:"Trebuchet MS";	
	text-align:center;
	text-transform:uppercase; 	
}
.nav_menu_dyn {
	text-align:left;
	font-size:8pt;
	font-family:"Trebuchet MS";
	width:90px;
	border:1px black solid; 	
}
 

/* styles for rounded corners */

.leftbox { 
  background:#FFFFFF;
  margin:12px 5px 12px 20px;
  width:445px; 
}
.leftboxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.leftboxtop div { 
  font-size: 0;
  height: 25px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.leftboxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.leftboxbottom div { 
  font-size: 0;
  height: 25px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.leftboxcontent {
  padding: 0px 20px 0px 20px;
}

.rightbox { 
  background:#FFFFFF;
  margin:12px 15px 12px 15px;
  width:245px; 
}
.rightboxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}
.rightboxtop div { 
  font-size: 0;
  height: 25px; 
  background: url(../images/nw.gif) no-repeat top left; 
}
.rightboxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}
.rightboxbottom div { 
  font-size: 0;
  height: 25px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}
.rightboxcontent {
  padding: 0px 20px 0px 20px;
}

.bigbox { 
  background:#ddddFF; 
}
.bigboxtop { 
  background: url(../images/big-ne.gif) no-repeat top right; 
}
.bigboxtop div { 
  font-size: 0;
  height: 15px; 
  background: url(../images/big-nw.gif) no-repeat top left; 
}
.bigboxbottom { 
  background: url(../images/big-se.gif) no-repeat bottom right; 
}
.bigboxbottom div { 
  font-size: 0;
  height: 15px; 
  background: url(../images/big-sw.gif) no-repeat bottom left; 
}
.bigboxcontent {
  padding: 0px 15px 0px 15px;
}


 


