/*------------------- Body ---------------------------------------------*/

body {
	font: 1em, Verdana, Arial, Helvetica, sans-serif;
}
* {
	margin:0; 
	padding:0;
}

td {
	padding:7px;
}

td.back {
	padding:0px;
}

/*------------Container ----------------------*/
div#Container {
	width:100%;
}

/*------------Line ----------------------*/	
div#CenterLine {
	width:100%;
	height:1px;
	float:left;
}

div#DAdivider {
	
	background:#182b4a;
	background-repeat:repeat-x; 
	text-align:right; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	height:10px;
	float:left;
}
	
/*------------ Navigation Bar (Home | Services | Directory) --------------------------*/
div#TopNav {
	float:left;
	width:100%; 
	height:33px; 
	background-image:url(../../templates/images/topnav.gif);
	background-repeat:repeat-x;
}

div#TopNav img {
	float:left;
}
div#TopNav ul {
	float:right;
	font-size:.7em;
	color:#807C70;
	list-style-type:none;
	margin:0 5px 0 0;
}
div#TopNav li {
	float:left;
	margin: 9px 4px 0 0;
	font-weight:bold;
}
div#TopNav li.search {
	margin: 0 0 20px 0;
}
div#TopNav input.button { 
	background-color: #D1DEEA; 
	border: 2px outset; 
	margin: 5px 0 0 0;
	font-weight:bold;
	color:#7D8388;
	font-size: 1.1em;
}

div#TopNav a:link{	
	color:#FFFBE6;
	text-decoration:none;
}
div#TopNav a:visited{
	color:#FFFBE6;
	text-decoration:none;
}
div#TopNav a:hover {
	color:#9D6565;
	text-decoration:none;
}

/*---------------- Banner ------------------------*/
div#Banner {
	float:left;
	width:100%;
	height:140px;
	background-color:#6182a0;
	border-bottom: 4px solid #98B1C8;
	text-align:center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/*---------------- Sub Navigation (Residents | Government | Visitors | Business) ------------------------*/
div#SubNav {
	float:left;
	width:100%;
	height:29px;
	background-image:url(http://www.epcounty.com/templates/images/subnav.gif);
	background-repeat:repeat-x;
	border-top:4px solid #98B1C8; 
	border-bottom: 2px solid #9D6565;
}
div#SubNav ul {
	float:left;
	font-size:.7em;
	list-style-type:none;
	color:#807C70;
	margin: 0 0 0 15%;
}
div#SubNav li{
	float:left;
	margin:7px 10px 0 0;
}
div#SubNav a:link {
	font-weight:bold;
	color:#807C70;
	text-decoration:none;
}
div#SubNav a:visited {
	font-weight:bold;
	color:#807C70;
	text-decoration:none;
}
div#SubNav a:hover {
	color:#9DB6D1;
	text-decoration:none;
}


/*-------------------------------- Left Column ---------------------------------------------*/
div#LeftColumn {
	float:left;
	width:25%;
	height:100%;
	background-color:#f5f2ec;
	border-top: 4px solid #9D6565;
	border-bottom: 4px solid #6182a0;
	border-left: 1px solid #6182a0;
	border-right: 1px solid #6182a0;
	margin:0 3px 0 5px;
}
div#LeftColumn p {
	font-size:.7em;
	color:#4E4C47;	
	font-weight:bold;
	padding:10px 10px 10px 10px;
}
div#LeftColumn a:link {
	font-weight:bold;
	color:#807C70;
	text-decoration:none;
}
div#LeftColumn a:visited {
	font-weight:bold;
	color:#807C70;
	text-decoration:none;
}
div#LeftColumn a:hover {
	color:#ADABA5;
	text-decoration:underline;
}


/*----------------------------Left Column Navigation--------------------------------------*/
div#LeftNav {
	padding:7px 7px 7px 7px;	
}
div#LeftNav ul {
	background-color:#D9DFE4;
	border: 1px solid #93A9BD;
	list-style-type:none;
	font-size:.7em;
	color:#4E4C47;
	padding:7px 0 7px 0;	
}
div#LeftNav li {
	padding:0 0 0 25px;
}
div#LeftNav li.title {
	font-weight:bold;
	padding:0 7px 7px 7px;
}
div#LeftNav li.title a:link {
	font-weight:bold;
	color:#4E4C47;
	text-decoration:none;
}
div#LeftNav li.title a:visited {
	font-weight:bold;
	color:#4E4C47;
	text-decoration:none;
}
div#LeftNav li.title a:hover {
	font-weight:bold;
	color:#97958F;
	text-decoration:none;
}
div#LeftNav li.divider {
	background:url(http://www.epcounty.com/templates/images/listDiv.gif);
	background-repeat:repeat-x;
	background-position:0 7px;
}
div#LeftNav a:link{
	font-weight:normal;
	color:#4E4C47;
	text-decoration:none;
}
div#LeftNav a:visited{
	font-weight:normal;
	color:#4E4C47;
	text-decoration:none;
}
div#LeftNav a:hover {
	color:#97958F;
	text-decoration:none;
}
div#LeftNav img {
	padding:0 7px 0 0;
	float:left;
}


div#LeftNav li.pdf {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/adobe_pdf_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}

div#LeftNav li.word {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/word_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}



/*----------------------------Left Column Sub-Navigation--------------------------------------*/
div#LeftSubNav {
	padding:7px 7px 7px 7px;	
}
div#LeftSubNav ul {
	background-color:#E4EAF0;
	border: 1px solid #93A9BD;
	list-style-type:none;
	font-size:.7em;
	color:#4E4C47;
	padding:7px 0 7px 0;	
}
div#LeftSubNav li {
	padding:0 0 7px 7px;
}
div#LeftSubNav li.title {
	color:#804539;
	font-weight:bold;
	padding:0 0 0 7px;
}

div#LeftSubNav li.pic {
	text-align:center;
}



div#LeftSubNav li.point a:link{
	color:#6e7681;
	padding-left:20px;
	background-image: url(http://www.epcounty.com/images/eNews_dot.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

div#LeftSubNav li.point a:visited{
	color:#6e7681;
	padding-left:20px;
	background-image: url(http://www.epcounty.com/images/eNews_dot.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}



div#LeftSubNav li.point a:hover{
	color:#3d9ffb;
	padding-left:20px;
	background-image: url(http://www.epcounty.com/images/eNews_dotOn.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}


div#LeftSubNav a:link{
	font-weight:bold;
	color:#804539;
	text-decoration:none;
}
div#LeftSubNav a:visited{
	font-weight:bold;
	color:#804539;
	text-decoration:none;
}
div#LeftSubNav a:hover {
	color:#967872;
	text-decoration:none;
}


/*-------------------------------- Center Column -----------------------------------------------------*/
div#CenterColumn {
	float:left;
	width:47%;
	height:100%;
	background-color:#f2efeb;
	border-top: 4px solid #9D6565;
	border-bottom: 4px solid #6182a0;
	border-left: 1px solid #6182a0;
	border-right: 1px solid #6182a0;
	margin:0 3px 0 3px;
	padding: 7px 3px 7px 3px;
	text-align:center;
}

div#CenterColumn p.title {
	text-align:left;
	font-size:1em;
	font-weight:bold;
	border-bottom: 1px solid #9D6565;
	margin:0 0 20px 5px;
}

div#CenterColumn p.photocredit {
	text-align:left;
	font-size:.8em;
	font-weight:normal;
	border-bottom: 1px solid #9D6565;
	margin:0 0 20px 5px;
}
div#CenterColumn img.left {
	float:left;
	margin:0 10px 0 0;
}
div#CenterColumn img.right {
	float:right;
	margin:0 0 0 10px;
}
div#CenterColumn a:link{
	color:#804539;
	text-decoration:underline;
}
div#CenterColumn a:visited{
	color:#804539;
	text-decoration:underline;
}
div#CenterColumn a:hover {
	color:#817370;
	text-decoration:none;
}


/*--------------------------------- Center Content ----------------------------------------------*/
div#CenterContent {
	width:99%;
	margin:7px 3px 10px 3px;
	float:inherit;
}

div#CenterContent2 {
	width:99%;
	margin:7px 3px 10px 3px;
	float:inherit;
	background-color:#f5f2ec;
}

div#CenterContent ul {
	border: 1px solid #7e98b0;
	background-color:#FFFFFF;
	list-style-type:none;
	font-size:.7em;
	color:#4E4C47;
	padding:0 0 7px 0;
}

div#CenterContent2 ul {
	border: 1px solid #7e98b0;
	background-color:#FFFFFF;
	list-style-type:none;
	font-size:.7em;
	color:#4E4C47;
	padding:0 0 7px 0;
}

div#CenterContent ul.banner {
	border: 1px solid #7e98b0;
	background-color:#FFFFFF;
	list-style-type:none;
	font-size:.7em;
	color:#4E4C47;
	padding:0 0 0px 0;
}

div#CenterContent2 ul.banner {
	border: 1px solid #7e98b0;
	background-color:#FFFFFF;
	list-style-type:none;
	font-size:.7em;
	color:#4E4C47;
	padding:0 0 0px 0;
}

div#CenterContent li.title {
	font-weight:bold;
	text-align:left;
	font-size:1.1em;
	margin:7px 7px 7px 7px;
}

div#CenterContent li.title_training {
	font-weight:bolder;
	font-size:1.1em;
	background-color:#FFFF00;
	margin:0px 0px 0px 0px;;
}

div#CenterContent2 li.title {
	font-weight:bold;
	text-align:left;
	font-size:1.1em;
	margin:7px 7px 7px 7px;
}

div#CenterContent li {
	text-align:left;
	font-size:1em;
	margin: 0 7px 3px 7px;
}
div#CenterContent2 li {
	text-align:left;
	font-size:1em;
	margin: 0 7px 3px 7px;
}

div#CenterContent li.feature {
	
	text-align:center;
	margin:15px 0 7px 0;
}

div#CenterContent2 li.feature {
	
	text-align:center;
	margin:15px 0 7px 0;
}

div#CenterContent li.pic {
	text-align:center;
}

div#CenterContent2 li.pic {
	text-align:center;
}

div#CenterContent li.link {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/link_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 16px;
	background-position:left bottom;
	padding:7px 0 0 0;
	text-indent: 20px;
}

div#CenterContent2 li.link {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/link_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 16px;
	background-position:left bottom;
	padding:7px 0 0 0;
	text-indent: 20px;
}

div#CenterContent li.pdf {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/adobe_pdf_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}

div#CenterContent2 li.pdf {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/adobe_pdf_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}

div#CenterContent li.ca_banner {
	background:url(http://www.epcounty.com/ca1/images/banner_back.jpg); 
	background-repeat:repeat-x; 
	text-align:right; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100px;
}

div#CenterContent2 li.ca_banner {
	background:url(http://www.epcounty.com/ca1/images/banner_back.jpg); 
	background-repeat:repeat-x; 
	text-align:right; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100px;
}

div#CenterContent li.news_title {
	background-color:#fff890;
	background-image:url(../images/newsHeader.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:7px;
	color:#020053;
	
	border-bottom:1px #020053 solid;
}
div#CenterContent2 li.news_title {
	background-color:#fff890;
	background-image:url(../images/newsHeader.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:7px;
	color:#020053;
	
	border-bottom:1px #020053 solid;
}

div#CenterContent li.ca_title {
	background-color:#a2cff8;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:7px;
	color:#020053;
	border-top:4px #1e6eb3 solid;
	border-bottom:1px #020053 solid;
}

div#CenterContent2 li.ca_title {
	background-color:#a2cff8;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:7px;
	color:#020053;
	border-top:4px #1e6eb3 solid;
	border-bottom:1px #020053 solid;
}

div#CenterContent li.da_banner {
	background:url(http://www.epcounty.com/da/images/back.jpg); 
	background-repeat:repeat-x; 
	text-align:right; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100px;
	text-align:center;
}

div#CenterContent2 li.da_banner {
	background:url(http://www.epcounty.com/da/images/back.jpg); 
	background-repeat:repeat-x; 
	text-align:right; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100px;
	text-align:center;
}

div#CenterContent li.cj_banner {
	background:url(http://www.epcounty.com/judge/images/bannerBack.jpg); 
	background-repeat:repeat-x; 
	text-align:right; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100px;
	text-align:center;
}
div#CenterContent li.cj1_banner {
	background:url(http://www.epcounty.com/judge/images/banner5_1.jpg); 
	background-repeat:repeat-x; 
	text-align:right; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100px;
	text-align:center;
}
div#CenterContent li.cj2_banner {
	background:url(http://www.epcounty.com/judge/images/banner5_2.jpg); 
	background-repeat:repeat-x; 
	text-align:right; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100px;
	text-align:center;
}

div#CenterContent li.word {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/word_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}

div#CenterContent2 li.word {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/word_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}

div#CenterContent li.indent {
	padding-left:20px;
}

div#CenterContent2 li.indent {
	padding-left:20px;
}

div#CenterContent img{
	margin:0 7px 0 7px;
	border:none;
}
div#CenterContent2 img{
	margin:0 7px 0 7px;
	border:none;
}

div#CenterContent li.divider {
	background:url(http://www.epcounty.com/templates/images/centerDiv.gif);
	background-repeat:repeat-x;
	margin:0;
}

div#CenterContent2 li.divider {
	background:url(http://www.epcounty.com/templates/images/centerDiv.gif);
	background-repeat:repeat-x;
	margin:0;}
	
div#CenterContent a:link{
	color:#3B3125;
	text-decoration:underline;
}

div#CenterContent2 a:link{
	color:#3B3125;
	text-decoration:underline;
}

div#CenterContent a:visited{
	color:#3B3125;
	text-decoration:underline;
}

div#CenterContent2 a:visited{
	color:#3B3125;
	text-decoration:underline;
}
div#CenterContent a:hover {
	color:#817370;
	text-decoration:underline;
}
div#CenterContent2 a:hover {
	color:#817370;
	text-decoration:underline;
}


/*--------------------------------- Center Left Content----------------------------------------------*/
div#CenterContentLeft {
	margin:7px 5px 10px 2px;
	width:48%;
	float:left;

}
div#CenterContentLeft ul {
	border: 1px solid #7e98b0;
	background-color:#FFFFFF;
	list-style-type:none;
	font-size:.7em;
	color:#4E4C47;
	padding:0 0 7px 0;
}
div#CenterContentLeft li.title {
	font-weight:bold;
	text-align:left;
	font-size:1.1em;
	margin:7px 7px 7px 7px;
}

div#CenterContentLeft li.ca_title {
	background-color:#a2cff8;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:7px;
	color:#020053;
	border-top:4px #1e6eb3 solid;
	border-bottom:1px #020053 solid;
}

div#CenterContentLeft li {
	text-align:left;
	font-size:1em;
	margin: 0 7px 5px 7px;
}


div#CenterContentLeft li.pdf {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/adobe_pdf_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}

div#CenterContentLeft li.word {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/word_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}


div#CenterContentLeft li.pic {
	text-align:center;
	margin:0 0 7px 0;
}
div#CenterContentLeft img {
	border:none;
}
div#CenterContentLeft li.divider {
	background:url(http://www.epcounty.com/templates/images/centerDiv.gif);
	background-repeat:repeat-x;
	margin:0;
}
div#CenterContentLeft a:link{
	color:#3B3125;
	text-decoration:underline;
}
div#CenterContentLeft a:visited{
	color:#3B3125;
	text-decoration:underline;
}
div#CenterContentLeft a:hover {
	color:#817370;
	text-decoration:underline;
}


/*--------------------------------- Center Right Content----------------------------------------------*/
div#CenterContentRight {
	margin:7px 2px 10px 5px;
	width:48%;
	float:right;

}
div#CenterContentRight ul {
	border: 1px solid #7e98b0;
	background-color:#FFFFFF;
	list-style-type:none;
	font-size:.7em;
	color:#4E4C47;
	padding:0 0 7px 0;
}
div#CenterContentRight li.title {
	font-weight:bold;
	text-align:left;
	font-size:1.1em;
	margin:7px 7px 7px 7px;
}

div#CenterContentRight li.ca_title {
	background-color:#a2cff8;
	font-weight:bold;
	text-align:left;
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:7px;
	color:#020053;
	border-top:4px #1e6eb3 solid;
	border-bottom:1px #020053 solid;
}

div#CenterContentRight li {
	text-align:left;
	font-size:1em;
	margin: 0 7px 5px 7px;
}


div#CenterContentRight li.pdf {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/adobe_pdf_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}

div#CenterContentRight li.word {
	text-align:left;
	background-image: url(http://www.epcounty.com/images/word_icon.gif);
	background-repeat:no-repeat;
	margin:0px 0 7px 10px;
	background-position:left top;
	padding:7px 0 0 0;
	text-indent: 25px;
}

div#CenterContentRight li.pic{
	text-align:center;
	margin:0 0 7px 0;
}
div#CenterContentRight img {
	border:none;
}
div#CenterContentRight li.divider {
	background:url(http://www.epcounty.com/templates/images/centerDiv.gif);
	background-repeat:repeat-x;
	margin:0;
}
div#CenterContentRight a:link{
	color:#3B3125;
	text-decoration:underline;
}
div#CenterContentRight a:visited{
	color:#3B3125;
	text-decoration:underline;
}
div#CenterContentRight a:hover {
	color:#817370;
	text-decoration:underline;
}


/*-------------------------------- Right Column ---------------------------------------------------*/
div#RightColumn {
	float:left;
	width:20%;
	height:100%;
	background-color:#e2e7ec;
	border-top: 4px solid #9D6565;
	border-bottom: 4px solid #6182a0;
	border-left: 1px solid #6182a0;
	border-right: 1px solid #6182a0;
	margin:0 5px 0 3px;
	padding: 7px 3px 7px 3px;
}

div#RightColumn p {
	font-size:.7em;
	color:#4E4C47;	
	font-weight:bold;
	padding:10px 10px 10px 10px;
}

/*----------------------------Right Column Sub-Navigation--------------------------------------*/
div#RightSubNav {
	width:99%;
	margin:7px 3px 10px 3px;
	float:inherit;
}
div#RightSubNav ul {
	background-color:#FFFFFF;
	border: 1px solid #7e98b0;
	list-style-type:none;
	font-size:.7em;
	color:#4E4C47;
	padding:0px 0 7px 0;	
}
div#RightSubNav li {
	padding:0 0 2px 7px;
}

div#RightSubNav li.header {
	background-color:#E4EAF0;
	text-align:center;
	padding:7px 0 0 0;
	margin-bottom:7px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #9D6565;
}

div#RightSubNav li.title {
	color:#804539;
	font-weight:bold;
	padding:0 0 0 7px;
}

div#RightSubNav li.pic {
	text-align:center;
}



div#RightSubNav li.point a:link{
	color:#6e7681;
	background-image: url(http://www.epcounty.com/images/eNews_dot.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:1px 0 2px 20px;
}

div#RightSubNav li.point a:visited{
	color:#6e7681;
	background-image: url(http://www.epcounty.com/images/eNews_dot.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:3px 0 2px 20px;
}



div#RightSubNav li.point a:hover{
	color:#3d9ffb;
	background-image: url(http://www.epcounty.com/images/eNews_dotOn.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:3px 0 0 20px;
}


div#RightSubNav a:link{
	font-weight:bold;
	color:#804539;
	text-decoration:none;
}
div#RightSubNav a:visited{
	font-weight:bold;
	color:#804539;
	text-decoration:none;
}
div#RightSubNav a:hover {
	color:#967872;
	text-decoration:none;
}


/*-------------------------- Footer MENU-------------------------------------*/
div#FooterMenu {
	float:left; 
	width:99.65%;
	height:33px;
	border-top:2px solid #98B1C8; 
	margin:10px 0 0 0;
	background-color:#D6E2E9;
	padding: 0 0 4px 0;
}
div#FooterMenu ul {
	font-size:.7em;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	width:52em;
}
div#FooterMenu li{
	float:left;
	border:1px solid #9D6565;
	padding:7px 10px 7px 10px;
	margin:4px 8px 10px 8px;
	background-color:#E7ECEF;
}
div#FooterMenu a:link {
	color:#807C70;
	font-weight:bold;
	text-decoration:none;
}
div#FooterMenu a:visited {
	color:#807C70;
	font-weight:bold;
	text-decoration:none;
}
div#FooterMenu a:hover {
	color:#9D6565;
	font-weight:bold;
	text-decoration:none;
}


/*-------------------------- Footer -------------------------------------*/
div#Footer {
	float:left; 
	width:99.65%;
	height:33px;
	background-image:url(http://www.epcounty.com/templates/images/footer.gif);
	background-repeat:repeat-x;
	border-top:4px solid #98B1C8; 
	border-bottom: 4px solid #9D6565;	
	margin:0 0 0 0;
}
div#Footer ul {

	font-size:.7em;
	list-style-type:none;
	color:#807C70;
	margin-left:auto;
	margin-right:auto;
	width:55em;

}
div#Footer li{
	float:left;
	margin:12px 25px 0 25px;
}
div#Footer a:link {
	color:#807C70;
	text-decoration:none;
}
div#Footer a:visited {
	color:#807C70;
	text-decoration:none;
}
div#Footer a:hover {
	color:#9DB6D1;
	text-decoration:none;
}


/*-------------------------------- Application Column -----------------------------------------------------*/
div#AppColumn {
	float:left;
	width:70%;
	height:100%;
	background-color:#F4F2F0;
	border-top: 4px solid #9D6565;
	border-bottom: 4px solid #AAC2D7;
	border-left: 1px solid #AAC2D7;
	border-right: 1px solid #AAC2D7;
	margin:0 3px 0 3px;
	padding: 7px 3px 7px 3px;
	text-align:center;
}
div#AppColumnFull {
	float:left;
	width:98%;
	height:100%;
	background-color:#F4F2F0;
	border-top: 4px solid #9D6565;
	border-bottom: 4px solid #AAC2D7;
	border-left: 1px solid #AAC2D7;
	border-right: 1px solid #AAC2D7;
	margin:0 3px 0 3px;
	padding: 7px 3px 7px 3px;
	text-align:center;
}
div#AppColumn p {
	text-align:left;
	margin:7px 3px 0 3px;
	font-size:.7em;
	color:#3B3125;
}
div#AppColumn p.title {
	text-align:left;
	font-size:1em;
	font-weight:bold;
	border-bottom: 1px solid #9D6565;
	margin:0 0 20px 0;
}



div#AppColumn a:link{
	color:#804539;
	text-decoration:underline;
}
div#AppColumn a:visited{
	color:#804539;
	text-decoration:underline;
}
div#AppColumn a:hover {
	color:#817370;
	text-decoration:none;
}

/*-------------------------------- BreadCrumbs -----------------------------------------------------*/
div#BreadCrumbBar {
	font-size:.7em;
	margin:4px 0 7px 15px;
	color:#232020;
}
div#BreadCrumbBar a:link{
	font-weight:bold;
	color:#804539;
	text-decoration:none;
}
div#BreadCrumbBar a:visited{
	font-weight:bold;
	color:#804539;
	text-decoration:none;
}
div#BreadCrumbBar a:hover {
	background-color:#E7EFF4;
	font-weight:bold;
	color:#817370;
	text-decoration:none;
}

