

body {
	margin: 0;
	padding: 0;
	background:  #FFFFFF url(http://www.impress.org.au/images/img01.jpg) no-repeat top center;
	font-size: 12px;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
}

h1 {
	font-weight: normal;
	color: #666666;
	border-bottom: #666666;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid none;
	font-size: 16px;
	line-height:normal;
}

h2 {
	font-size:14px;
	font-weight: normal;
	color: #666666;
}


h3 {
	font-size:12px;
	font-weight: bold;
}


p, ul, ol {
	line-height:normal;
}

p.small {
	font-size: 10px;
}


/* removing link borders on all images */

#banners p.img {
	color: #ffffff;
	text-decoration:none;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
}

#banners a.img:link, a.img:visited {
	color: #ffffff;
	text-decoration:none;
	border-bottom: #ffffff;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
}

#banners a.img:hover, a.img:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: #ffffff;
    border-width: 0px 0px 1px 0px;
    border-style: none none none none;
}

/* Header */
#header {
	width: 780px;
	height: 155px;
	margin: 0 auto;
	background: url(http://www.impress.org.au/images/LOGO_impress-blue.gif) no-repeat left top;
}

/* Navigation */
#nav_bar_line {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	width: 100%;
	line-height: 10px;	
	background: url(http://www.impress.org.au/images/nav_background.gif);
} 

#navigation p{
	width: 780px;
	margin: 0 auto;
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navigation a.nav:link, a.nav:visited {
	color:#262C57;
	text-decoration:none;
    border-width: 0px 0px 0px 0px;	
}

#navigation a.nav:hover, a.nav:active {
	color:#FFFFFF;
	background-color: #262C57;
	border-top: 3px solid #262C57;
	border-bottom: 3px solid #262C57;
}

#navigation a.members:link {
	color:#990066;
	text-decoration: none;
}

#navigation a.members:hover, a.members:active, a.members.visited {
	color:#FFFFFF;
	background-color: #990066;
	border-top: 3px solid #990066;
	border-bottom: 3px solid #990066;
	text-decoration: none;
}

#navigation a.events:link, a.events:visited {
	color:#FFFFFF;
	text-decoration:none;
    border-width: 0px 0px 0px 0px;	
}

#navigation a.events:hover, a.events:active {
	color:#FFFFFF;
	background-color: #262C57;
	border-top: 3px solid #262C57;
	border-bottom: 3px solid #262C57;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
}

#page a:link, a:visited {
	color: #5a80b8;
	text-decoration:none;
	border-bottom: #5a80b8;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
}

#page a:hover, a:active {
	color: #262C57;
	text-decoration: none;
	border-bottom: #262C57;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
}

/* Content */

#content {
	float: left;
	width: 550px;
}

/* Feature text box */
#callout, #callout3, #callout5, #callout7 {
	background-color: #CCCCCC;
	width: 520px;
	padding: 5px 15px 5px 15px;
}

#callout2, #callout4, #callout6, #callout8 {
	background-color: #EEEEEE;
	width: 520px;
	padding: 5px 15px 5px 15px;
}

#callout-image {
	width: 550px;
	padding: 0px 0px 0px 0px;
}

p.red {
	color: #990066;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 170px;
}

#sidebar p{
	font-size: 10px;
}

#news p{
	font-size: 12px;
	color:#FFF;
}

#news h2 {
	font-size:14px;
	font-weight: bold;
	color: #FFF;
}

#news a:link, a:visited {
	color: #5a80b8;
	text-decoration:none;
	border-bottom: #5a80b8;
    border-width: 0px 0px 0px 0px;
    border-style: none none none none;
}

#news a:hover, a:active {
	color: #45628c;
	text-decoration: none;
	border-bottom: #45628c;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
}


/* Footer */

#line {
	border-top: 1px solid #999999;
	width: 100%;
	line-height: 12px;
} 

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	padding-bottom: 12px;

}


.clearfloat { /* this class should be placed on a div or break element and 
should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}