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

body,p {
font-family: Arial, Verdana;
font-size: 14px;
color: #000000;
}
body {
background:#FFFFFF;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

object {
background-color:#111111;
}

a img {border-style:none;}

.italic {
font-style:italic;
}


h1 {
color: #ff0000;
font-size: 28px;
font-family: Arial, Verdana;
text-align: center;
}
h2 {
	color: #000000;
	font-size: 18px;
	font-family: Arial, Verdana;
}

.imgInContent {padding:5px;}

.bold {
font-weight:bold;
}

.floatRight {
float:right;
}

.floatLeft {
float:left;
}

.clear {clear:both;}

.center {
text-align:center;
}

.red {
color:#FF0000;
}

.strikeThrough {
text-decoration:line-through;
}

#container {
width:800px;
margin-left:auto;
margin-right:auto;
margin-bottom:0;
background-image:url(../images/newmiddle.jpg);
background-repeat:repeat-y;
}

#mainContent{
width:600px;
margin-left:auto;
margin-right:auto;
}

#mainContentHome{
width:700px;
margin-left:auto;
margin-right:auto;
}

#footerContainer{
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:-15px;
margin-bottom:0;
}

/*Personal Styles */

.findOut {
width:400px;
}

.caption {
	width:600px;
	float: right;
	padding-top: 15px;
}

.caption2 {
	width:233px;
	height:200px;
	float:left;
}

.caption3 {
	width:233px;
	height:270px;
	float:left;
}

.captionText {
	font-size:12px;
	font-weight:bold;
	color:#333333;
	font-style:italic;
}

.underline {
text-decoration:underline;
}

.h2Red {
color:#FF0000;
}

.h1Red {
color:#ff0000;
}

.style1 {
	color: #CC0000;
	font-weight: bold;
}

#redBoxDotted {
border:dotted;
border-width:medium;
border-color:#cc0000;
}

.form {
	width:290px;
	font-size:13px;
	float:right;
}

.video {
width:400px;
float:left;
}

.formTextTop {
font-size:12px;
margin:0;
padding:0;
}

.formLeft {
width:75px;
float:left;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
margin-right:5px;
}

.formRight {
padding-top:5px;
padding-bottom:5px;
margin-left:5px;
}

.redBoxText {
padding:10px;
}
