html,body {
	font-size:9px;
	margin:0px;
	padding:0px;
	height:100%;
	}

body {
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	vertical-align:top;
	}

TD {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
		line-height:20px;
	}

#maintable {
	height:100%;
	width:100%;
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	vertical-align:top;
	}


/* HEADER AND MENU ITEMS --------------------------------- */
#header1 {
	width:100%;
	height:114px;
	vertical-align:middle;
	text-align:left;
	}

#menu {
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	height:31px;
	}

#menu_shadow {
	background-image:url(../images/menu_shadow.jpg);
	background-repeat:repeat-x;
	height:30px;
	}


/*
***************** CONTENT *******************/
#content {
	padding:10px 60px 10px 30px;
	line-height:20px;
	color:#666666;
	}

.content_title_purple {
	font-size:16px;
	font-weight:normal;
	color:#C66983;
	}

.content_title_black {
	font-size:16px;
	font-weight:normal;
	color:#000000;
	}
	
#content p {
	font-size:10pt;
	}


/* *********** Job Listing CSS *************/
.heightspacer {
	height:30px;
	}
	
.jobtitle {
	font-size:12px;
	font-weight:bold;
	color:#C66983;
	padding:0 0 10px 0;
	background-image:url(../images/jobs_dotted_line.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
	}

.jobdescription {
	font-size:9pt;
	color:#666666;
	line-height:20px;
	padding-top:15px;
	padding-bottom::15px;

}

TEXTAREA
{
	font-size:9pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	width:250px;
	height:100px;
}
.moreinfo {
	font-weight:bold;
	font-size:12px;
	}

.moreinfo a:link {
	color:#000;
	text-decoration:none;
	}	
	
.moreinfo a:visited {
	color:#000;
	text-decoration:none;
}

.moreinfo a:hover {
	color:#C66983;
	text-decoration:none;
}

.moreinfo a:active {
	color:#C66983;
	text-decoration:none;
}


/* ************* Job details CSS ***********************/
.greybold {
	color:#666666;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding:7px 10px 7px 0;
	width:50%;
	}
	
.grey {
	font-size:10px;
	color:#666666;
	padding:7px 0 7px 10px;
}

.refer {
	font-size:12px;
	font-weight:bold;
	color:#C66983;
	}
	
/******** MAIN PAGE \\RIGHT// CONTENT ******************/
#content_right {
	padding:10px 0 10px 0;
	width:275px;
	}
	
.content_right_spacer {
	margin:20px 0 0 0;
	}
		
.content_right_box {
	background-color:#DFDFDF;
	border:solid 1px #A0A4A0;
	color:#666666;
	font-size:12px;
	}

.content_right_box li {
	list-style-image:url(../images/right_content_bullet.gif);
	margin:20px 15px 10px 0;
	} 


/* -------------------- LINK COLOURS ------------------- */

a:link {
	color:#C66983;
	text-decoration:underline;
}

a:visited {
	color:#C66983;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a:active {
	color:#C66983;
	text-decoration:none;
}

/* -------------------- LINK COLOURS END ------------------- */

#footer {
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	vertical-align:bottom;
	padding-right:40px;
	padding-bottom:8px;
	text-align:right;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	height:30px;
}

.required
{
 color:red;
}

INPUT
{
	border:1px black solid;
}

.submitbutton
{
	background-color: #333333;
	color: white;
	width:100px;
}


.smaller
{
	font-size: 8pt;
}