/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #fff;
	color: #000000;
}

#outer{
	height:100%;
	min-height:100%;
	width:758px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(../images/centredbg.jpg) repeat-y center center;
	position:relative;
}

html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:606px;
}

#header{
	position:absolute;
	top:0;
	left:-1px;
	width:758px;
	height:160px;
	background:#e9e9e9;
	/*	border:1px solid #000;*/
	overflow:hidden;
} 

#left {
	position:relative;/*ie needs this to show float */
	width:140px;
	float:left;
	padding-top:160px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#right-mac {
	position:relative;/*ie needs this to show float */
	width:170px;
	float:right;
	padding-top:160px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#left p {padding-left:0px;padding-right:0px}
#right p {
	padding-left:0px;
	padding-right:0px;
	margin-bottom:7px;
}

#deadlinespopup {
	position:relative;/*ie needs this to show float */
	width:125px;
	float:left;
	padding-top:0px;/*needed to make room for header*/
	padding-left:20px;
	padding-bottom:5px;/* needed to make room for footer */
	font: normal 9px verdana;
}

#right {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:right;
	padding-top:160px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	font: normal 9px verdana;
}

#footer {
	font-weight: bold;
	font-size: 8px;
	text-transform: none;
	color: #ffffff;
	width:758px;
	clear:both;
	height:80px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	/*background-color: #173c71;*/
	background-color: #0066cc;
	text-align:center;
	left:0px;
	bottom:0;
	position: absolute;
	font: normal 9px verdana;
}
* html #footer {/*only ie gets this style*/
	\height:82px;/* for ie5 */
	he\ight:80px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:460px;
	float:right;
	padding-top:160px;
	padding-bottom:32px;/* needed to make room for footer */
	font: normal 9.5px verdana;
}

h1 {
		font: normal 19.5px verdana;
}

h2 {
		font: normal 15px verdana;
}

h3 {
		font: normal 13.5px verdana;
}

#clearfooter {width:100%;height:60px;clear:both} /* to clear footer */

div.leftheader {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: #ffffff;
	font-family: Verdana, Arial;
	/*background-color: #173c71;*/
	background-color: #0066cc;
	text-align: center;
	font-variant: normal;
	text-decoration: none;
	width:140px;
	height:18px;
	padding-top:5px;
	padding-left:5px;
}

div.rightheader {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: #ffffff;
	font-family: Verdana, Arial;
	/*background-color: #173c71;*/
	background-color: #0066cc;
	text-align: center;
	font-variant: normal;
	text-decoration: none;
	width:140px;
	height:18px;
	padding-top:5px;
	padding-right:0px;
}

div.titleheader {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: #ffffff;
	font-family: Verdana, Arial;
	/*background-color: #173c71;*/
	background-color: #0066cc;
	text-align: left;
	font-variant: normal;
	text-decoration: none;
	width:455px;
	height:18px;
	padding-top:5px;
	padding-left:5px;
}

div.titleheaderred {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: #ffffff;
	font-family: Verdana, Arial;
	background-color: #ff0033;
	text-align:center;
	font-variant: normal;
	text-decoration: none;
	width:148px;
	height:12px;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:4px;
	margin-bottom:10px;
}

div.titleheaderblue {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	color: #ffffff;
	font-family: Verdana, Arial;
	background-color: #0066cc;
	text-align:center;
	font-variant: normal;
	text-decoration: none;
	width:148px;
	height:12px;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:4px;
	margin-bottom:10px;
}

div.bottomtext {
	/*position: absolute;*/
	bottom: 5px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	/*left: 0px;*/
	}
	
.printmargin {margin: 5px 5px 0px 5px;}
.printmarginbottomtext {font: normal 9px verdana;text-align:center;}

#lefttext {margin:0;padding:0;width:90px;text-align:left; display:block; float:left;}
#righttext {margin:0;padding:0;width:50px;text-align:center; display:block; float:right; font-weight:bold;}

#right a:link {text-decoration: none}
#right a:visited {text-decoration: none}
#right a:active {text-decoration: none}
#right a:hover {text-decoration: underline; color: red;}

#left a:link {text-decoration: none}
#left a:visited {text-decoration: none}
#left a:active {text-decoration: none}
#left a:hover {text-decoration: none;}

#centrecontent p {padding-left:3px; padding-right:1px; margin-right:1px;}
#centrecontent li {margin-right:2px;}

#centrecontent a:link {text-decoration: none}
#centrecontent a:visited {text-decoration: none}
#centrecontent a:active {text-decoration: none}
#centrecontent a:hover {text-decoration: underline; color: red;}

/*img.left {margin:4px;padding:0px;display:block; float:left;}
img.center {display: block;margin-left: auto;margin-right: auto;}
img.right {margin:4px;padding:0px;display:block; float:right;}*/

.imageright {display:block;float:right;margin:4px;padding:0px;font-style:italic;font-family:arial;font-size:95%;text-align:right;}
.imagecenter {display:block;margin-left:auto;margin-right:auto;font-style:italic;font-family:arial;font-size:95%;text-align:center;}
.imageleft {display:block;float:left;margin:4px;padding:0px;font-style:italic;font-family:arial;font-size:95%;text-align:left;}

.bodyboldbig {font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000000;}

