﻿@import url("layout.css");
/* Division Tags */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("bkg_tile.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #cadbed;
}
#container {
	background-color: transparent;
}
#masthead {
	text-align: right;
	background-color: transparent;
}
#iMenu {
	border-top: 1px solid #284885;
	border-bottom: 1px solid #284885;
	background-color: #cadbed;
}
html>body #iMenu {
	overflow: hidden;
}
#column_l {
	background-color: transparent;
}
#column_r {
	background-color: transparent;
}
#content {
	background-color: transparent;
}
#footer {
	background-color: transparent;
}
/* Masthead */
#masthead p
{
	padding: 5% 0% 0% 0%;
}
#masthead .linktext 
{
	color: #284885;
	text-decoration: none;
	font-size:x-small;
}
#masthead .imgLogo 
{
	padding: 2% 0% 2% 0%;
	float:left;
	position:relative;	
}
/* Navigation */
#iMenu .menustatic {
	font-weight: normal;
	text-decoration: none;
	color: #284885;
	padding: 2%;
	background-color: transparent;
}
/* Right Column */
#column_r .firstpoint
{
	padding: 0% 0% 0% 2%;
	font-size: large;
	color: #284885;
}
#column_r .secondpoint
{
	padding: 0% 0% 0% 7%;
	font-size: large;
	color: #284885;
}
#column_r .thirdpoint
{
	padding: 0% 0% 0% 12%;
	font-size: large;
	color: #284885;
}
#column_r .right
{
	text-align: right;
}
/* Left Column */
#column_l .loctitle 
{
	font-size: small;
	font-weight: bold;
	color: #284885;
	padding: 150px 0px 0px 0px;
}
/* Footer */
#footer p 
{
	text-align:center;
	font-size: x-small;
	color: #000;
}
#footer .menutiny 
{
	text-align:center;
	font-size: x-small;
	color: #284885;
}
/* Site typography */
h1 {
	font-size: large;
	color: #284885;
	text-align:center;
}
h2 {
	font-size: medium;
	color: #284885;
	text-align:center;
}
h3 {
	font-size: small;
	color: #284885;
	text-align:center;
}
h4 {
	font-size: x-small;
	color: #284885;
}
h5 {
	font-size: x-small;
	color: #284885;
	text-align: right;
}
h6 {
	font-size: xx-small;
	color: #284885;
}
.paracentered 
{
	text-align:center;
}
#privacy p
{
	font-size:x-small;
}
/* Footer Specialized Styling */
#textbox p
{
	text-align:center;
	font-size:x-small;
	color:#000;
}
#imgbox img
{
	padding: 0% 0% 0% 20%;
}
/* Links */
a {
	color: #284885;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Data table styling */
#datalist
{
}
#datalist .dgtablehdr
{
    background-color: #cadbed;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    color: #284885;
    font-weight: bold;
}
#datalist .dgtablehdralt
{
    background-color: #b5c3e5;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    color: #284885;
    font-weight: bold;
}
#datalist .dgtabletext
{
    background-color: #ffffff;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    font-weight: normal;
    color: #000000;
}
#datalist.dgtabletextalt
{
    background-color: #b5c3e5;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    font-weight: normal;
    color: #000000;
}
#tableform
{
}
#tableform .tablecentered
{
	margin: 0px 0px 0px 100px;	
}
#tableform .tablehdrcell
{
    background-color: #284885;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    color: #cadbed;
    font-weight: bold;
}
#tableform .tablehdrcellalt
{
    background-color: #cadbed;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    color: #284885;
    font-weight: bold;
}
#tableform .tabletextcell
{
    background-color: #ffffff;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    font-weight: normal;
    color: #000000;
}
#tableform .tabletextreq
{
	background-color: #FFFFCC;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}
#tableform .tableerr
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    font-weight: normal;
	color: Maroon;	
}
#tableform .tabletextcellright
{
    background-color: #ffffff;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    font-weight: normal;
    text-align: right;
    color: #000000;
}
#tableform .tabletextcellcenter
{
    background-color: #ffffff;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
    color: #000000;
}
