/* CSS Document */

/* Links */

A:link	{color: #0066CC; font-weight: bold; text-decoration: none;}
A:visited	{color: #006699; font-weight: bold; text-decoration: none;}
A:active	{color: #006699; font-weight: bold; text-decoration: none;}
A:hover 	{color: #0000FF; font-weight: bold; text-decoration: underline; background-color: #CCCCCC;}

/* Body */

body {
	margin: 5px;
	background-color: #CCCCCC;
	background-image: url(images/moneybackground.jpg);
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

hr	{
	width: 75%;
	height: 3px;
	color: #009900;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

/* Div Layer */

.special 	{
	display: inline-block;
	border: 10px outset #090;
}

#Layer1 {
	position: absolute;
	top: 130px;
	width: 760px;
	height: 30px;
	z-index: 1;
	visibility: visible;
	text-align: center;
}
#Layer2 {
	position: relative;
	width:760px;
	height:30px;
	z-index:2;
	text-align: center;
	visibility: visible;
}
#Layer3 {
	position: relative;
	left: 0px;
	top: 0px;
	width:130px;
	z-index:2;
}
#Sidebar1	{
	position: absolute;
	width: 130px;
	top: 450px;
	left: auto;
	visibility: visible;
}


/* Tables */

table.border	{
	border: 3px outset #CCCCCC;
}

table.main	{
	background-image: url(images/wsc_background.gif);
}

td.column_left	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
}

td.column_right	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 5px;
}

td.header	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

td.content	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}

table.border1	{
	border: 3px double #000000;
	background-color: #CDF5CD;
}

/* Sidebar */

td.sidebar	{
	vertical-align: text-top;
}

.button	{
	text-align: center;
	font-family: Tahoma, serif;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 1.2px;
	width: 130px;
	padding: 1px;
}

p.side_header	{
	font-family: Tahoma, Verdana, sans-serif, "Microsoft Sans Serif", "Myriad Pro";
	width: 130px;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #91C4A7;
	border-top: solid 2px #666666;
	border-bottom: solid 2px #666666;
	color: #333333;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
}

p.side_bodytext	{
	font-family: Tahoma, Verdana, sans-serif, "Microsoft Sans Serif", "Myriad Pro";
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 3px;
	margin-bottom: 6px;
	text-align: left;
}

/* Main Content */

h2	{
	margin: 0px;
}

h3	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 40px;
	border-bottom: 3px double #000000;
	width: 350px;
	letter-spacing: 1.5px;
}

h4	{
	font-family: inherit;
	color: #009900;
	padding: 2px;
	margin-bottom: 0px;
	width: 80%;
	border-bottom: 3px ridge #CCCCCC;
}

h5	{
	font-size: 14px;
}

p.bodytext	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 50px;
	margin-right: 50px;
	line-height: 120%;
}

p.tabletext	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 25px;
}

p.footer	{
	font-family: Tahoma, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 5px;
}

p.disclaimer {
	font-family: Tahoma, serif;
	font-size: 10px;
	padding-top: 5px;
	padding-left: 125px;
	padding-right: 125px;
	margin: 0px;
}

/* Bullet Lists */

ul	{
	margin-left: 75px;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
}

ul.tax	{
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 150%;
}

ul li ul li	{
	margin-left: -50px;
	font-weight: normal;
	padding-bottom: 5px;
}

/* Form Elements */

.form_box	{
	border: none;
	background-color: #99CC99;
}

.form_item	{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
}
p.form_side_a	{
	text-align: right;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

p.required	{
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #CC0000;
}
		
