<!-- layout for Mod2 -->
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  font: 1em/1.25 Arial, Helvetica, sans-serif;
  color: black; background: white;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}

.top {
	background-repeat: no-repeat;
	height: 34px;
	width: 685px;
	margin: 0 auto;
}

.middle {
	background-repeat: repeat;
	width: 685px;
	margin: 0 auto;
}

.bottom {
	background-repeat: no-repeat;
	height: 35px;
	width: 685px;
	margin: 0 auto;	
}

.whitebox {
	background-color: white;
	height: 225px;
	width: 185px;
	margin-left: 42px;
	text-align: left;
	float: left;
	padding-top: 5px;
  	padding-left: 10px;
	padding-right: 10px;
}

.tablestyle {
	color: white;
}

.leftcol{
	font-weight: bolder;
	text-align: right;
}

.rightcol{
	text-align: left;
}

p {
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 55px;
	margin-right: 40px;
	font-size: 14px;
	color:	white;
	text-align: left;
}

p.center {
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 55px;
	margin-right: 55px;
	font-size: 14px;
	text-align: center;
}
 
p.center a:color { color: white; text-decoration:none;}
p.center a:visited { color: white; text-decoration:none;} 
p.center a:hover { color:white; text-decoration:none;} 

p.left {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 14px;
	text-align: left;
	color: white;
	font: 1em/1.25 Arial, Helvetica, sans-serif;
}

.left a:color { color: white; text-decoration:none;}
.left a:visited { color: white; text-decoration:none;} 
.left a:hover { color: white; text-decoration:none;} 

.tablestyle.p.left a:color { color: white; text-decoration:none;}
.tablestyle.p.left a:visited { color: white; text-decoration:none;} 
.tablestyle.p.left a:hover { color: white; text-decoration:none;} 


a:visited { color: black; } 
a:hover { color: #003366; text-decoration:none; } 
a:link { color: #003366; text-decoration:none; } 


.tabs a{
display: inline;
text-decoration: none;
font: bold 20px Book Antiqua;
color: black;
height: 56px;
width: 119px;
float: center;
margin-top:0px;
padding-top: 5px;
text-align:center;
background-image: url(css_pics/tab.gif);
background-position: center;
background-repeat: no-repeat;
}

#navcontainer {
	width: 600px;
	align: center;
	margin: 0px auto;
}

.lgwhitebox {
	background-color: white;
	width:630px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
  	padding-left: 1px;
	padding-right: 1px;
}

.lgwhitebox a:color { color: #ffffff; text-decoration:none; }
.lgwhitebox a:visited { color: #003366; text-decoration:none; } 
.lgwhitebox a:hover { color: #003366; text-decoration:none; } 

p.header {
	background-color: #666666;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	color:	white;
	text-align: center;
	font: 2em/1.25 perpetua;
	margin-left: 2px;
	margin-right: 2px;
}

p.header1 {
	background-color: #666666;
	margin-top: 2px;
	margin-bottom: 0px;
	font-weight: bold;
	color:	white;
	text-align: left;
	font: 2em/1.25 perpetua;
	margin-left: 2px;
	margin-right: 2px;
}

p.header2 {
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 12px;
	font-weight: bold;
	color:	white;
	text-align: left;
	font: 2em/1.25 perpetua;
}
		
p.subheader {
	background-color: #cccccc;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	color:	black;
	text-align: center;
	font: 1.25em/1.25 perpetua;
	margin-left: 2px;
	margin-right: 2px;
}

p.ptylisting {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 30px;
	font-size: 16px;
	color:	#333333;
	text-align: left;
}

p.requestheader {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 20px;
	color:	#333333;
	text-align: left;
	font-weight: bolder;
}

p.requestsubheader {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 65px;
	margin-right: 30px;
	font-size: 16px;
	color:	#333333;
	text-align: left;
}

.requesttable {
	color: #333333;
}

