body  {
	padding			: 0;
	margin			: 0;
	background		: #CCE3FF url("../images/contentBackground.gif") center repeat-y;
	font-size		: 11px;
	color			: #000000;
}


td {
	font-size		: 11px;
	color			: #000000;
}

img  {
	border			: none;
	margin			: 0;
	padding			: 0;
}

/* ========== HEADER ========== */

#header {
	position		: relative;
	padding			: 0;
	margin			: 0;
	background		: #1C517F;
	width			: 100%;
	height			: 93px;
	color			: #ffffff;
	font-family		: arial;
	font-size		: 12px;
}

#headerContent  {
	position		: relative;
	background		: url("../images/header/headerImage2.jpg") no-repeat;
	width			: 721px;
	height			: 93px;
}

#headerContent2  {
	position		: relative;
	background		: url("../images/header/TSheaderImage.jpg") no-repeat;
	width			: 721px;
	height			: 93px;
}

#header a  {
	font-family			: arial;
	font-size			: 10px;
	text-decoration		: none;
	color				: #ffffff;
	letter-spacing		: 2px;
}

#header a:hover  {
	text-decoration		: underline;
}


/* ========== NAVIGATION ========== */

#navigation {
	background		: #CCE3FF url("../images/navigation/background.gif") center repeat-y;
	height			: 36px;
	width			: 738px;
	padding			: 0;
	margin			: 0;
}
	
#navigation2 {
	background		: #CCE3FF url("../images/navigation/background2.gif") center repeat-y;
	height			: 36px;
	width			: 738px;
	padding			: 0;
	margin			: 0;
}
	
#navigation ul {
	list-style-type		: none;
	margin				: 0px 0px 0px 35px;
	padding				: 0px 0px 0px 0px;
}

#navigation2 ul {
	list-style-type		: none;
	margin				: 0px 0px 0px 35px;
	padding				: 0px 0px 0px 0px;
}

#navigation li {
	float				: left;
	height				: 25px;
	padding				: 0px 0px 0px 0px;
	margin				: 5px 20px 0 0;
	display				: inline;
	white-space			: no-wrap;
}

#navigation2 li {
	float				: left;
	height				: 25px;
	padding				: 0px 0px 0px 0px;
	margin				: 5px 20px 0 0;
	display				: inline;
	white-space			: no-wrap;
}

#navigation li.on  {
	background			: url("../images/navigation/leftRoundedEdge.gif") top left no-repeat;
}

#navigation2 li.on  {
	background			: url("../images/navigation/leftRoundedEdge.gif") top left no-repeat;
}

#navigation li.on a {
	color				: #838383;
	background			: url("../images/navigation/rightRoundedEdge.gif") top right no-repeat;
}

#navigation2 li.on a {
	color				: #838383;
	background			: url("../images/navigation/rightRoundedEdge.gif") top right no-repeat;
}

#navigation li a  {
	float				: left;
	font-family			: arial;
	font-size			: 11px;
	text-decoration		: none;
	color				: #FFFFFF;
	padding				: 4px 9px 0px 10px;
}

#navigation2 li a  {
	float				: left;
	font-family			: arial;
	font-size			: 11px;
	text-decoration		: none;
	color				: #ffffff;
	padding				: 4px 9px 0px 10px;
}

#navigation a:hover  {
	color				: #000000;
	text-decoration		: none;
}

#navigation2 a:hover  {
	color				: #838383;
	text-decoration		: none;
}

/* ========== SUBNAV ========== */

#subnav  {
	padding			: 25px 0 25px 90px;
	text-align		: left;
}

#subnav a  {
	font-family			: arial;
	font-size			: 14px;
	line-height			: 22px;
	text-decoration		: none;
	color				: #000000;
}

#subnav a.on  {
	font-family			: arial;
	font-size			: 14px;
	text-decoration		: none;
	color				: #FF5200;
}

#subnav a:hover  {
	text-decoration		: underline;
}

/* ========== CONTENT ========== */

#content {
	margin			: 0;
	width			: 720px;
	font-family		: Arial;
	text-align		: left;
	color			: #333333;
}

#content2 {
    background-color:#3f3f71;
	margin			: 0;
	width			: 720px;
	font-family		: Arial;
	text-align		: left;
	color			: #333333;
}

img.pageTitle  {
	padding			: 0;
	margin			: 25px 0 10px 30px;	
}

td.leftImage  {
	padding			: 10px 0 0 10px;
}

td.textHome  {
	padding			: 0px 0px 0 30px;
	margin			: 0px;
	font-size		: 11px;
	color			: #545454;
}

td.text  {
	padding			: 25px 0 0 30px;
	margin			: 0px;
	font-size		: 11px;
	color			: #FF6600;
}

#info  {
	padding			: 10px 0px 0px 0px;
	margin			: 3px 0 0 0;
	border-top		: 1px solid #EFC4C7;
}

#info2  {
	padding			: 10px 0px 0px 0px;
	margin			: 3px 0 0 0;
	border-top		: 1px solid #ffffff;
}

#info img  {
	float			: left; 
	padding-right	: 15px; 
}

#info span  {
	color			: #FF6600;
	font-weight		: none;
}

.floatimgleft {
    float:left;
    margin-top:0px;
    margin-right:10px;
    margin-bottom:10px;
    }

/* ========== CALL OUTS ========== */

table.callout  {
	width				: 219px;
	font-size			: 11px;
	margin-bottom		: 15px;
	border				: none;
	margin				: 0;
	padding				: 0;
}

td.top  {
	background		: url("../images/roundedTop.gif") 100% 100% no-repeat;
	height			: 14px;
}

td.top2  {
	background		: url("../images/roundedTop3.gif") 100% 100% no-repeat;
	height			: 14px;
}

td.content  {
	padding			: 0 15px 0 15px;
	background		: url("../images/calloutBackground.gif") repeat-y;
}

td.content2  {
	padding			: 0 15px 0 15px;
	background		: url("../images/calloutBackground2.gif") repeat-y;
}

td.bottom  {
	height			: 15px;
}


/* ========== FOOTER ========== */
	
#footer {
	width			: 738px;
	text-align		: center;
	padding			: 15px 0px 10px 0px;
	margin			: 0px 0 5px 0;
}

#footer2 {
    background-color:#3f3f71;
	width			: 720px;
	text-align		: center;
	padding			: 15px 0px 10px 0px;
	margin			: 0px 0 5px 0;
}

#footerQuote  {
	width			: 89%;
	padding			: 5px 0 5px 0;
	border-top		: 1px solid #BFBFBF;
	border-bottom	: 1px solid #BFBFBF;
}

#footerQuote2  {
    background-color:#3f3f71;
	width			: 89%;
	padding			: 5px 0 5px 0;
	border-top		: 1px solid #BFBFBF;
	border-bottom	: 1px solid #BFBFBF;
}

#footer table  {
	width			: 100%;
	padding			: 15px 0 5px 45px;
}

#footer2 table  {
	width			: 100%;
	padding			: 15px 0 5px 45px;
}

#footer a  {
	color				: #858484;
	text-decoration		: none;
	font-family			: arial;
	font-size			: 12px;
}

#footer2 a  {
	color				: #858484;
	text-decoration		: none;
	font-family			: arial;
	font-size			: 12px;
}

#footer a:hover  {
	text-decoration		: underline;
}

#footer2 a:hover  {
	text-decoration		: underline;
}
	
/* ========== MISC ========== */

h3  {
	font-family		: "times new roman";
	font-size		: 18px;
	font-weight		: normal;
	color			: #C0131E;
	padding			: 0;
	margin			: 0 0 10px 0;
}

h4  {
	font-family		: arial;
	font-size		: 11px;
	color			: #1C517F;
	padding			: 0;
	margin			: 0;
}

h5  {
	font-family		: arial;
	font-size		: 11px;
	color			: #ffffff;
	padding			: 0;
	margin			: 0;
}
