.navigation
{
	background: url("images/nav.jpg") repeat left top;
	color:#FFFFFF;
	font-size:14px;
		font-weight:bold;
        padding:5px;
}
.navigation a
{
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}
.navigation a:hover
{
	color: #FFFFFF;
	font-size:14px;
	text-decoration:underline;
}
a
{
	color:#0C7244;
	text-decoration:none;
}
a:hover
{
	color: #0C7244;
	text-decoration: underline;
}
ul {
	padding-left: 15px;
}

.welcome
{
	/*background:url(../images/aus_night.jpg) bottom right no-repeat;*/
}
.ewelcome
{
	/*background:url(../images/temp_flash_holder2.gif) top right no-repeat;*/
}
.tborder
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.tcat
{
	background-color: #0C7244;
	color: #FFFFFF;
	font-weight:bold;
}
.footer
{
	color:#FFFFFF;
	font-size:12px;
        padding:5px;
}
.footer a
{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}
.footer a:hover
{
	color: #FFFFFF;
	font-size:12px;
	text-decoration:underline;
}
body {
	background:#EEEEEE;
	padding:0;
	margin:0;
}
td
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
}
input {
	font-family:Arial;
	font-size: 11px;
}
select {
	font-family:Arial;
	font-size: 11px;
}
textbox {
	font-family:Arial;
	font-size: 11px;
}



.content_left_column {
	float: left;
	width: 100%;
}

	.content_left_column .mpu_container {
		border-top: solid 1px #000;
		border-bottom: solid 1px #000;
		width: 100%;
		text-align: center;
		padding: 5px 0 5px 0;
	}


	.content_left_column h2 {
		color: #DC0214;
	}

	.content_left_column h3 {
		margin: 5px 0 0 0;	
	}
	
	.content_left_column p {
		margin: 5px 0 10px 0;	
	}
	
	.content_left_column .content_image {
		float: left;
		width: 100%;
		text-align: center;
		margin: 5px 0 5px 0;
	}

.content_right_column {
	float: left;
	width: 90%;
	margin: 0 0 0 20px;
}

.content_boxout {
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #E4E2E4;
}

	.content_boxout h2 {
		margin-top: 0px;	
	}
	
	.content_boxout li {
		margin: 0 0 5px 0;	
	}
	
	
/* Added by JM, 6/10/2008 */

.migration dt {
	font-weight:bold;
}


.boxout {
	float:right;
	width:400px;
	margin:15px;
	padding:10px;
	border-color:#0C7244;
	border-width:2px;
	border-style:solid;
}


/* Added by JM, 14/10/2008 */
form#supplement label,form#supplement input{
	float:left;
	display:block;
	margin-right:10px;
}

form#supplement label {
	width:100px;
	text-align:right;
	line-height:25px;
}

form#supplement fieldset {
	border:none;
}

form#supplement fieldset input {
	margin-left:100px;
}

form#supplement fieldset label {
	width:auto;
	line-height:17px;
}

form#supplement br {
	clear:both;
}


.error {
	font-weight:bold;
	color:red;
}

form#supplement .required {
	font-weight:bold;
	color:#DC0214;
}
