﻿/*  This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background-color: #ffffff;
	color: #000000;
	font: normal 90% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: justify;
}

hr {
	background-color: #000000;
	color: #000000;
	border: none;
	height: 1px;
		width: 100%;}

img {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: none;
	position: inherit;
}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	line-height: 1em;
	text-indent: 10px;
}

dl {
	padding: 0;
	margin: 0 0 5px 5px;
	line-height: 2em;
	
}

/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a {
	color: #000080;
	font-weight: bold;
}
	
a:hover {
	color: #959595;
	text-decoration: underline;
	}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 {
	color: #354E71;
	font: bold 24px Arial, Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
}

h2{
	color: #990033;
	font: normal 20px Arial, Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
}

h3{
	color: #990033;
	font: normal 16px Arial, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: 500;
}

h4 {
	border-bottom: 1px dashed #959595;
	color: #354E71;
	font: bold 16px Arial, Arial, Helvetica, sans-serif;
	text-align: left;
}

h5 {
	border-bottom: 1px dashed #354E71;
	color: #354E71;
	font: bold 16px Arial, Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #706B35;
	font: bold 14px Arial, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}

.center {
	text-align: center;}	

.clear {
	clear: both;}

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	width: 760px;
	text-align: left;
	border-right: 1px single #000000;
	border-bottom: 1px single #000000;
	border-left: 1px single #000000;
	margin: 0 auto;
	margin-top: 12px;
}

/*  The items below set the properties of the top header. The global
navigation and main navigation links are positioned to sit on top
of the header image  */

#header {
	position: relative;
	width: 750px;
	height: 395px;
}

#global {
	position: relative;
	width: 750px;
	color: #ffffff;
	font-size: 85%;
}
	
/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 85%;
	float: left;
	width: 160px;
	padding: 0px 0 10px 0;
	text-align: center;} 
}

#mainnav {
	line-height: 2em;
	letter-spacing: 1px;
	font-size: 100%;
}

#content {
	float: right;
	width: 570px;
	line-height: 1.5em;
	padding: 0px 0px 10px 0px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
}

/*  The items below set the footer properties as well as the text
and links that appear in this area  */

#footer {
	clear: both;
	border-top: 1px solid #000000;
	text-align: center;
	letter-spacing: 1px;
	font-size: 90%;
	bottom: auto;
}

#footer a {
	font-weight: normal;
	font: 100% Arial, Helvetica, sans-serif;
	text-decoration:none
	}
	
#footer a:hover {
	font-weight: normal;
	text-decoration:underline}

	
/*  This items below set the overal styles for various items
available to all pages within the web site   */


.CommonContentBoxBody
{
    padding-bottom:30px;
}   
.style3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	margin-top: 5px;
	margin-right: 5px;
}
a {
	color: #456694;
}
.style5 {
	text-align: justify;
}
.style7 {
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.style8 {
	line-height: 1em;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.style9 {
	font-size: medium;
	margin-top: 5px;
	margin-bottom: 5px;
}
.style10 {
	font-size: small;
	margin-top: 0;
	margin-bottom: 0;
}
.style11 {
	text-align: center;
}
.style12 {
	border-width: 0px;
	margin-left: 7px;
	margin-right: 7px;
}
	
.style14 {
	line-height: 1em;
	font-size: 120%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}


/*  This template contains a form that is set within a fieldset. The
items below set the properties for the form, input fields, the submit
button, etc.  */

fieldset {
	border: 1px dashed #c2c2c2;
	padding: 5px;
	margin: 5px 0;}

legend {
	background-color: #ffffff;
	color: #656565;
	font: bold 16px Arial, Helvetica, sans-serif;
	padding: 2px 4px;
	margin: 0;
}

form {
	padding: 5px;
	text-align: left;
	margin: 20px 0 5px 0;}

label {
	width: 150px;
	float: left;
	text-align: right;
	margin: 3px 5px 5px 5px;
	clear: both;
	vertical-align: middle;
}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

.button {
	text-align: center; 
	margin: 5px 0 0 170px; 
	border: none;
	clear: both;}

/*  The catalog is set into a simple two-column table. The
items below set the properties for the catalog display.  */

table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;}

.catalog {
	padding: 10px;
	line-height: 1em;
	text-align: center;
	vertical-align: top;
	width: 50%;}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 1px single #000000;}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imageleft-border {
	margin: 0 10px 0 0; 
	float: left;
	border: 1px single #000000;}

.imageright-border {
	margin: 0 0 0 10px; 
	float: right;
	border: 1px single #000000;}
	
	a {
	color: #5982BD;
	text-decoration: underline;
	font-weight: normal;
}


h4 {
	border-bottom: 1px dashed #959595;
	color: #354E71;
	font: bold 16px Arial, Arial, Helvetica, sans-serif;
	text-align: left;
}

ul {
	padding: 0;
	margin: 0 0 20px 20px;
	line-height: 2em;
	text-indent: 10px;
}

h5 {
	border-bottom: 1px dashed #354E71;
	color: #354E71;
	font: bold 16px Arial, Arial, Helvetica, sans-serif;
	text-align: left;}

#footer {
	clear: both;
	border-top: 1px dotted #000000;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 50px;
}

#footer a {
	font-weight: normal;}
	
#footer p {
	line-height: 1.25em;
}
	
	



.style282 {
	border: 2px #4D6D8C solid;
	background-color: #DEE4F0;
}
.style58 {
	border: 1px solid #A8AAFF;
}
.style281 {
	border-style: solid;
	border-width: 1px;
	background-color: #003768;
}
.style57 {
	border: 1px solid #A8AAFF;
	font-weight: bold;
}
.style284 {
	background-color: #003768;
}
.style75 {
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
		background-color: #003768;
}
.style74 {
	border: 0 solid #A8AAFF;
}
.style88 {
	font-size: medium;
	border: 0 solid #A8AAFF;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.style86 {
	font-size: medium;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	text-align: center;
}
.style84 {
	font-size: medium;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.style443 {
	font-size: medium;
}
.style444 {
	font-size: small;
}
.style35 {
	border-style: solid;
	border-width: 0;
}
.style64 {
	color: #000080;
}
.style59 {
	color: #000000;
}
.style273 {
	font-family: Arial;
	font-size: 14pt;
	color: #000080;
	text-align: center;
}
.style291 {
	font-weight: bold;
}
.style445 {
	font-weight: bold;
	text-align: center;
	font-size: 8.5pt;
}
.style448 {
	font-size: 16pt;
}
.style449 {
	font-family: Arial;
	font-size: small;
	color: #000080;
	text-align: center;
}
.style451 {
	text-decoration: none;
}
	
	
.style455 {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.25em;
}
	
	
.style462 {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
}
	
	
.style464 {
	font-size: x-small;
}
.style465 {
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: x-small;
}
.style466 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
	
.style467 {
	border: 1px solid #000080;
	font-size: 9pt;
}
.style468 {
	border: 1px solid #FFFFFF;
}
	
	
.style191 {
	text-align: left;
}
.style413 {
	border: 1px solid #000080;
	font-family: Arial;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	background-color: #DEE4F0;
}
.style285 {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
}
.style287 {
	border-width: 1px;
	font-family: Arial;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	background-color: #003768;
}
.style469 {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 75%;
}
	
	
.style471 {
	border: 1px #000080 none;
	font-size: 90%;
}
	
	
.style473 {
	border-width: 1px;
	font-family: Arial;
	font-size: 120%;
	color: #FFFFFF;
	text-align: center;
	background-color: #003768;
}
.style474 {
	margin: 3px;
	text-align: center;
}
