* { margin: 0; padding: 0; }

body, html {
	height: 100%;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1e1e1e;
	color: #000000;
}

a { 
	color: #135da3; 
	text-decoration: underline; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px 0px 15px 0px;
	color: #006fad;
}
h2 {  }

p { 
	padding-bottom: 18px;
	line-height: 20px;
}

/* reusable */
.splitLeft { 
	float: left; 
}
.splitRight { 
	float: right; 
}
.divider { 
	clear: both; 
	font-size: 1px; 
	line-height: 0px; 
	height: 0px; 
}
.spacer { 
	clear: both; 
	font-size: 20px; 
	line-height: 20px; 
	height: 20px; 
}
.centerAlign {
	text-align: center;
}


/* header */
#headerContainer { 
	width: 100%; 
	height: 125px; 
	background-image: url(../images/bg-header.gif); 
	background-repeat: repeat-x;	
}
#headerContainer .headerContent {
	width: 950px;
	height: 125px;
	margin: 0px auto;
	background-repeat: no-repeat;
}
#headerContainer .headerContent .logo {
	float: left;
	width: 338px;
	margin-top: 10px;
	font-size: 28px;
	font-family: Arial, Verdana;
	color: #FFFFFF;
}
#headerContainer .headerContent p {
	padding: 0px 0px 10px 0px;
}

/* content homepage */
#contentContainer {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#contentContainer .content {
	width: 810px;
	margin: 0px auto;
}

/* content leftside */
#contentContainer .left { 
	width: 570px; 
	float: left; 
	padding: 0px 0px 30px 0px;
}
#contentContainer .left ul { 
	padding: 0px 0px 20px 50px;
	margin: 0px;
}
#contentContainer .left li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
	line-height: 22px;
	list-style-position: outside;
	list-style-image: url(../images/bullet-arrow.gif);
}

/* content full leftside */
#contentContainer .fullleft { 
	width: 830px; 
	float: left; 
	padding: 0px 0px 30px 0px;
}
#contentContainer .fullleft ul { 
	padding: 0px 0px 20px 50px;
	margin: 0px;
}
#contentContainer .fullleft li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	list-style-type: none;
	line-height: 22px;
	list-style-position: outside;
	list-style-image: url(../images/bullet-arrow.gif);
}

/* content rightside */
#contentContainer .right {
	width: 210px;
	float: right;
}
#contentContainer .right .heading {
	width: 210px;
	text-align: center;
	height: 32px;
	background-image: url(../images/bg-heading.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 18px;
	padding: 8px 0px 0px 0px;
}
#contentContainer .right .content {
	width: 180px;
	background-color: #EDEDE1;
	text-align: left;
	padding: 15px;
	color: #000000;
	font-size: 14px;
}
#contentContainer .right .bottom {
	width: 210px;
	height: 16px;
	background-color: #EDEDE1;
	background-image: url(../images/bg-header-bottom.gif);
	background-repeat: no-repeat;
}

/* content rightside2 */
#contentContainer .right2 {
	width: 180px;
	float: right;
}
#contentContainer .right2 .content {
	width: 150px;
	background-color: #ffffff;
	text-align: center;
	color: #000000;
	font-size: 14px;
}
#contentContainer .right2 .bottom {
	width: 180px;
	height: 16px;
	background-color: #EDEDE1;
	background-image: url(../images/bg-header-bottom.gif);
	background-repeat: no-repeat;
}
#contentContainer .right2 .heading {
	width: 180px;
	text-align: center;
	height: 32px;
	background-image: url(../images/bg-heading2.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 18px;
	padding: 8px 0px 0px 0px;
}
.steps {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

/* table */

table {
	 border-width: 1px;
	 border-style: solid;
	 border-color: #CCCCCC;
}

th {
	background-image: url(../images/bg-th.gif);
	background-repeat: repeat-x;	
	color: #ffffff;
	height: 40px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}
td {
	padding: 4px;
	font-size: 12px;
}
td.alt {
	background-color: #e9f4fa;
}

/* footer */
#footerContainer {
	width: 100%;
	height: 89px;
	font-size: 12px;
	color: #919191;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#footerContainer .footerContent {
	width: 870px;
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
}
#footerContainer .left {
	padding: 0px;
	float: left;
	width: 500px;
}
#footerContainer .right {
	padding: 0px;
	float: right;
	width: 340px;
	text-align: right;
}
#footerContainer .left ul { 
	padding: 0px;
	margin: 0px; 
}
#footerContainer .left li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline;
}
#footerContainer a:link, #footerContainer a:visited { 
	color: #919191;
	text-decoration: none;
}
#footerContainer a:hover { 
	text-decoration: underline;
}
#footerContainer p { 
	padding: 0px;
	margin: 0px; 
}
