body	{
		margin: 0;
		padding: 0;
		background: url(../images/all_bg.jpg);
		}

li {
    padding-bottom: 5px;
}

td		{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #BFBEBE;
		}

/*Site layout format*/
#headerTD {
	width: 100%;
}
	#headerTD table {
		width: 100%;
		border: none;
	}
		#headerTD .centerTD {
			background: url(../images/left_bg.jpg) bottom right repeat-x;
			width: 766px;
			height: 478px;
			vertical-align: top;
			border: 1px solid #7D8082;
		}
		

#topBorderTD {
	width: 766px;
	height: 5px;
	vertical-align: top;
	border-left: 1px solid #7D8082;
	border-right: 1px solid #7D8082;
}
	#topBorderTD .centerTable {
		background: url(../images/mid_top_bg.jpg) top left repeat-x;
		width: 766px;
		height: 5px;
		vertical-align: top;
		border: none;
	}
			
#mainSectionTD {
	width: 766px;
}
	#mainSectionTD .mainTable {
		width: 766px;
		border: none;
	}
		#mainSectionTD .mainCenterTD {
			background: url(../images/mid_bg.jpg) top left;
			padding-bottom: 8px;
			width: 766px;
			height: 154px;
			vertical-align: top;
			border: 1px solid #7D8082;
			border-top: none;
			border-bottom: none;
		}
			#mainCenterTable {
				width: 756px;
				border: none;
				margin: 4px 5px 0 5px;
			}
				#mainCenterTable .leftTD {
					padding: 22px 10px 15px 35px;
					vertical-align: top;
					width: 245px;
					height: 100%;
					border-right: 1px solid #535456;
				}
				#mainCenterTable .centerTD {
					padding: 22px 10px 16px 25px;
					width: 266px;
					vertical-align: top;
				}
				#mainCenterTable .rightTD {
					padding: 22px 10px 15px 44px;
					vertical-align: top;
					width: 245px;
					border-left: 1px solid #535456;
				}
			
			#mainCenterTable2Col {
				width: 756px;
				border: none;
				margin: 4px 5px 0 5px;
			}
				#mainCenterTable2Col .leftTD {
					padding: 22px 15px 15px 25px;
					vertical-align: top;
					width: 250px;
					height: 100%;
					border-right: 1px solid #535456;
				}
				#mainCenterTable2Col .rightTD {
					padding: 22px 15px 15px 40px;
					vertical-align: top;
					width: 506px;
				}

				#mainCenterTable2Col .leftTDLarge {
					padding: 22px 15px 15px 25px;
					vertical-align: top;
					width: 511px;
					height: 100%;
					border-right: 1px solid #535456;
				}
				#mainCenterTable2Col .rightTDSmall {
					padding: 22px 15px 15px 40px;
					vertical-align: top;
					width: 245px;
					height: 100%;
				}

#footerTD {
	background: url(../images/mid_bg.jpg) top left;
	width: 766px;
	height: 30px;
	vertical-align: top;
	border: 1px solid #7D8082;
	border-top: none;
}
	#footerTD .centerTable {
		background: url(../images/bot_bg.jpg) repeat-x left top;
		width: 766px;
		height: 30px;
		vertical-align: top;
		border: none;
	}
		#footerTD .centerTable td {
			width: 766px;
			height: 30px;
			vertical-align: top;
			padding: 10px 0 0 10px;
		}
			#footerTD .centerTable td a {
				margin: 0 10px 0 10px;
			}
		
h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	letter-spacing:-1px;
}

h2.lightBlue {
    font-weight: bold;
	color: #8cd8f8;
	letter-spacing: 0;
}

h2.marginTop {
	margin-top: 12px;
}

p {
	margin: 10px 0 0 0;
}

strong 	{
		color: #FFFFFF;
		}

		
.more {
	padding: 5px 0 10px 0;
	margin: 0;
}
.more img {
	vertical-align: middle;
	border: none;
	margin-top: 1px
}
.more a {
	font-weight: bold;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.error {
    color: #ff3f3f;
}

table.file {
    margin-left: 6px;
	margin-top: 10px;
}

table.file td {
    padding-left: 4px;
}

table.file img {
    border: 0;
    width: 16px;
    height: 16px;
}

a:link,
a:visited {
	color: #E6E6E6;
	text-decoration: underline;
	font-family: Tahoma, Arial, sans-serif;
}
a:hover	{
	color: #00AADD;
	text-decoration: underline;
}
