/*///////////////////////////////////////////////////////////////////////////////// General Styles */
* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
Body {
	background-image: url(../images/background.jpg);
	background-position: top center;
	text-align: center; /*Centers page in IE*/
	height: 100%;
}
#divMain {
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
	margin: auto;
	width: 934px;
}
/*////////////////////////////////////////////////////////////////////////////////// Header Styles */
#divTicker {
	width: 892px;
	margin: auto;
}
#divHeader {
	width: 892px;
	height: 92px;
	background-image: url(../images/My-American-Jobs_02.jpg);
	background-repeat: no-repeat;
	margin: auto;
}
/*////////////////////////////////////////////////////////////////////////////// Navigation Styles */
#divNavigation {
	width: 892px;
	height: 29px;
	background-image: url(../images/My-American-Jobs_03.jpg);
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
}
#tblNav {
	width: 100%;
}
#tdNavL {
	text-align: left;
	padding-left: 22px;
	padding-top: 7px;
	width: 12.5%;
}
#tdNavL P {
	font-size: 14px;
	text-align: left;
}
.tdNavC {
	text-align: center;
	padding-top: 7px;
	width: 12.5%;
}
.tdNavC P {
	font-size: 14px;
	text-align: center;
}
#tdNavR {
	text-align: right;
	padding-top: 7px;
	padding-right: 22px;
	width: 12.5%;
}
#tdNavR P {
	font-size: 14px;
	text-align: right;
}
#tblNav a:link, #tblNav a:visited {
	color: #D5D5DF;
	text-decoration: none;
}
#tblNav a:hover {
	color: #ffffff;
}
/*//////////////////////////////////////////////////////////////////////////////////// Page Styles */
#tblContent {
	width: 892px;
	background-image: url(../images/My-American-Jobs_04.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #ffffff;
	margin: auto;
}
.h1Reg {
	font-size: 18px;
	color: #4A1212;
}
.h2Reg {
	font-size: 14px;
	color: #1B2354;
}
.pReg {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-bottom: 10px;
}
.aReg:link, .aReg:visited {
	text-decoration: underline;
	color: #33628E;
}
.aReg:hover {
	text-decoration: none;
	color: #33628E;
}
.ulReg {
	margin-top: 5px;
}
.liReg {
	margin-left: 20px; 
	margin-right: 10px; 
	text-align: left; 
	font-size: 12px;
	margin-bottom: 10px;
}
.divider1 {
	background-color: #953131;
	height: 1px;
	line-height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: none;
}
.divider2 {
	background-color: #953131;
	height: 1px;
	line-height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: none;
}
/*////////////////////////////////////////////////////////////////////////////////// Module Styles */
.h3Mod {
	background-image: url(../images/modHeader01.jpg); 
	background-repeat: repeat-x; 
	display: block; 
	line-height: 26px; 
	width: 290px; 
	color: #ffffff; 
	padding-left: 10px; 
	font-size: 14px; 
	font-weight: bold;
	overflow: hidden;
}
.divMod {
	background-image: url(../images/modBkg01.jpg); 
	background-repeat: repeat-x; 
	background-position: bottom center; 
	width: 300px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border: 1px solid #1E4D79;
}
.divMod a:link, .divMod a:visited {
	color: #103F6C;
	font-weight: bold;
	text-decoration: underline;
}
.divMod a:hover {
	text-decoration: none;
}
.pMod {
	margin: 5px; 
	text-align: left; 
	font-size: 12px;
}
.ulMod {
	margin-top: 5px;
}
.liMod {
	margin-left: 20px; 
	margin-right: 10px; 
	text-align: left; 
	font-size: 12px;
	margin-bottom: 10px;
}
/*////////////////////////////////////////////////////////////////////////////////// Footer Styles */
#divFooter {
	width: 934px;
	text-align: center;
	margin: auto;
}
#imgBtmShadow {
	text-align: center;	
	margin: auto;
}
#tblFooter {
	width: 892px;
	margin: auto;
}
#tdLFooter {
	text-align: left;
	width: 50%;
}
#tdLFooter P {
	text-align: left;
	color: #ffffff;	
	font-size: 10px;
}
#tdRFooter {
	text-align: right;
	width: 50%;
}
#tdRFooter P {
	text-align: right;
	color: #ffffff;
	font-size: 10px;
}
#tdRFooter a:link, #tdRFooter a:visited {
	color: #ffffff;
}
#tdRFooter a:hover {
	text-decoration: none;
}