@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #565259;
	text-align: left;
	line-height: 1.6em;
}
body {
	background-color: #616cd3;
	margin: 0px;
}



/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold; }
em { font-style: italic; }
ol, ul, li { list-style: none; }
* a { position: relative } /* Gets links displaying over a PNG background */
a { outline: none; /* Gets rid of Firefox's dotted borders */ text-decoration: none; border: 0px; }
a img { border: none; } /* Gets rid of IE's blue borders */
abbr { cursor: help; }
p { margin-top: 0px; margin-bottom: 0px; line-height: 1.7em; display: block;}



/*========== LAYOUT ==========*/

.wrapper {
	width: 888px;
}
.container {	
	width: 888px;
	padding: 0px 75px 0px 75px;
	float: left;
}
#copyContainer {
	width: 737px;
	height: 145px;
	text-align: left;
	font-size: 11px;
	padding-bottom: 30px;
	float: left;
}
	#copyL {
		color: #FFFFFF;
		padding: 30px 55px 30px 55px;
		margin-left: -55px;
		background-color: #7e89b0;
		float: left;
	}
	#copyR {
		/* border: 1px dotted #999999; */
		padding: 30px 0px 30px 55px;
		float: left;
	}
	
#introTop {
	width: 888px;
	height: 46px;
	background-image: url(../images/bg-introtop.jpg);
	background-repeat: no-repeat;
	float: left;
}
#introBody {
	width: 795px;
	padding: 0px 55px 0px 38px;
	background-image: url(../images/bg-body.jpg);
	float: left;
}
#introBodyR {
	width: 325px;
	padding: 0px 0px 0px 55px;
	float: left;
}
#introBtm {
	width: 868px;
	height: 40px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 30px 0px 0px 20px;
	background-image: url(../images/bg-introbtm.jpg);
	background-repeat: no-repeat;
	float: left;
}



/*========== ADVANCED LAYOUT ==========*/

/* Heading Styles */
.h1 {
	color: #6c8cc8;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: -10px;
	display: block;
}
.h2 {
	color: #6e6e6e;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: -12px;
	display: block;
}

/* List */
.container li {
	list-style: url(../images/img/bullet.jpg);
}

/* Centered */
#centered {
  top: 50%; 
  left: 50%;
  padding: 0px;
  margin: -330px 0px 0px -520px;
  position: absolute;
  overflow: auto;
}




/*========== LINK STYLES ==========*/

/* Main Links */
a:link {
	color: #6b8cc7;
	text-decoration: underline;
}
a:visited {
	color: #6b8cc7;
	text-decoration: underline;
}
a:hover {
	color: #6b8cc7;
	text-decoration: none;
}
a:active {
	color: #6b8cc7;
	text-decoration: none;
}

/* introBtm Links */
#introBtm a {
	color: #ffffff;
}
#introBtm a:link {
	color: #ffffff;
	text-decoration: underline;
}
#introBtm a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#introBtm a:hover {
	color: #ffffff;
	text-decoration: none;
}
#introBtm a:active {
	color: #ffffff;
	text-decoration: none;
}
