

body
{	
	margin:0;
	padding:0;
	padding-bottom:20px;
	
	background:#f8f8f8;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
}



a, a:hover
{	
	color:inherit;
	text-decoration:none;
}



em
{	
	font-style:italic;
	font-weight:bold;
	color:black;
}


.required
{	
	color:red;
	font-size:12px;
}





td#tdHeader
{	
	width:770px;
	height:120px;
	background: url(images/p4a_header.jpg) top left no-repeat;
	
	text-indent:-99999px;
}

td#tdMenu
{	
	height:40px;
	background:#336699;
	border-top:1px solid #f8f8f8;
	vertical-align:bottom;
}
td#tdMenu h3
{	
	margin:0px;
	padding:0px;
	text-indent:-99999px;
}



ul#menu
{	
	display:inline;
	padding:0px;
	margin:0px;
	height:30px;
	
	position:relative;
	top:-5px;
}

ul#menu li
{	
	display:inline;
	height:30px;
	
	background:#336699;
	padding:5px 10px;
	margin:5px 0px 0px 10px;
	
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	text-transform:uppercase;/*none;*/
	color:white;
}
ul#menu li:hover
{	
	background:#3399cc;
	cursor:pointer;
}

ul#menu li.current
{	
	background:#f8f8f8;
	color:black;
}
ul#menu li.current:hover
{	
	background:#f8f8f8;
	cursor:default;
}

ul#menu li a
{	
	color:white;
}
ul#menu li.current a
{	
	color:black;
}




td#tdSubhead
{	
	background:#f8f8f8;
	height:10px;
}


div#divPageError
{	
	color:red;
	font-size:14px;
	line-height:120%;
	padding:10px;
}

div#divPageError a
{	
	text-decoration:underline;
}





td#tdBody
{	
	background:white;
}
div#divBody
{	
	/*position:relative;
	height:1593px;*/
}



div#divLeftCol
{	
	float:left;
	/*position:absolute;
	top: 0px;
	left: 0px;
	height:340px;*/
	width:325px;
	padding:10px 0px 0px 20px;
	margin:0px;
	
	color:#666666;
	line-height:140%;
}

div#divLeftCol h2
{	
	line-height:140%;
}
div#divLeftCol h2:first-line
{	
	font-weight:normal;
	color:#999999;
}






div#divRightCol
{	
	float:right;
	/*position:absolute;
	top:10px;
	left:360px;
	height:400px;*/
	width:400px;
	
	padding:10px 0px 0px 10px;
	margin:0px;
}




td#tdFooter
{	
	color:#666666;
	font-size:11px;
	padding-top:10px;
}
td#tdFooter a, span
{	
	color:#8E191B;
}








































table#tblButton
{	
	background:#336699;
	margin:40px 0px 20px 0px;
}
table#tblButton:hover
{	
	background:#3399cc;
	cursor:pointer;
}

table#tblButton td.content
{	
	font-size:20px;
	line-height:120%;
	color:white;
	padding:20px 25px;
}
table#tblButton td.content a
{	
	font-size:18px;
	color:white;
	text-decoration:none;
}
table#tblButton td.content a.top
{	
	font-size:20px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}









