/*
 * Copyright 2007 The Australian National University
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this 
 * file except in compliance with the License. You may obtain a copy of the License at 
 *
 *    http://www.apache.org/licenses/LICENSE-2.0 
 *
 * Unless required by applicable law or agreed to in writing, software distributed under 
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
 * KIND, either express or implied. See the License for the specific language governing 
 * permissions and limitations under the License.
 */
 
#header {
	position: relative;
	height: 93px;
	width: 100%;
	margin:0; 
	padding:0;
	background: White;
}

#headercontent {		
	position: relative;
	height: 93px;
	width: 100%;
	background:url("../images/headerFanRule.jpg");
	background-repeat:no-repeat;
	line-height:72px;
	margin:0px;
	padding:0px;
}

.column-in {
	padding:0.5em 1em;
}

a.title:link, a.title:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#994779;
	text-decoration:none;
}

a.title:hover {
	text-decoration:none;
	cursor: hand;
	cursor: pointer;
}

div#title {
	font-family:HandelGothic, Arial, Helvetica, sans-serif;
	color:#994779;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	white-space:nowrap;
}

img#assdalogo {
    position:absolute;
    top:8px;
    right:13px;
	padding-left:100px;    
}

.heading {
    font-family:times, serif;
    font-size:25px; 
}

.heading_img {
    font-family:times, serif; 
    font-size:12px; 
    position:absolute; 
    top:10px; 
    right:10px
}

.subheading {
    font-family:times, serif; 
    font-size:20px; 
}

form.searchform {
	display:inline;
	margin:0;
	padding:0 0 0 0px;
	line-height:normal;
	vertical-align:top;
}

form.searchform input {
	vertical-align:top;	
	font-size:11px;
	text-decoration:none;		
}

input#search_textinput {
	border:1px solid #888888;
	margin-top:0;
	padding-top:0;
	vertical-align:top;
	font-family:verdana,helvetica,sans-serif;
}

