/******************************************************************
HTML STYLES
******************************************************************/
body {
	background:#8E1E00 url(background.gif) repeat-x 100% 0;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: center;
}

.navbox {
	border:1px none;
	background-color:#990000;
	color: #FFFFFF;
	width: 250px;
	margin: 0px;
	padding: 0px;
	background-image:  url(navBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-style:normal;
	font-size:24px;
	text-align:left;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
	font-variant: normal;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #AA2617;
}
h2 {
	font-style:normal;
	font-size:18px;
	text-align:left;
	color: #000000;
}
h3 {
	font-size:14px;
	color: #000000;
	text-align: left;
}
a {
	color: #922013;
	text-decoration: none;
}
a:hover {
	color: #AA2617;
	text-decoration: underline;
}
input {
	font-size: 10px;
	color: #AA2617;
	background-color: #FFFFFF;
}
hr {
	color: #AA2617;
	border: thin dotted #AA2617;
	height: 1px;
}

/******************************************************************
CUSTOM  STYLES
******************************************************************/
.heading { color:#990000; font-size:180%; text-align:right; font-weight:bold; text-decoration: none;}

.heading:link,
.heading:visited { color:#990000; font-size:250%; text-align:right; font-weight:bold; text-decoration: none;}

.heading:hover,
.heading:active { color:#FFFFFF; font-size:250%; text-align:right; font-weight:bold;	list-style-image:  url(images_new/menuBullet.gif);}

.navlink { color:#990000; font-size:100%; text-decoration: none;} 
.navlink:link,
.navlink:active,
.navlink:visited {
	color:#990000;
	font-size:100%;
	list-style-image:  url(images_new/menuBullet.gif);
} 
.navlink:hover {
	color:#FFFFFF;
	font-size:100%;
	list-style-image:  url(images_new/menuBullet.gif);
}


small {color:#513812; font-size:80%;}
#banner {
	padding-left: 20px;
	font-size:1px;
	width: 800px;
	height: 100px;
	background-color: #000;
	padding-right: 20px;
	background-image:  url(Deborah&Willy.gif);
	background-repeat: no-repeat;
	background-position: top;
margin-left: auto;
margin-right: auto;
}
#banner h1, #banner h2{
	font-size:1px;
}
.content {
	padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
	width: 800px;
	background-color: #FFFFFF;
	padding-right: 20px;
	background-image:  url(contentBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
text-align: left;
margin-left: auto;
margin-right: auto;
}
#content {
	padding-left: 20px;
	width: 530px;
	background-color: #FFFFFF;
	padding-right: 20px;
	background-image:  url(contentBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
#content li {
	margin-left: 20px;
	list-style-image:  url(bullet.gif);

}
.search {
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #fff;
}

.imgLeft {
	padding-right: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.header{
	width: 800px;
	height: 300px;	
	background-color: #000;
background-image:  url(Deborah&Willy.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer {
	font-size: 11px;
	color: #fff;
	background-color: #000;
	text-align: center;
	width: 800px;
	left: 50%;
	right: 50%;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.footer a {
	color: #fff;
	text-decoration: underline;
}
.moreNews {
	font-size: 11px;
	text-align: right;
}

/***************************************
SIDEBAR NAVIGATION STYLES
*********************************************/
 #navcontainer
{
	width: 250px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-transform: capitalize;
	font-size: 14px;
	margin: 0em;
	font-weight: lighter;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

#navcontainer li
{
margin: 0;
}

#navcontainer li a
{
	display: block;
	padding: 5px 5px 5px 20px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover

}
