body
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #efefef;
	/*min-width: 715px;
	 Minimum width of layout - remove line if not required  715 is set to match header min left w of 180 px*/
	/*max-width: 1200px;  mkl mod */
	/* The min-width property does not work in old versions of Internet Explorer */
	/* mkl mod */
	height: 100%;
	color: #1E2E55;
	font-family: Arial, Helvitica, _Sans;
	font-size: 10pt;
}

a { color: #369; }

a:hover
{
	color: #fff;
	background: #369;
	/*background: #f00;*/
	text-decoration: none;
}


.cleanHover a:hover
{
	background: none;
	text-decoration: none;
}

h1, h2, h3
{
	margin: .8em 0 .2em 0;
	padding: 1em 0 0 0;
}
h5
{
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 12;
	font-weight: bold;
}

p
{
	margin: .4em 0 .8em 0;
	padding: 0;
}

img { margin: 10px }
table.special 
{
	width: 275px;
}
/*td.special { width:50%; }*/

table
{
	margin:15px 0;
	/*width: 95%;*/
	border-collapse: collapse;
	background-color: #EFE19C;
	border: 1px solid #0048AB;
}

table td { 
	background-color: #EFE19C;
	border: 1px solid #0048AB;
	font-size: 9pt;
	padding: 0.5em;
}

table th
{
	background-color: #EAEADF;
	/*color: #0048AB;*/
	font-size: 10pt;
	text-align: center;
	border: 1px solid #0048AB;
	padding: 0.5em;
	font-weight:bold;
}

.innerlogin2
{
	background-color: #EFE19C;
	/**/
	border: 1px solid #0048AB;
	margin: 0;
	padding: 15px  0;
	font-size: 12pt;
	text-align: center;
	color: #0048AB;
	/*line-height: 1pt;*/
}

.innerlogin2 img
{
	border: 1px solid #0048AB;
}

.innerlogin2 a:hover
{
	background: none;
	text-decoration: none;
}

.menu_list
{
	padding: 10px 20px 10px 20px;
	background-color: #EFE19C;
	border: 1px solid #0048AB;
}

.slideShow
{
	margin-left: 2px;
}

.orangeBG {
	background: #EABD12;/* bright orange */
}

.tips table
{
	margin-left:15px;
	/*width: 95%;
	border-collapse: collapse;*/
}

.tips td
{
	background:  #EAEADF; /* beige */
	padding-left: 15px;
}

.copywrite
{
	padding: 20px;
	text-align: right;
	color: #666;
	font-size: 10px;
	font-style: italic;
}

tr.heading td
{
	padding-left: 5px;
	font-size:10pt;
	background: #EABD12;/* bright orange */
}

tr.subheading td
{
	background: #EFE19C; /* lt orange */
	padding-left: 15px;
}

tr.timeAllotted td
{
	background: #6e90b0;
	font-weight: bold;
	color: #EAEADF; /* beige */
	padding-left: 15px;
}