body         { background-attachment: fixed }
p    { color: #036; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
td   { color: #000; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h1       { color: #1c6493; font-size: 11pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; letter-spacing: 1pt }
h2      { color: #0490c7; font-size: 10.5pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3     { color: #000; font-weight: bold; font-size: 10pt }
a, .copyright     { color: #1c6493; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; letter-spacing: 1pt }
a:hover     { color: #0490c7; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none; letter-spacing: 1pt }
a:visited     { color: #777; font-size: 8.5pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
li  { color: #036; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.hdtwo      { color: #0490c7; font-size: 10.5pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight:bold; }
.hdthree     { color: #000; font-weight: bold; font-size: 10pt }

.video {width:700; margin:0 auto 0 auto;}
.video img {margin:0 10px;border:1px black solid;}
.video2 {float:left; text-align:center;}
.column {width:48%; float:left}
.dashed_line{
	background-image: url(../_media/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}
.text_left{text-align:left;}


/*------------- seo locations ----------------- */

.separator {
	border-top:solid 1px #aaa;
	margin:15px auto 15px auto;
	padding:0px;
	width: 665px;
}

/*------------- MISC ----------------- */
.column_right {
	float: right;
	width: 420px;
	position: relative;
	}
.column_left {
	float: left;
	width: 250px;
	position: relative;
	left:20px;
	}

.text_center {
	text-align: center;
	}

.text_right {
	text-align: right;
	}
.float_left{
	float: left;
}

.float_right{
	float: right;
}

.indent {
position:relative;
left:20px;
}

.module_right{
float:right;
margin-left:10px;
width:300px;
padding:6px;
border:1px solid #003364;
}

.module_left{
float:left;
margin-right:10px;
width:300px;
padding:6px;
border:1px solid #003364;
}

.module_right h3, .module_left h3{
background-color:#003364;
color:#FFFFFF;
font-size:14px;
text-align:center;
padding:10px 0px 10px 0px;
}