@charset "utf-8";
/* Standard Stylesheet */

*		{
		margin:0;
		padding:0;
}

body,td	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:90%;
		background-color:#315168;
		color:white;
}


#page	{
		margin:0px auto;
		position:relative;
		width:1000px;
}

img	{
		border:none;
}
h1		{
		font-size:120%;
		}
		
h2		{
		font-size:110%;
}		
		
		
.aqua	{
		color:#8adac1;
}		
ul		{
			list-style-type:square;
			margin-left:20px;
			}		


td.topBanner	{
		background-image:	url(../images/plgbannerbg.jpg);
		background-repeat:repeat-x;
		color:white;
		font-size:xx-large;
		font-weight:bold;
		vertical-align:middle;
}

td.topBannerContact	{
		background-image:url(../images/contactplg.jpg);
		background-repeat:no-repeat;
		background-position:right;
		color:white;
		vertical-align:middle;
}

td.blackBanner	{
		background-color:black;
		color:white;
		font-size:x-large;
		font-weight:bold;
		vertical-align:middle;
}

td.navBar	{
		width:139px;
		vertical-align:middle;
		text-align:center;
		padding:5px 0 3px 0;

}

td.hpLinkCell	{
		background-image:url(../images/hpbuttonbg.gif);
		background-position:center;
		background-repeat:no-repeat;
		text-align:center;
		vertical-align:middle;
		width:200px;
}

a:link,
a:visited	{
		color:white;
}

a:hover	{
		color:black;
		text-decoration:none;
}

a.hpLink:link,
a.hpLink:visited	{
		color:white;
		text-decoration:none;
}

a.hpLink:hover	{
		color:black;
}

a.navBarLink:link, 
a.navBarLink:visited	{
		color:#ed173f;
		text-decoration:none;
		font-weight:bold;
		font-size:125%;
}

a.navBarLink:hover	{
		color:black;
}

a.navBarLinkActive:link,
a.navBarLinkActive:visited,
a.navBarLinkActive:hover	{
		color:black;
		text-decoration:none;
		font-weight:bold;
		font-size:125%;		
}

#mainTable	{
		color:white;
		margin:0 auto;
		width:950px;
}


.small	{
		font-size:x-small;
}

.recruitInput
			{
			width:200px;
			font-family:arial;
			}

.recruitTextArea
			{
			width:400px;
			font-family:arial;
			}

p.testimonialText	{
			font-style:italic;
			}
			
hr.testimonialBreak	{
			width:200px;
			text-align:left;
}			

a.wvw:link,
a.wvw:visited
			{
			font-size:10px;
			color:#AAAAAA;
			text-decoration:none;
			}
			
a.wvw:hover	{
			color:black;
			background-color:transparent;
			}
