body {
	background-color: #DEDBD1;
	background-image: url(images/work/1_02.gif);
	background-repeat: repeat-x;
}
.Border {
	border: 4px double #CCCCCC;
}

.bg {
	background-attachment: scroll;
	background-image: url(images/work/body_15.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:45px;
	z-index:1;
	overflow: hidden;
}
.Footer {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.Footer a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.Footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.Footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.Footer a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* ##### BEGIN STYLES FOR LEFT SIDE NAVIGATION ##### */

#nav li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 16px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* list-style-position: inside; */
}
#nav li a:link {
	list-style-type: none;
	text-decoration: none;
	color: #666666;
}
#nav li a:active {
	list-style-type: none;
	text-decoration: none;
	color: #666666;
}
#nav li a:hover {
	list-style-type: none;
	text-decoration: none;
	color: #000000;
}
#nav li a:active {
	list-style-type: none;
	text-decoration: none;
	color: #666666;
}
#nav li a:visited {
	list-style-type: none;
	text-decoration: none;
	color: #666666;
}
/* ##### END STYLES FOR LEFT SIDE NAVIGATION ##### */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2D4C68;
	text-transform: uppercase;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #2D4C68;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2D4C68;
	text-transform: uppercase;
}

#right-column {
	background-color: #2d4c68;
	color: #ffffff;
}

#right-column h1 {
	color: #ffffff;
}

#right-column a:link, #right-column a:hover, #right-column a:active, #right-column a:visited {
	color: #ffffff;
	text-decoration: underline;
}

/* #####SPOTLIGHT STYLING##### */
#spotlight {
	background-color: #ededeb;
	background-image:url(images/spotlight-bg.gif);
	background-repeat:repeat-x;
	padding: 5px 15px 25px 15px;
	border: solid 1px #b5b5b5;
	font-size: 12px;
}

#spotlight h1 {
	color: #ffffff;
	font-size: 16px;
}

