/*
    EMC (Common Styles)
    
    @company WDG Alfreso
    @website alfresco.com.au | wdgalfresco.com.au
    @created 9th Jan 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);

/*
	** Common Screen Elements
*/
body
{
	margin: 0;
	padding: 0;
	
	background-color: #00548f;
	background-image: url(../images/emc_bgnd.gif);
	
	color: #231f20;	
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 75%;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px; 
}

acronym
{
	border-bottom: 1px dashed #aaa;
	cursor: help;
}

sup
{
	font-size: 70%;
	line-height: 1%;
}

blockquote
{
	margin: 0;
	padding: 0 0 11px;
	
	color: #002b76;
	font-size: 95%;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}


h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #00548f;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 150%;
	text-transform: uppercase;
}
h1
{
	padding: 1px 0 0;
	margin-bottom: 15px;
	border-top: 4px solid #002b76;
	border-bottom: 4px solid #002b76;
	
	font-size: 23px !important;
}
h2,
h3
{
	padding-top: 10px;
	
	font-size: 135%;
}
.content h2
{
	padding: 5px 0 2px 0;
	margin-bottom: 12px;
	
	border-top: 1px solid #6180B6;
	border-bottom: 1px solid #6180B6;
	
	font-size: 90%;
}
h3
{
	font-size: 120%;
}
.sidecol h3
{
	font-size: 13px !important;
}

/*
	** Default Link Styles
*/
a:link
{
	color: #002b76;
}
a:visited
{
	color: #002b76;
}
a:hover
{
	color: #052a55;
	text-decoration: none;
}

/*
	** Default List Styling 
*/
ul
{
	margin: 0 0px 20px 0px;
	padding: 0;
}
ul li
{
	margin-left: 18px;
	margin-bottom:5px;
}