/* LKS General Stylesheet 
   Includes Equal Column Height Function
*/

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: 12px;
}

body, table, tr, td	{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px; 
	font-weight: normal;
}

p, ol {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px; 
}

#container {
	position: relative;
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 112px;

}
#footer {
	height: 40px;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 10px;
}

#centerColumn {
	width: 629px;
	padding: 0;
	margin: 0;
	margin-left: 150px;
	margin-right: 1px;

}
#leftColumn {
	left: 0;
	top: 112px;
	width: 150px;
	position: absolute;
	margin: 0;
	font-size: small;
}

#rightColumn {
	right: 0;
	top: 112px;
	width: 1px;
	position: absolute;
	margin: 0;
	padding: 0;
}

#leftColumnContent {
	margin: 0;
	padding-left: 10px;
	padding-top: 15px;
}

#centerColumnContent {
	margin: 0;
	padding-left: 15px;
	padding-top: 15px;
}

ul, ol { 
	padding:0px;
	margin-top:5px;
	margin-left:20px; 
}

li {
	margin-bottom:5px; 
}

/* TEXT COLOURS */
.yellow	{ color: #FD9E2A; }
.red	{ color: #eb3333; }


/* BGCOLOUR COLOURS */
.form-light			{ background-color: transparent; }
.form-dark			{ background-color: transparent; }
.form-heading		{ background-color: transparent; color: #ff9933; font-weight: bold; padding-top: 5px; padding-bottom: 5px; text-transform: uppercase; }

h1 {
	font-family: Arial, Times New Roman, Verdana, Helvetica;
	font-weight:normal;
	font-size:22px;
	margin-top : 0px;
	margin-bottom : 15px;
	text-transform: uppercase;
}
h1 span { font-size: 16px; }


h2 {
	font-family: Arial, arial, Verdana, sans-serif;
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
	margin-top : 0px;
	margin-bottom : 5px;
	text-transform: uppercase;
}
h2 span { font-size: 12px; color: #333; text-transform: none; font-weight: bold; }
.steps { font-size: 12px; color: #333; text-transform: none; font-weight: bold; }

h3 {
	font-family: Arial, arial, Verdana, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	margin-top: 20px;
	margin-bottom : 3px;
	text-transform: uppercase;
}

h4 {
	font-family: Arial, arial, Verdana, sans-serif;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	margin-top: 15px;
	margin-bottom : 3px;
	text-transform: uppercase;
}

h5 {
	font-family: Arial, arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	margin-top: 15px;
	margin-bottom : 3px;
	text-transform: uppercase;
}


.asterisk {
	font-family: verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #ff9933; 
	font-weight: bold;
	vertical-align: -2px;
}

.footer {
	font-family: Verdana, Arial, Helvetica; 
	font-size:9px;
	text-transform: uppercase;
	}

#Flash {
	text-align: left;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #454545;
	border-bottom: 1px solid #333;
	padding: 5px 5px 5px 30px;
	font-size: 95%;
	margin: 0 auto 12px auto;
  	margin-right: 7px;
	}
#Flash.bad {
	color: #fff;
	background: url(/images/alertbad_icon.gif) #d1201a left no-repeat;
	}
#Flash.good {
	border-right: 1px solid #c99;
	border-bottom: 1px solid #c99;
	color: #333;
	background: url(/images/alertgood_icon.gif) #e2f9e3 left no-repeat;
	}

.standardTable { width:100%; border:1px solid #666; }
.standardTable td { 
	margin:0;
	padding:8px 10px;
	text-align:center;
	color: #000;
	line-height:1.6em;
	background:url(/images/table-bg.gif) repeat-x top left;
	}
.standardTable .name { text-align: left; }
.standardTable caption {
	margin:0;
	padding:8px 10px;
	font-weight:bold;
	font-size: 120%;
	text-align:left;
	border:1px solid #666;
	border-bottom:none;
	color: #000;
	background: #dedede;
	}
