/*Sets the h1 header color */
h1, h2 { 
	text-align: center;
	color: #0A4368;
}

a:visited { 
	color: #FF8600;
}

/*IMMMMAAGGEE BORDERZZZ */
img {
	border: none;
}
/*Default Body Color and font-family*/
body {
	font-family: sans-serif;
       	color: #0A4368;
	background-image:url('/images/blueblue.png'); 
}

/* Helps the layout smooth better */
body, html {
	margin: 0;
       	padding: 0;
}

/* Center all table content */
table {
	text-align: center;
}

/*Position the header */
#header
{
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;

	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;

}

/*Position the Navigation Bar */
.navigation
{
	min-width:115px;
	width: 125px;
	background-color: #FFFFFF;
	font-size: 9pt;

	float: left;
 
	margin-left: 20px;
	margin-top: 25px;
	padding-bottom: 20px;
	padding-left: 2%;
	padding-top: 25px;
	margin-right: 15px;
	border-style: solid;
	border-width: 1px;
}


/*Position the Content Box */
.content
{
	width: 525px;
	background-color: #FFFFFF;
	font-size: 9pt;
	text-align: justify;

	float: right; 

	padding-left: 15px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 20px;

	margin-right: 2%;
	margin-top: 25px;

/*	border-style: solid;
	border-width: 2px; */
	border:none;
}

/*Position the content for the thank you page (for contact us) */
.content2
{
	width: 525px;
	background-color: #FFFFFF;
	font-size: 9pt;
	text-align: justify;
	
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
	margin: 0px auto;

    text-align: center;

	border-style: solid;
	border-width: 2px;
}
/* Left - Top Content Box */
.ltindex {
	float: left;
	color: #000000;
	width: 60%;
	margin-bottom: 25px;
	margin-left: 5px;
	vertical-align: center;
}


/* Right - Top Content Box */
.rtindex {
	float: right;
	color: #000000;
	width: 37%;
	margin-bottom: 25px;
	margin-top: 15px;
	font-size:16pt;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
}

/* Right - Middle Content Box */
.rmindex {
	color: #000000;
	float: right;
	background-color: #FFCC00;
	border-style: solid;
	border-width: 1px;
	width: 30%;
	padding: 5px;
	margin-bottom: 25px;
	font-size:12pt;
	text-align: left;
	margin-right: .5%;
}


/* Left - Bottom Content Box */
.lbindex {
	color: #000000;
	clear: left;
	float: left;
	background-color: #FF9933;
	border-style: solid;
	border-width: 1px;
	width: 60%;
	padding: 5px;
	font-size: 12pt;
	text-align: left;
}

/* Right - Bottom Content Box */
.rbindex {
	color: #000000;
	clear: right;
	float: right;
	background-color: #6699FF;
	border-style: solid;
	border-width: 1px;
	width: 30%;
	padding: 5px;
	font-size:12pt;
	text-align: left;
	margin-right: .5%;
}

img.banner { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	padding-top: 15px;
}

.container { 
	background-color: #FFFFFF;
	width: 800px;
       	margin: 0 auto;
       	padding-bottom: 30px;
       	margin-bottom: 25px;
       	position: relative;
}



/* Special class to indent text further */
.indent { 
	padding-left: 20px;
}


/* Forgot what this was, but I might as well leave it here */
.nav_head { 
	text-decoration: underline;
       	font-weight: bold;
       	color: #000000;
       	font-family: Tahoma, Arial, sans-serif;
       	font-size: 9pt;
}


/* Collapsable Navigation */
.mH {
	color:#0A4368;
	cursor:pointer;
	font-weight:bold;
	border-top:1px solid #300;
	padding-top:3px;
	padding-bottom:3px;
}

.mL {
	display:none;
	margin-bottom:10px;
}

.mO {
	margin-left:10px;
	display:block;
}

/*Position the Footer Box */
.footer
{
	width: 750px;
	font-size: 9pt;
	text-align: center;
	color: blue;
	padding-bottom:10px;
/*	background-color: #FFB343; */
	background-color: #FFFFFF;
}

.footbr
{
	clear: both;
}

/*Position Lower Navigation Stuff */
.centrightpad 
{
	text-align: center;
	padding-right: 5px;
}

