/******************* DIV ID TAGS */
body {
	background-color: #C3B89A;
	background-position: center top;
	margin: 0;
	padding: 0;
	border: 0px;
	background-image: url(../images/back_body.jpg);
	background-repeat: repeat;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0px;
	background-repeat: repeat-y;
	width: 768px;
	height: auto;
	background-color: #E8E8D5;
	background-image: url(../images/back_main.gif);
	margin-top: 0px;
}
#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0px;
	z-index:1;
	width: 768px;
	height: auto;
}
#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 709px;
	height: auto;
}
#nav {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 26px;
	z-index:1;
	background-color: #E8E8D5;
}
#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 97px;
	z-index:1;
	background-image: url(../images/back_foot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	margin-top: 0px;
}
#flash {
	position: relative;
	border: 0px;
	width: 436px;
	height: 277px;
	background-image: url(../images/flashback.gif);
	background-repeat: no-repeat;
	background-color: #E9E8D5;
	left: 3px;
	top: 3px;
}

/************************ Background and Border Settings */
td.introHead {
	background-image: url(../images/content_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 28px;
	width: 269px;
}
td.introBody {
	background-image: url(../images/content_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	width: 269px;
}
td.introFoot {
	background-image: url(../images/content_foot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 269px;
}
.introText {
	height: auto;
	width: 222px;
	margin-top: 0px;
	padding-left: 24px;
}

.borderPhoto {
	background-color: #FFFFFF;
	border: 1px solid #4C4C4C;
	margin: 12px;
}

/************************ Text Settings */
.bodyTextLight {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #497189;
	font-weight: 400;
	text-align: left;
}
	A.bodyTextLight:link {
		color: #6C6C59;
		text-decoration: none;
}
	A.bodyTextLight:visited {
		color: #CD4043;
		text-decoration: none;
}
	A.bodyTextLight:hover {
		color: #B0131A;
		text-decoration: underline;
}
	A.bodyTextLight:active {
		color: #FFB347;
		text-decoration: underline;
}		
.bodyTextBold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:16px;
	color: #A53637;
	font-weight: 800;
	text-align: left;
}
	A.bodyTextBold:link {
		color: #6C6C59;
		text-decoration: none;
}
	A.bodyTextBold:visited {
		color: #CD4043;
		text-decoration: none;
}
	A.bodyTextBold:hover {
		color: #CF0007;
		text-decoration: underline;
}
	A.bodyTextBold:active {
		color: #ECA541;
		text-decoration: underline;
}		

.textBold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	color: #A53637;
	font-weight: 900;
	text-align: left;
}
	A.textBold:link {
		color: #6C6C59;
		text-decoration: none;
}
	A.textBold:visited {
		color: #CD4043;
		text-decoration: none;
}
	A.textBold:hover {
		color: #CF0007;
		text-decoration: underline;
}
	A.textBold:active {
		color: #ECA541;
		text-decoration: underline;
}		
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}
/************************ Padding Settings */
.padFlash {
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
}
.padding2 {
	padding: 2px;
}	
.padding4 {
	padding: 4px;
}
.paddingFooter {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.paddingPhoto {
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 2px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
