﻿body 
{
	margin: 0;
	/*background-image: url(Images/bgsnow.gif);*/
	background-image: url(Images/bgglobe.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div, td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

A:link
{
	text-decoration: none;
	color: #0033cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active	{	
	text-decoration:	none;
	color:	#333399;
	}

A:hover
{
	text-decoration: underline;
	color: navy;
}

.heading
{
	width: 98%;
	background: url(Images/wcl.gif) no-repeat left top;
}
.heading h2
{
	font-size: 1.2em;
	font-weight: bold;
	color: floralwhite;
	background-color: #5297F9;
	background-image: url(Images/wcm.gif);
	line-height: 22px;
	margin-left: 33px;
	padding-left: 5px;
	margin-right: 44px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.heading div
{
	background: url(Images/wcr.gif) no-repeat right top;
}

.topbg
{
	background-image: url(Images/topbg.gif);
}
.menubg
{
	background-image: url(Images/topbgb.gif);
	height: 25px;
}

.menu
{
	width: 190px;
	padding-left: 9px;
	padding-top: 10px;
}
.menu A:hover
{
	color: navy;
	text-decoration: none;
}
.menubottom
{
	padding-top: 9px;
	padding-bottom: 8px;
	border-top: gray 1px dashed !important;
	border-bottom: gray 1px dashed !important;
	margin-bottom: 7px;
}

.content
{
	padding-top: 10px;
	padding-right: 10px;
}

.footer
{
	background-image: url(Images/footer.gif);
	height: 19px;
	font-size: 7pt;
	color: Gray;
	padding-left: 10px;
	padding-top: 1px;
}

.headerbg
{ 
	background-color: #3573d6;
	background-image: url(Images/headerbg.gif);
	color: White;
	font-weight: bold;
 }

h1 
{
	font-size: large;
	color: Navy;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2
{
	font-weight: bold;
	font-size: 125%;
	color: #22466b;
	margin-bottom: 8px;
}
h3 {
	font-weight: bold;
	font-size: 100%;
	color: #f59d15;
}
p 
{
	margin-top: 0px;
	margin-bottom: 8px;
}
ul
{
	margin-top: 0px;
	margin-left: 25px;
	padding-left: 0px;
}
ul li
{
	list-style-type: square;
}
ul li li
{
	list-style-type: circle;
}
li
{
	margin-bottom: 2px;
}
div.box
{
	width: 85%;
	text-align: center;
	background-color: whitesmoke;
	border: solid thin black;
	padding: 10px;
	margin: 10px auto 10px auto;
}
