body {
	background-color:#f9f9f9;
	color:#444555;
}
#container {
	background-image:url(/images/containerBG1.gif);
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;	
}
#content {
	background-color:white;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #724d73;
}
#containerHeader {
	background-image:url(/images/containerHeaderBG1.gif);
	background-repeat: no-repeat;
	width:820px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
}
#containerFoot {
	background-image:url(/images/containerFootBG1.gif);
	background-repeat: no-repeat;
	height:10px;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}
BODY, TD, DIV, SELECT, form{ 
	FONT-SIZE: 95%;
	FONT-FAMILY: Arial,sans-serif;
	margin: 0px;
}
a:link {text-decoration: none; color:#444555; }
a:visited {text-decoration: none; color: #444555; }
a:hover {text-decoration: none; color: #ff9900; }
a:active {color: #444555;text-decoration: none; }
a img { border: 0; }


#appFooter { color: #8d8d8d; vertical-align:middle; height:26px; border-top:1px solid #724d73;}
#appFooter .paddingHandler { vertical-align:middle; padding:5px;}
#appFooter #copy { float:left; }
#appFooter #copy a { color:#8d8d8d}
#appFooter #copy a:hover { color:#f78f20; } 


/* *********MENU**********          */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#slantedmenu{
font-weight: bold;
font-size: 12px;
}

#slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#slantedmenu ul{
text-indent: 10px;
padding:3px 0;
margin: 0;
background-color: #e0e0e0;
/* border: 1px solid #bebebe; */
text-align: left; /*set value to "center" for example to center items*/
}

#slantedmenu ul li{
display: inline;
}

#slantedmenu ul li a{
color: #494949;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(/images/gifs/slantdivider.gif) top right no-repeat;
}

#slantedmenu ul li a:visited{
color: #494949;
} 

#slantedmenu ul li a:hover{
text-decoration: underline;
}

#navlist li{
font-weight: bold;
display: inline;
list-style-type: none;
padding-right: 10px;
}

#navlist li a:visited{
color: #494949;
} 

#navlist li a:hover{
text-decoration: underline;
}
.NoBorder{
    border:none;
    background-color:white;
}
.BottomBorder{
    border-bottom:solid 1px #724d73;
}