@charset "UTF-8";
/* CSS Document */

/* Styles for main overall page */
#MainPage
{
	background-image:url(images/css_back.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 850px;
	height:1220px;
}

body
{
	margin: 0 auto;
	padding: 0;
	background-color:#666666;
}

p {
	color:#000000;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 10pt;
 	line-height: 1.3em;
}
/*p {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	left: 10px;
	top: 0px;
	width: 510px;
	font-size: x-small;
	color: #2E2E2E;
	text-align: justify;
}*/

/* the header colour below was changed to dark green, with no small caps Jan. 24/07 */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #006C32;
	text-align: center;
}
/* the header colour below was changed to dark blue, with no small caps Jan. 24/07 */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #2570B1;
}
/* the header colour below was changed to dark blue, with no small caps Jan. 24/07 */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #2570B1;
}

/* this header is the white bold text at the start of the form, 1st line */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
}

/* this header is the dark blue bold text at the start of the form, 2nd line */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #3073B4;
	text-align: center;
}

.style15 {	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

/*Styles for the main header at the top. */
#Header
{
	color:#000000;
	width: 770px;
	background-attachment:fixed;
	background-position: left;
	margin:0 0 0 30px;
}

/* positions drop menu to far right - position: absolute; top: 56px; right: 80px */
#dropmenu
{
	float:right;
	height:20px;
	width:195px;	
	/*margin:0px 0 0px 0 0;*/
}

/* Left side panel contents */
#leftside
{
	float:left;
	width:230px;
	padding:0 0px 0 30px;
	line-height:1 em;
}
#leftmenu
{	
	width:230px;
	height:480px;
	margin:0 0 0px 0 0;
	float:left;
}


/* Right side panel contents */

#rightside
{
	float:left;
	width:530px;
	padding:5px 10px 0 15px;
	height:auto;
}

/*input {
font-family: Verdana, Arial; 
font-size: 11px; 
color: #3073B4;
background-color: #f3f3f3;
}*/

#login .text1 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 /* width: 100px;*/
 margin-right: 6px;

}

#login .text2 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin-right: 6px;

}

/*#rightplaceholder
{
	width:540px;
	padding:10px 25px 0 25px;
	line-height:.9 em;
	}
*/

/*Styles for the page footer. */
#Footer 
{	
	margin: 20px;
	width: 300px;
	text-align: right;
	font-size: 0.5em;
	line-height: 0.8em;
}

/* modifies the link colours */
/*a: {color:#2570B1;font-family: Verdana,Tahoma,Arial,sans-serif;font-size: 10pt;}*/

a:link {
color:#2570B1;
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 10pt; 
text-decoration: none }

a:visited {
color:#2570B1;
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 10pt; 
text-decoration: none }

a:hover {
color:#006C32;
font-family: Verdana,Tahoma,Arial,sans-serif;
font-size: 10pt; 
text-decoration: underline }

/* modifies the bullet lists graphic arrow */
ul{list-style-image:url(images/arrow_blue.gif);
color:#00000;font-family: Verdana,Tahoma,Arial,sans-serif;font-size: 10pt;
}

#menu{position: absolute;
top: 81px;
left: 83px;
height: 28px;}

#menu a:link, #menu a:visited, #topmenu a:link, #topmenu a:visited {background: none!important;}
#menu a:hover, #menu a:active, #topmenu a:hover, #topmenu a:active {background: none!important;}

/*.menu_text, .menu_texthi {
	line-height: 20px;
	border-bottom: 1px solid #ffffff;
	font-family:  Times New Roman, serif; 
	font-size: 10px;
	text-decoration: none;
	font-style: normal;
	color: #372f0a;
	text-align: left;
	padding: 0px 0px 0px 4px;
} */

/* colour for background sections*/	
.menu_text {
	background-color: #dddddd;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 9pt; 
	text-decoration: underline }
	
/* colour for background sections when mouse over*/	
.menu_texthi {
	background-color: #cccccc;
}


/* modifies the colours in the drop down menu */
input.green {font-weight: bold; color: #006C32;}
input.gray {background-color: #ECECEC;}
input.blue {background-color: #2570B1;}

option.green {font-weight: bold; color: #006C32;}
option.gray {background-color: #ECECEC;}
option.blue {background-color: #2570B1;}

input.go {background-color: #ffffff;
float:center;

}
