/*colors

#384D59 - slate
#1A3140 - dark blue
#697C8C - blue gray
#99AABF - blue
#A9B9D9 - light blue */


body  {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /*  centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #384D59;
	/*background-image: url(../images/back01.jpg);  
	background-repeat: repeat;  */
	
}
#wrapper {
	width: 800px;
	margin: 15px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
#header {
	padding: 15px;
	background-color: #1A3140;	/*background-image: url(../images/index_header.jpg);   */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	/*border: 1px solid #FFFFFF;   */
} 

#mainContent {
	margin: 0 0 10px 0;
	height: auto;
	padding: 0 20px 0 20px;
	clear: both;
} 

#footer {
	width: 800px;
	height: auto;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #1A3140;
	padding-top: 5px;
	padding-bottom: 5px;
	/* border: 1px solid #FFFFFF; */
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*---------------block gray text box-----------*/
.tableText {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}

a.tableText:link {
	color: #006699;
}	
a.tableText:visited {
}
a.tableText:hover {
	color: #006699;
	text-decoration: underline;
}
a.item1:active {
}




/*---------------default text styles---------------*/
.white {
	color: #ffffff;
}

.bold {
	font-weight: bold;
}

.red {
	color: #990000;
}

p {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
}

a:link {
	color: #1A3140;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #1A3140;
	text-decoration: none;
}
a:hover {
	color: #1A3140;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
}

ul {
	font-size: 12px;
	line-height: 16px;
}

li {
	font-size: 12px;
	line-height: 16px;
}

h1  {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-color: #384D59;
	padding: 5px 0 2px 5px;
	margin: 5px 0 0 0;
	line-height: normal;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #1A3140;
	padding: 0 0 0 0;
	line-height: 150%;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #1A3140;
	}
	
h4 {
	font-size: 13px;
	font-weight: bold;
	/*line-height: normal;*/
	padding: 0 0 0 0;
	color: #1A3140;
	}


ul {
	line-height: 135%;
	font-size: 13px;
}

li {
	line-height: 135%;
	font-size: 13px;
}

td {
	font-size: 12px;
	color: #000000;
	line-height: 125%;
}

.horizontal {
	color: #1A3140;
}

.box {
	width: 350px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #990000;
}



/*--------------------footer text styles-----------------------*/
.footer {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	padding: 5px 0 0 0;
}
a.footer:link {
	color: #ffffff;
	text-decoration: none;
}
a.footer:visited {
	color: #ffffff;
	text-decoration: none;
}
a.footer:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.footer:active {
}

