#searchcontrol {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	position: relative;
	left: 35%;
	width: 300px;
}

.biglinks {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
}
#biglinksHover a:hover{
	color: #FFF7C6;
	background-color: #009900;
}
.smalllinks {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #009900;
	text-decoration: none;
}

.westernLinks {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #663300;
	text-decoration: none;
}
#westernHover a:hover{
	color: #FFF7C6;
	background-color: #663300;
}
.englishLinks {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
#englishHover a:hover{
	color: #FFF7C6;
	background-color: #0066CC;
}
.aussieLinks {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
#aussieHover a:hover{
	color: #FFF7C6;
	background-color: #CC0000;
}
.miscLinks {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #663399;
	text-decoration: none;
}
#miscHover a:hover{
	color: #FFF7C6;
	background-color: #663399;
}

.info {
font-size: 16px;
font-family:Arial, Helvetica, sans-serif;
font-weight: normal;
color: #000000;
}
