/*
    Bell Scaffolding (Common Styles)
    
    @company WDG
    @website wdg.com.au
    @created Thursday, 12th April 2007
*/
/* 
	** Import Site Specifics 
*/
@import url(utility.css);
@import url(structure.css);
@import url(element.css);
@import url(menu.css);
@import url(form.css);
@import url(template.css);
@import url(menu-hover-horizontal.css);

/*
	** Common Screen Elements
*/
body
{
	margin: 0;
	padding: 0;
	
	background-color: #343434;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	
	color: #fff;	
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 75%;
}

p
{
	margin-top: 0px;
	margin-bottom: 15px; 
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #08558b;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 170%;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
}
h2,
h3
{
	padding-top: 10px;
	
	color: #fff;
	font-size: 165%;
}
h3
{
	font-size: 110%;
	color: #ffffb3;
	font-weight: bold;
	letter-spacing: normal;
}

/*
	** Default Link Styles
*/
a:link
{
	color: #b9dbf6;
}
a:visited
{
	color: #b9dbf6;
}
a:hover
{
	color: #b9dbf6;
	text-decoration: none;
}

/*
	** Default List Styling 
*/
ul
{
	margin: 15px 0px 20px 0px;
	padding: 0;
	list-style-type: none;
}
ul li
{
	padding-left: 26px;
	
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px .3em;
}

/*
	Default Definition List Stylings
*/
dl dt
{
	font-weight: bold;
}
dl dd
{
	margin-bottom: 10px;
}