@charset "utf-8";
/*
START CMS EDITOR AREA CODE
*/
.Code {
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #006;
	font-family: 'Courier New' , Monospace;
	background-color: #f93;
	font-size:9pt;
	color: #000;
	line-height:11pt;
}
/*
END CMS EDITOR AREA CODE
*/
/*
START CMS REQUIRED STYLES
*/
body {
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font:normal;
	font-size:9pt;
	color: #000;
	line-height:11pt;
}
p, ul, ol {
	margin-top: 0px; 
	margin-bottom: 0px; 
}

#landing {
	margin: 100px auto;
	width: 390px;
	text-align: center;
	font-size: 8pt;
}

#landing a {
	color: #000;
	text-decoration: none;
}

#tblMain {
	width: 825px;
	margin: 0 auto;
}

#tdHeaderImage {
	width: 415px
}

#tdHeaderRight {
	width: 410px;
	text-align: right;
}

#tblHeaderRight {
	width: 100%;
}

#tdHeaderLogin {
	padding-right: 5px;
}

#tdHeaderSearch {
	width: 175px;
}

#tblSearch {
	width: 100%;
	text-align: right; 
	margin-top: 2px; 
	margin-right: 1px;
}

#search {
	background: url("../images/search_bg.jpg");
	height: 24px;
	width: 144px;
	border: 1px solid #000;
	border-right: 1px solid #8a8a8a;
	margin: 0;
	padding: 0;
}

#searchButton {
	.margin-top: 1px; /* IE is garbage */
	border: 1px solid #000;
	border-left: 0px;
}

#tdNav {
	color: #fff;
	background: url("../images/navbg.jpg");
	font-size: 9pt;
	line-height: 31px;
	text-align: center;
}

#tdNav a {
	color: #fff;
	text-decoration: none;
}

#tdFoot {
	color: #fff;
	background: url("../images/footbg.jpg");
	font-size: 8pt;
	line-height: 31px;
	font-weight: bold;
	width: 100%;
}

#tdFoot a {
	color: #fff;
	text-decoration: none;
}

#tdFootLeft {
	padding-left: 12px;
}

#tdFootRight {
	padding-left: 80px;
}

/*****DEFAULT SECTION*****/

#tdDefaultImage {
	padding-top: 9px; 
	padding-bottom: 18px;
}

#tblWelcome {
	background: #dedede; 
	width: 650px;
	height: 300px;
}

#tdWelcomeImage {
	text-align: center; 
	padding-top: 12px;
}

#tdWelcomeText {
	padding: 12px 16px 41px 15px;
	font-size: 8pt;
}

#tdNavigatorText {
	padding: 16px 25px 0px 20px;
}

#tdNavigatorSelect {
	padding: 10px 25px 25px 20px;
	.padding-bottom: 30px;
}

#tdNavigatorSelect select {
	width: 177px;
}

#nextButton {
	 text-align: right; 
	 padding-top: 10px;
}

#tblDefaultRight td {
	padding-bottom: 15px;
}

#tblDefaultNavigator {
	background: #0f131f; 
	color: #fff; 
	width: 221px; 
	font-size: 8pt;
}

/***** PAGE SECTION *****/

#tblPageMain {
	width: 100%;
	margin-bottom: 11px;
}

#tdBreadcrumbs {
	font-size: 12pt;
	color: #fff;
	background: url("../images/bcbg.jpg");
	line-height: 35px;
	padding-left: 13px;
}

#tdBreadcrumbs a {
	color: #fff;
	text-decoration: none;
}

#tdPageContent {
	background: #dedede;
	padding: 27px 32px 55px 24px;
}

/* font styles */
	/* TEXT 1 */
		.text1	{
			font-size:9pt;
			color: #000;
			line-height:11pt;
			}
		.text1 a {
			color: #d22906;
			text-decoration:none
		}
		.text1 a:hover {
			color:#000;
		}

	/* TEXT 2 */
		.text2	{
			font-size:12px;
			color:#666;
			font-weight:bold;
			}
		.text2 a {
			color: #999;
			text-decoration:none
		}
		.text2 a:hover {
			color:#CCC;
		}

	/* TEXT 3 */
		.text3	{
			font-size:14px;
			color:#666;
			}
		.text3 a {
			color: #999;
			text-decoration:none
		}
		.text3 a:hover {
			color:#CCC;
		}

	/* HEADER 1 */
		.header1	{
			font-size:18pt;
			line-height:22pt;
			color: #333c58;
			font-weight:bold;
			}
		.header1 a {
			color: #d22906;
			text-decoration:none
		}
		.header1 a:hover {
			color:#333c58;
		}

	/* HEADER 2 */
		.header2	{
			font-size:14px;
			color: #333;
			font-weight:bold;
			}
		.header2 a {
			color: #999;
			text-decoration:none;
		}
		.header2 a:hover {
			color:#CCC;
		}

	/* HEADER 3 */
		.header3	{
			font-size:14px;
			color:#666;
			}
		.header3 a {
			font-weight:bold;
			color: #999;
			text-decoration:none
		}
		.header3 a:hover {
			color:#CCC;
		}
/* END font styles */		
		
		
		
/*
END CMS REQUIRED STYLES
Add Custom Site Styles BELOW
*/