/*
Design by Third Arm Limited
Copyright (c) 2006
www.thirdarm.net.nz
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center; /* CSS hack to center page in IE4, IE5, IE5.5 and IE6 in quirks mode */
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}

/* Identifiers */

#frame {
	width: 800px;
}

div#frame {
	/* center page */
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* CSS hack to restore text align after centering it above, for IE4, IE5, IE5.5 and IE6 in quirks mode */
}

#background_top {
	background-image: url(../images/background_top.gif);
	background-repeat: no-repeat;
	height: 17px;
	margin: 0;
	padding: 0;
}

#background {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	height: 532px;
	padding: 0;
	margin: 0;
}

#border {
	background-image: url(../secure/images/border.gif);
	background-repeat: repeat-y;
	padding: 0 25px 0 25px;
}

#background_login {
	background-image: url(../secure/images/background.jpg);
	background-repeat: no-repeat;
	height: 488px;
	padding: 0 25px 0 25px;
	margin: 0;
}

#banner {
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	height: 44px;
	margin: 10px 0 0 35px;
	padding: 0;
}

#content {
	padding: 0;
	margin-top: 30px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 170%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	color: #5E1F6E;
}

#content p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 20px 0 20px 0;
	line-height: 150%;
	color: #5E1F6E;
}

#content tr td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 20px 0 20px 0;
	line-height: 150%;
	color: #5E1F6E;
}

#content tr td a {
	color: #5E1F6E;
	text-decoration: none;
	font-weight: bold;
}

#content tr td a:hover {
	text-decoration: underline;
}

#menu {
	background-color: #662378;
	height: 40px;
}

#menu_contents {
	padding-top: 4px;
}

#menu_contents a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#menu_contents a:hover {
	color: #FBB841;
}

#menu_contents td {
	color: #FFFFFF;
	font-size: 10px;
}

#yellow_strip {
	background-image: url(../images/yellow_strip.gif);
	background-repeat: repeat-y;
	height: 10px;
	margin: 0;
}

/* Classes */

.error_text {
	color: #FF0000;
}

.clearboth {
	clear: both;
}
