/* CSS Document */

/* BEGIN Page CSS */
html {
	height: 100%;
}		

body {
	font-size: 15px;
	background-image: url(images/gradiantbackgrnd2.jpg);
	background-Repeat: repeat-x;	
	background-color: #999999;
	line-height:21px;
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:15px;
	line-height:21px;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
	line-height:16px;
}


.style1 {
	font-weight: bold 
}


.style2 {
	color: #666666
}


.style3 {
	font-weight:bold;
	color: #666666
}

.style4 {
	font-size: 15px
}

.style5 {
	font-size: 15px
	color: #666666
}

.style5 {
	color: #000066
}

.style6 {
	font-size: 20px
	color: #000066
}

.style7 {
	font-style: italic
}


h1 {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:21px;
	line-height:27px;
	color:#000000;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
}

h2 {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:20px;
	line-height:26px;
	color:#000000;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
}

h3 {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:19px;
	line-height:25px;
	margin:  3px 10px 3px 10px;
	padding: 0px 0px 0px 0px;
}

h4 {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:18px;
	line-height:24px;
	margin:  3px 10px 3px 10px;
	padding: 0px 0px 0px 0px;
}

h5 {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:17px;
	line-height:23px;
	margin:  3px 10px 3px 10px;
	padding: 0px 0px 0px 0px;
}
h6 {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:16px;
	line-height:22px;
	margin:  3px 10px 3px 10px;
	padding: 0px 0px 0px 0px;
}

a:link, a:visited, a:active {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:15px;
	color: #010066;
	text-decoration:none;
}
a:hover {
	color: #010066;
	text-decoration: underline;
}

dl dt {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:15px;
	line-height:25px;
	font-weight:bold;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
	line-height:15px;
}

ol Li {
	font-family: Bell MT, Times New Roman, Times, Georgia, serif;
	font-size:15px;
	line-height:25px;
	margin:3px 10px 3px 10px;
	padding:0px 0px 0px 0px;
	line-height:15px;
}

/* END Page CSS */


/* BEGIN DIV CSS */
div#container {
	width: 704px;
	position:relative;
	margin: 0px auto;
	padding: 0px;
}

div#content {
	width: 704;
	min-height: 100%;
	position:relative;
	margin:  0px;
	padding: 0px 5px 0px 5px;
	background-image:url(images/pgbkg.png);
	background-repeat:repeat-y;
}

div#header {
	width: 704px;
	height:127px;
	margin:  0px;
	padding: 0px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

div#adheader {
	width: 704px;
	height:127px;
	margin:  0px;
	padding: 0px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

div#footer {
	width: 704px;
	margin:  0px;
	padding: 0px;
	background-image:url(images/pgBottom.png);
	background-repeat:no-repeat;
}

div#printFoot {
	display:none;
}


div.floater {
  float: left;
}

div.floatClear {
	clear:  both;
}
/* END DIV CSS */