﻿
@import url('Boxes.css');
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	margin-top: 0;
	background-color:#F5F5F5;
	text-align: center; /* Centers Web */
}
p {
	margin-bottom: 5px;
	margin-top: 1px;
	margin-right: 25px;
}
h1 {
	font-family: Arial;
	color: #434343; 
	font-size: large;
}
h2 {
	padding: 3px 0px 3px 0px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #3A616D;
	margin-top: 12px;
	margin-bottom: 9px;
	margin-right:25px;
	text-align: left;
	border-top: 1px solid #CCCCCC;

	/*background-color: #C4D6DB; */
}
h3 {
	/* Styles for              Chart Head */
	font-family: Arial;
	color: #790000;
	font-size: small;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 1px;
}
h4 {
		/* Styles for              Chart text*/
	font-family: Arial;
	color: black;
	font-size: small;
	text-align: center;
	margin-bottom: 1px;
	margin-top:0px;	
}


h5 {
               /* Styles for              text highlight*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003F8A;
}

h6 {
	font-size: 10px;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
	text-align:center;
}
.emph {
	color:maroon;
	font-style:italic;
}
.emphb {
	font-weight:bold;
	color:navy;
}
.menuhead {
	padding: 3px 0px 3px 0px;
	font-family: Arial;
	font-size: 10px;
	color: black;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
	background-color: #D2D0B2;
}

.menuhead {
	padding: 3px 0px 3px 0px;
	font-family: Arial;
	font-size: 10px;
	color: black;
	margin-top: 0px;
	text-align: center;
	margin-bottom: 0px;
	background-color: #D2D0B2;
}

img {
	border:0;
}

.imgright {
	margin-left: 30px;
	float: right;
}
.imgleft {
	margin-right: 20px;
	margin-bottom:20px;
	margin-top:0px;
	float: left;
}
/*Styles for charts*/
.ctrb {
	text-align: center;
	font-weight: bold;
	color: #3A616D;
}
.footn {
	font-size: 10px;
	font-weight: bold;
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
}



/* Styles for               Main  Layouts */
#container {
	width: 865px;
	height: 100%;
	background-color:white;	
	margin-left: auto; 
	margin-right: auto;
	margin-top: 10px;
	text-align: left; /* Corrects for center web body tag */
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	color: #3D5167;
	font-weight: bold;
}
#masthead p {
	font-size: small;
	margin: 0 1% 3px 0;
}

#page_content {
	position: relative;
	width:100%
}
/* Styles for               Column  Layouts */
#sidebar {
	position: relative;
	float: left;
	width: 1px;
}

#content {
	position: relative;
	width: 665px;
	margin-left:1px;
	float: left;
	background-color: #fff;
	border-right:1px solid #CCCCCC;
}


#sidebarright {
	position: relative;
	float: right;
	width: 185px;


}


.sidebox {
	position: relative;
	width: 100%;
}


#content3Col{
	position: relative;
	margin-left: 150px;
	margin-right: 180px;
	background-color: #fff;
}
#righCol {
	position: relative;
	float: right;
	width: 170px;
	margin-left: 10px;
	background-color: #fff;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 1%;
	background-color:#444444;
	margin-top:25px;
	color:white;
}



/* ---------------------------------- Styles for Tables */

table.center {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
	border: 2px none #C6D5FD;
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: top;
}

table.full {
	padding: 6px;
	position: relative;
}


table.indent {
	border: 1px solid #CCCCCC;
	position: relative;
	margin-left:10%;
	margin-right:10%;
}


tr.bold {
	font-weight:bold;
	background-color:#F0F0F0;
	text-align:center;
}
.tablectr {
	border: 1px solid #F0F0F0;
	text-align: center;
}

.ctr {
	text-align: center;
}



/* Styles for table */

.tablehead {
	font-weight: bold;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}


/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color:#10035A;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
