@import "menu.css";

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

* html #maincontainer
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}

body {
	font-size: 78%;
	font-family: "Lucia Grande", "Veranda", "Helvetica", sans-serif;
	background-color: #d5d6d7;
	background-image: url("bgcolor.jpg");
	margin: 1em;
	padding: 0;
}

/* Links */

a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:underline;cursor:pointer} 
a:link {color:#c00} 
a:visited {color:#999} 
a:hover,a:active {color:#069} 

a.menu {
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	color: white;
	background-color: #336699;
	width: 138px;
}

/* Typography */

h1
{
	font-family: "Trebuchet MS","Helvetica Bold", sans-serf;
	text-align: center;
	vertical-align: top;
	letter-spacing: 1.25pt;
	color: navy;
	font-weight: bolder;
}

h1 + h2 /* IE doesn't know ASS */
{
	text-align: center;
	vertical-align: text-top;
	letter-spacing: 1.25pt;
	font-variant: small-caps;
}

h2, h3, h4 {font-family: "Trebuchet MS","Helvetica Bold",sans-serf;}

p {text-indent: 1em; line-height:1.25 ;}

strong {color: #B22222}

.subheading {
	text-indent: 0;
	text-align: center;
	vertical-align: text-top;
	letter-spacing: 1.25pt;
	font-variant: small-caps;
}


/* Header */

#header {
	top: 0px;
	background-color: #003366;
	background: url("header.jpg") no-repeat top center;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 202px;
}

#header h2 {
	color: white;
	font-size: 175%;
	position: relative; top: 160px; left: 175px;
	text-shadow: blue 0 0 5px;
}

/* Footer */

#footer {
	background-color: #003366;
	background: url("footer.jpg") no-repeat bottom center;
	border: none;
	width: 760px;
	height: 60px;
	text-align: center;
}

#footer p {
  margin: 0;
  padding: 20px 0;
}

/* Boxes */

#maincontainer {
  background-image: url("bkg.jpg");
  background-color: white;
  margin: 0 auto; /* positions in center of page */
  width: 760px;
  text-align: left;
}

#content {
	clear: left;
	padding: 0 20px;
	voice-family: "\"}\""; 
	voice-family: inherit;
}

#content img.floatRight {
	float: right;
}

#content img.floatLeft {
	float: left;
}

.center_col {
	/* content padding */
	line-height: 110%;
}

.center {text-align: center;}

.hide{display:none;}

/* TABLES */
	.table1 {border: 2px solid #200;border-collapse:collapse;width:100%}
		.table1 td {background: #fff;padding:3px;border: 1px solid #fff}
		.table1 th {text-align:left;border: 1px solid #fff}
		.table1 thead th {color:#fff;font-size:105%;background: #3333CC;padding: 10px 6px}
		
/* definitions */

#terms dt {
	font-weight: bold;
	font-style: oblique;
}

#FAQ p {
	font: bold;
	width : 90%;
	text-indent: 20px;
}

#FAQ a {color: grey}

#FAQ li {list-style: square}

 
/*only works in Firefox */

#clear {
	clear: both;
}


