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

body{
	background-image:url(images/site-images/background.jpg);
	background-repeat:repeat-x;
	background-color:#3057b6;
}

#container{
margin: 0 auto;
width: 900px;
height: auto;
}

#header{
background-image: url(images/site-images/header.png);
height: 180px;
width: 830px;
margin: 10px 0pt 0pt 34px;
}

#footer{
background-image: url(images/site-images/footer.jpeg);
height: 180px;
width: 830px;
margin: 0px 0pt 0pt 34px;
background-repeat:no-repeat;
}

#content{
margin: 0 auto;
border-left: 6px solid #003e7b;
border-right: 6px solid #003e7b;
background: #eef1f6;
width:815px;
height: auto;
margin-top: -16px;
margin-bottom: -16px;
}

.bold-normal {
	font-weight: bold;
}

.bold-normal-center {
	font-weight: bold;
	text-align:center;
}

.bold-normal-bullet {
	font-family:Arial, Helvetica, sans-serif
}

.bold-red {
	font-weight: bold;
	color:#F00;
}

.bold-blue {
	font-weight: bold;
	color: #003399;
}

.bold-red-center {
	font-weight: bold;
	color:#F00;
	text-align:center;
}

.bold-red-left {
	font-weight: bold;
	color:#D7060C;
	text-decoration:underline;
	font-size:30px;
	text-align:left;
	padding-left:120px;
}

.normal-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	
}

.normal-text-center {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	
}

.small-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000;
	text-decoration:none;
	text-align: center;
}

.large-red-text {
	font-size: 24px;
	font-weight: bold;
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.super-large-red-text-line {
	font-size: 50px;
	font-weight: bold;
	text-align:center;
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:line-through;
}

.super-large-red-text {
	font-size: 50px;
	font-weight: bold;
	text-align:center;
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	background-color:yellow;
}

.large-green-text {
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	color:#006600;
	font-family: Arial, Helvetica, sans-serif;
}

.red-text-underline {
	font-size: 24px;
	font-weight: bold;
	text-align:center;
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.normal-bold-yellowsurround{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:;
	background-color:yellow;
	font-weight:bold;
	color:#000;
	
}

.normal-yellowsurround{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:;
	background-color:yellow;
	color:#000;
}
a:link {
	text-decoration: none;
	color: #F00;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.Home {
	text-align: right;
}

.steps-bold {
	font-weight: bold;
}







.red {
	color: #F00;
}

.Home {
	text-align: right;
}
#container #content div div p {
	font-size: 9px;
}
