body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, td, th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #2673bf;
	text-decoration: underline;
}

a:hover{
	color: #FF6600;
	text-decoration: none;
}

#clearAll{
	clear: both;
}

#tplHeader{
	padding: 0px;
	margin: 0px;
	background-image: url('images/bkg_header.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#header{
	width: 100%;
	background-image: url('images/header_bg1.jpg');
}

#quoteBar{
	height: 18px;
	padding-top: 2px;
	padding-left: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-image: url('images/bkg_blue_gradient.gif');
	background-repeat: repeat-x;
	font-size: 12px;
	color: #ffffff;
}

#dateDiv{
	float: right;
	margin-right: 3px;
}

#tplContents{
	background-image: url('images/bkg_gray_gradient.gif');
	background-repeat: repeat-x;
}

#navigation{
	text-align: right;
}

#navigation a{
	display: block;
	text-decoration: none;
	color: #8e8e8e;
	background-image: url('images/bkg_nav_bottom.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 2px 0 2px 0;
}

#navigation a:hover{
	color: #4f4f4f;
}

#tplMain{
	background-image: url('images/bkg_gray_gradient.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#mainDiv{
	margin-top: 15px;
	text-align: left;
}

#subscribeBox{
	text-align: left;
	float: right;
	width: 200px;
	clear: both;
	margin-bottom: 14px;
	margin-left: 5px;
}

#subscribeBox p{
	margin: 3px 0 0 8px;
	padding: 0px;
}

h2{
	color: #2673bf;
	font-size: 16px;
	background-image: url('images/bkg_dotted_horizontal.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	text-transform: capitalize;
	margin: 0px;
}

h3{
	font-size: 15px;
	padding: 5px 0 5px 3px;
	margin: 2px;
	background-image: url('images/bkg_dark_gradient.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	border: 1px solid #3a3b3a;
	font-weight: 500;
}

h5 {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #2673bf;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 2px solid #488CD3;
    border-top: 3px solid #488CD3;
    padding: 2px 4px;
}


#footer{
	margin-top: 150px;
	background-image: url('images/bkg_dotted_horizontal_gray.gif');
	background-repeat: repeat-x;
	background-position: top left;
	color: #b7b7b7;
}

/*This style keeps Firefox from putting a dotted outline around the links,
	which is useful because the dotted outline causes a horizontal scrollbar
	in the tpl_contents frame.
*/
a:focus{
	-moz-outline: 0px solid lime; /* Firefox 1.0x */
	outline: 0px solid lime; /* Firefox nightly builds, DeerPark dev. releases */
	outline-offset: 0px;  /* Firefox nightly builds, DeerPark dev. releases 
*/
}