/* CSS Document */

body {
	background-color: #55004E;
	color: white;
	font-family: Verdana;
	font-size: 10px;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: none; border-bottom: 2px solid #000000;}

#master { 
	background-image:url(../i/background.gif);
	background-repeat:no-repeat 
}

#top-nav {
	padding-right: 20px;
	color: #E6C92E;
	font-family: arial,verdana;
	font-size: 13px;
	font-weight: bold;
}

#top-nav a:link {color: #E6C92E; text-decoration: none;}
#top-nav a:visited {color: #E6C92E; text-decoration: none;}
#top-nav a:hover {color: #E6C92E; text-decoration: none; border-bottom: 2px solid #E6C92E;}

#left-nav {
	padding-top: 170px;
	padding-left: 30px;
	color: black;
}

#main {
	padding-top: 180px;
	color: black;
	padding-right: 25px;
}

a.blue:link {color: #213794; font-weight: bold; text-decoration: none;}
a.blue:visited {color: #213794; font-weight: bold; text-decoration: none;}
a.blue:hover {color: #213794; font-weight: bold; text-decoration: underline;}
a.blue:active {color: #213794; font-weight: bold; text-decoration: none;}


	
a.u:link {text-decoration: underline;}
a.u:visited {text-decoration: underline;}
a.u:hover {text-decoration: underline;}
a.u:active {text-decoration: underline;}


/* old styles */




.welcome-box {
	font-size: 11px;
	color: #906E58;
	font-family: Verdana;
	background-color: #E7D7C7;
	border: 1px solid #C7AB8E;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.welcome-header{
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;
}

.promo-box {
	font-size: 11px;
	color: #906E58;
	font-family: Verdana;
	background-color: #D7BE9F;
	border: 1px solid #C7AB8E;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.promo-header{
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2px;
}

.promo-text{
	font-weight: normal;
	color: #000000;
}

.header{
	font-weight: bold;
	font-size: 15px;
	color: #906E58;
}

.footer{
	font-weight: normal;
	color: #BEAE9F;
}

#services td {padding-left:5px; padding-top:5px; padding-right:0px; padding-bottom:5px;
	border-right: 0px solid #C0B4A8;
	border-bottom: 1px dotted #C0B4A8;
	border-left: 0px solid #C0B4A8;
	border-top: 0px solid #C0B4A8;
	font-size: 11px;
}	
