/* Default CSS Stylesheet for a new Web Application project */

body
{ 
	margin:0; 
	padding:0; 
	height:100%; /* this is the key! */
	width: 100%;
	background-image:URL(images/main_back.gif);
	background-color:#000000; 
	text-align: center;
} 

.bdyContainer
{
	background-color:#ffffff;
	border: 1px solid #434343;
	width: 780px;
	height:610px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.BdyCopy
{
	text-align: left;         
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	font-weight: normal;
	font-style:normal;
}

.BdyCopyRed
{
	text-align: left; 
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-style:normal;
	color:red;
}

.Copy
{
	text-align: left;         
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	font-weight: normal;
	font-style:normal;
	color:#434343;
}

.Copy a
{
	text-align: left;         
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	font-weight: normal;
	font-style:normal;
	text-decoration:underline;
	color:#434343;
}

.Copy a:hover
{
	text-align: left;         
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	font-weight: Bold;
	font-style:normal;
	text-decoration:underline;
	color:#003580;
}

.Copy a:visited
{
	text-align: left;         
	display: block;
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	font-weight: normal;
	font-style:normal;
	text-decoration:underline;
	color:#434343;
}

.footer
{
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
	width: 100%;
	height:28px;
	position: relative;
	z-index: 0;
	text-align: center;
	float:left;
	padding: 0px 0px 0px 0px;
}

.footer a
{
	text-align: left;   
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
	color:#434343;
}

.footer a:hover
{
	text-align: left;   
	font-family: Arial, Helvetica, Verdana;
	font-size: 8pt;
	font-weight: normal;
	font-style:normal;
	text-decoration:underline;
	color:#434343;
}


.TopNavContainer
{
	background-image:URL(images/TopNav_Back.jpg);
	background-repeat:repeat;
	border-bottom: 1px solid #434343;
	width: 780px;
	height:28px;
	position: relative;
	z-index: 0;
	text-align: center;
	float:left;
	padding: 0px 0px 0px 0px;
}

.TopNavTopContainer
{
	width: 700px;
	height: 22px;
	position: static;
	z-index: 90;
	text-align: center;
	float:left;
	margin: 5px 0px 0px 40px;
	padding: 0px 0px 0px 90px;
}


.image
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
