body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #41617e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 135%;
}


td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

a {
	color: #41617e;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

a.linktopnavborder {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border-right: 1px dotted #FFFFFF;
	padding: 2px 15px 2px 15px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	text-align: right;
}

a.linktopnavborder:hover {
	text-decoration: none;
	font-weight: normal;
	color: #c6c8ca;
}

a.linktopnav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 30px 2px 15px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	text-align: right;
}

a.linktopnav:hover {
	text-decoration: none;
	font-weight: normal;
	color: #c6c8ca;
}


a.linkfooterborder {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border-right: 1px dotted #FFFFFF;
	padding: 2px 10px 2px 10px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: center;
}

a.linkfooterborder:hover {
	text-decoration: none;
	font-weight: normal;
	color: #c6c8ca;
}

a.linkfooter {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 10px 2px 10px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-align: right;
}

a.linkfooter:hover {
	text-decoration: none;
	font-weight: normal;
	color: #c6c8ca;
}

hr {
	height: 1px;
	width: 100%;
	color: #c6c8ca;
	background-color: #c6c8ca;
	border: 0;
}



ul{
	margin-top: 5px;
	margin-bottom: 0px;
}

li {
	color: #333333;
	text-align: left;
	list-style: disc;
	margin: 0 0 0 -18px;
	line-height: 135%;
}

blockquote {
	margin:0;
	padding:0px 20px;
}


h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	text-align: left; 
	color: #333333;
}

h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14;
	font-weight: bold;
	text-align: left; 
	color: #333333;
}

h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: left; 
	color: #333333;
}

h4 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align: left; 
	color: #333333;
}

h5 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-align: left; 
	color: #333333;
}

h6 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: bold;
	text-align: left; 
	color: #333333;
}


.topnav {
	padding: 0px 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-align: right;
	color:#FFFFFF;
}

.topnavlogo {
	padding: 0px 0px 5px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: bold;
	text-align: left;
	color:#FFFFFF;
}

.fineprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: lighter;
	text-align: center;
	color:#c6c8ca;
}

.rqComplex #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #41617e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.rqComplex #header {
	background: #41617e; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.rqComplex #mainContent {
	padding: 30px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: double 10px #41617e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.rqComplex #mainContent p {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.rqComplex #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#41617e;
	text-align:center;	
}

.rqComplex #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: lighter;
}

.heroborder {
	border: solid 2px #41617e;
	padding: 5px;
}


.linethickhoriz {
	border-bottom: solid 2px #41617e;
	padding: 0px 0px 0px 0px;
	
}
.line {
	border-bottom: solid 1px #c6c8ca;
	padding: 0px 0px 5px 0px;
}


.line-vertleftcol { 
	border-right: solid 1px #c6c8ca;
	padding: 0px 20px 0px 0px;
}
.line-vertcentercol { 
	border-right: solid 1px #c6c8ca;
	padding: 0px 20px;
}

.line-vertrightcol { 
	padding: 0px 0px 0px 20px;
}

alert {
	font-weight: bold;
	color: #CC0000;
}

/* Video Portion */

.rqVideo #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #41617e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.rqVideo #header {
	background: #41617e; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.rqVideo #mainContent {
	padding: 30px;  /*remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border: double 10px #41617e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.rqVideo #mainContent p {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.rqVideo #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#41617e;
	text-align:center;	
}

.rqVideo #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight: lighter;
}

/* End of Video Formatting */


