/*whec2008*/
@import url(http://www.icms.com.au/std.css);

body {
/*	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	font-family:arial, "lucida console", sans-serif;
	text-align:left;
	margin:0;
	padding:0;
	color:#000000;
	background:/* #6B757E */  transparent url(body-bg.gif) 0 0 repeat-x;
}


#header {
	margin:0 auto;
	padding:0;
	height:174px !important;
	background:transparent url(header-bg.gif) 0 0 no-repeat;
}

#header #eventname, #header #dates, #header #location { display: none; }

#content_wrap	{ border-top:1px #6E85B9 solid; }
#header,#footer	{ border-bottom:1px #3E5AA1 solid; }
body		{ border-bottom:1px #6E85B9 solid; }


#content_wrap
{
	clear:both;
	padding:0;
	color:#000000;
	background-color:#FFFFFF;
}


#nav h4 { border-color: #004880; color: #808059; background-color: #E6E6BF; }
#nav li { border-bottom-color: #004880; }
#nav ul { border-color: #004880; border-style: none solid solid solid !important; }

#nav a { border-color: #004880; background-color: #FFFFFF; }
#nav a:link { color: #004880; }
#nav a:visited { color: #002040; }
#nav a:hover { color: #D4D7E8; background-color: #004880; }

#nav { padding-bottom:86px; background: #D4D7E8 url(nav-bg.jpg) left bottom no-repeat; }

#nav { width: 130px; float: left; text-align: center; font-size:12px; }

#nav a {
	padding: 0 0.25em;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	position: relative;
	top: 1em;
}

#nav h4 {
	padding: 0.33em 1em; /* 1em->0 */
	border-width: 1px;
	border-style: solid solid none solid;
	font-size: 1em;
}

#nav h4, #nav ul { margin: 0; padding: 0; text-align: center; }

#nav li { padding: 0.5em 0; border-bottom-width: 1px; border-bottom-style: solid; }

#nav ul {
	padding: 0 0 2em;
	border-width: 1px;
	border-style: solid;
	list-style: none;
}

/* body#page_dates div.item p { right:140px; } */

#content {
	margin-left:130px;
	padding:10px;
	background-color:#FFFFFF;

	/*font-defaults: (override these below)*/
	font-size:12px;
	font-weight:normal;
	color:#505050;
}

/**
.item p {
	text-align:justify;
}
**/


#content a:link
{
	color:#004880;
	text-decoration:underline;
}
#content a:visited
{
	color:#002040;
	text-decoration:underline;
}
#content a:hover
{
	color:#3E69AC;
	text-decoration:underline;
}
#content a:active
{
	color:#666666;
	text-decoration:underline;
}


#content h1
{
	font-size:18px;
	font-weight:bold;
	text-align:center;
/*	letter-spacing: 1px; */
	color:#3E69AC;
	background:#D4D7E8 url(h1-bg.gif) right top no-repeat;
	margin:0 auto;
	padding-bottom:2px;
	padding-right:25px;
}

#content h2, #content h3
{
	font-size:15px;
	font-weight:bold;
	border-top:4px #D4D7E8 solid;
	color:#004880;
	background:transparent;
}

.item
{
	margin-top:1em;
}
.item img
{
	float:right;
	clear:right;
	margin-left:1em;
}

.item ul
{
	color:#004880;
	background-color:transparent;
}

.signature { color:#3050FF; }

#footer {
	background-color:#D4D7E8; /*light blue*/
	margin:0 auto;
	padding:10px;
	color:#3E69AC;
	font-size:10px;
	text-align:center;
	background-image:url(body-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#footer a
{
	color:#004880;
}
#footer a:visited
{
	color:#004880;
	text-decoration:underline;
}
#footer a:hover
{
	color:#3E69AC;
}
#f_email_homepage
{
	display:block;
}

#content a:active
{
	color:#CCCCCC;
	text-decoration:underline;
}

#page_grid #nav, #page_gridpreview #nav { display:none; }
#page_grid #content, #page_gridpreview #content { margin-left:0; }

li.odd { background-color:#F2F4FC; }
li.even { background-color:#E4E7F8; }
