body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: #F5F5F5;
	text-align: center;
}

body * {
	text-align: left;
}

form {
	margin: 0px;
}

h1,h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
}

h2 img {
	margin-bottom: 5px;
}

h3 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}

/* *****************************************************************************

								Header Block

***************************************************************************** */

.header {
	width: 740px;
	height: 85px;
	padding: 0px;
	margin: 0px auto;
	text-align: right;
	background-color: #FFFFFF;
}

.header #PIAlogo {
	float: left;
}

.header #headerTelephone {
	margin-top: 30px;
}

/* *****************************************************************************

								Navigation Block

***************************************************************************** */

.navigation {

	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;		
	display: block;
	width: 740px;
	padding: 0px;
	margin: 0px auto;
	indent: 0px;
	height: 19px;
	background-color: #DDDC4C;
	list-style-type: none;
}

.navigation li {
	position: relative;
	top: 2px;
	display: inline;
	text-align:left;
	padding: 0px;
	margin: 0px;
	indent: 0px;
	background-color: #DDDC4C;	
}

.navigation li a {
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	font-size: 12px;
	padding: 2px 15px 3px 15px;
	text-decoration: none;
	background-color: #DDDC4C;	
	color: #666666;	
	
}

.navigation li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

.navigation li a.selected {
	background-color: #666666;
	color: #FFFFFF;
}

/* *****************************************************************************

								Picture Bar

***************************************************************************** */

.picturebar {
	width: 740px;
	height: 118px;
	margin: 0px auto;
	text-indent: -5000px;
	background: #CCCCCC url('/images/spacer.gif') top left no-repeat;
}

/* *****************************************************************************

							Copyright and FSA Notice

***************************************************************************** */

.copyright {
	width: 730px;
	margin: 0px auto;
	padding: 2px 5px;
	font-size: 10px;
	color: #444444;
}

.copyright a{
	color: #444444;
	text-decoration: none;
}

.copyright a:hover{
	text-decoration: underline;
}

.fsa_notice {
	width: 728px;
	margin: 0px auto;
	text-align: left;
	padding: 2px 5px;
	font-size: 9px;
	color: #999999;
	
}


/* *****************************************************************************

								Content Area

***************************************************************************** */

.content {
	width: 740px;
	padding: 0px;
	margin: 0px auto;
	indent: 0px;
	background: #FFFFFF url('/images/content-background.gif') top left repeat-y;
	min-height: 350px;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/* *****************************************************************************

								Main Content Area

***************************************************************************** */

.maincontent {
	width: 370px;
	padding: 0px 0px 70px 0px;
	margin: 5px 40px 0px 15px;
	indent: 0px;
	float: left;
	color: #333333;
}

* html .maincontent {
	margin-top: 15px;
}

.maincontent ul {
	list-style-image: url('/images/pia-bullet.gif');
}


.maincontent li {
	margin-bottom: 4px;
}

.maincontent a {
	color: #4E7B7F;
	text-decoration: none;
	border-bottom: 1px dashed #DDDC4C;
}

.maincontent a:hover {
	color: #DDDC4C;
	border-bottom: 1px solid #DDDC4C;
}

.maincontent h1 {
	color: #666666;
	font-size: 18px;
	margin-bottom: 4px;	
}

.maincontent h2 {
	color: #666666;
	font-size: 18px;
	margin-bottom: 4px;
}


.maincontent p {
	line-height: 1.4em;	
	margin-top: 4px;
}

/* *****************************************************************************

								Default form classes

***************************************************************************** */

input, textarea, select {
	font-size: 11px;
	font-family: Helvetica, sans-serif;
}

input, textarea{
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background: white;
	padding: 3px;
	color: #000000;
}

textarea {
	height: 6em;
}

input.button:hover {
	width: auto;
}

a.button {
	display: block;
	width: 130px;
	background: #99CCCC url('/images/bullet_inv.gif') 10px center no-repeat;	
	border-width: 1px;
	border-style: solid;
	border-color: #99CCCC;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	text-indent: 20px;
	cursor: pointer;
	white-space: nowrap;
}

a.button:hover {
	background: #DDDC4C url('/images/bullet_selected.gif') 10px center no-repeat;		
	border-color: #DDDC4C;
	color: #FFFFFF;
}

a.backbutton {
	display: block;
	width: 130px;
	background: #99CCCC;	
	border-width: 1px;
	border-style: solid;
	border-color: #99CCCC;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 15px;
	text-indent: 10px;
	cursor: pointer;
	white-space: nowrap;
}

a.backbutton:hover {
	background: #DDDC4C;		
	border-color: #DDDC4C;
	color: #FFFFFF;
}

/* *****************************************************************************

								Other classes

***************************************************************************** */

.width100pc {
	width: 100%;
}

.width100px {
	width: 100px;
}

.width200px {
	width: 200px;
}

.width250px {
	width: 250px;
}

.width300px {
	width: 300px;
}

.width400px {
	width: 400px;
}	

a.noborder {
	border-width: 0px 0px 0px 0px;
}


.note {
	padding: 1em;
	font-weight: bold;
	font-size: x-small;
}

.centered {
	text-align: center;
}

.centered * {
	margin: auto;
	text-align: left;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.indent10 {
	margin-left: 10px;
}

.indent50 {
	margin-left: 50px;
}

.bold {
	font-weight: bold;
}

/* *****************************************************************************

								Debuging classes

***************************************************************************** */


.var_dump {
	border-collapse: collapse;
}

.var_dump caption {
	font-size: 15px;
	line-height: 25px;
	background-color: #706656;
	color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}

.var_dump th {
	background-color: #F0F0F0;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	border-collapse: collapse;
	padding: 3px;
}

.var_dump td {
	background-color: #FFFFFF;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	border-collapse: collapse;	
	border-spacing: 0px;
	padding: 3px;
}



