/*
 * Style information for the Australian Study of Parliament Group Victorian Chapter
 *
 * 22/10/2003 by Stephen Rosman (x18490)
 *
 * 01/06/2005 applied to the ASPG Canberra Chapter web pages by Roger Malot (02) 6205 3019
 */


/*
 * Page Layout
 */
body {
	margin: 0px;
	padding: 0px;
}
#body {
	text-align: center;
	padding: 25px;
}
#heading {
	height: 100px;
	width: 600px;
	background-color: #09c;
	position: relative;
	border: 1px solid black;
	margin: 0px auto;
	margin-bottom: 10px;
}

#heading-group {
	font-family: Arial;
	color: white;
	font-size: 25px;
	position: absolute;
	right: 10px;
	top: 0px;
}

#heading-chapter {
	font-family: Arial, Sans-Serif;
	color: black;
	font-size: 21px;
	position: absolute;
	right: 0px;
	top: 49px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}

#parl {
	position: absolute;
	top: 1px;
	left: 1px;
}

#nav {
	height: 30px;
	width: 600px;
	margin: 5px auto;
	border-bottom: 1px solid #ccc;
}

#nav div {
	height: 30px;
	float: left;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 80%;
	padding: 10px;
	border-left: 1px solid #ccc;
	text-align: center;
	border-top: 5px solid white;
}

#nav div.current {
	background-color: #eee;
	border-top: 5px solid orange;
	border-right: 0px;
}

#nav div a {
	text-decoration: none;
}

#nav div a:hover {
	text-decoration: underline;
	color: blue;
}

#content {
	width: 600px;
	padding: 20px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
	margin: 0px auto;
}

#footer {
	border-top: 1px solid #999;
	width: 600px;
	margin: 20px auto;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
}

/*
 * Page Elements
 */
h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size: 15px;
}
dt {
	font-weight: bold;
}
