/*
Chase Digital.net blank.css style
Copyright: Chris Scardino 2008
Finalized: 2/23/2008
*/


/*Default body area*/

body{
margin: 15px 0px 0px 15px;
font-size: 14px;
font-family: "Trebuchet MS";
width: 800px;
}


/*Wrapper is the established root of the document. It's always the second container under body*/

#wrapper {
    margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	margin-bottom: 20px
    	}
    	
    
/*Navigation section*/

#navigation ul
{
list-style-type: none;
color: black;
padding: 0px;
margin: 0px;
}

#navigation li
{
padding-right: 15px;
display: inline;
}


#navigation a{
font-weight: bold;
text-decoration: none;
font-style: italic;
color: black;
}

#navigation a:visited{
color: black;
}

#navigation a:hover{
color: #CC9933;
font-style: italic;
}

/*NotifyBox section*/

#notifybox{

font-weight: bold;
text-decoration: none;
font-style: italic;
width: 800px;
border: 2px solid black;
padding: 5px;
margin-top: 15px;
}

#notifybox h2{
margin-top: 0px;
}


/*Breadcrumb section*/

#breadcrumb
{
margin-top: 20px;
}

#breadcrumb ul
{
list-style-type: none;
color: black;
padding: 0px;
margin: 0px;
}

#breadcrumb li
{
padding-right: 15px;
}


#breadcrumb a{
font-weight: bold;
text-decoration: none;
font-style: italic;
color: black;
}

#breadcrumb a:visited{
color: black;
}

#breadcrumb a:hover{
color: #CC9933;
font-style: italic;
}

/* Footer Section */

#footer a{
text-decoration: none;
font-style: italic;
}