/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	padding: 0px;
	width: 750px;
	text-align: center;
	margin: 0 auto;
	font-size: small
}


/* Whole Page */
.WholePage{
	background-image:url(images/backdrop750x600progressiveCompressedTransparentWhiteSpaceV3.jpg);
	background-image:width:100%; 
	background-image:height:100%;
	background-repeat:no-repeat;
}

/* Logo */
.Logo{ 
}

/* Navigation Div */
.Navigation{

}


/* Body Div */
.Body{
}


/* Tables makes black border even if http link on IE */
.borderTable {	
border: 1px solid #000000;
text-align: center;
}

p {
margin: 0px;
}



/* hyperlink and anchor tag styles */
a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



/* Global Navigation Links at the top of each page */
a.glink, a.glink:visited{
	font:Arial,sans-serif;
	font-size: medium;
  	color: #17174f;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #888888;
}

a.glink_rhs, a.glink_rhs:visited{
  	font:Arial,sans-serif;
	font-size: medium;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a.glink:hover{
	color: #2E17F2;;
	text-decoration: none;
}

a.glink_rhs:hover{
	color: #2E17F2; /* blue */
	text-decoration: none;
}





/************** forces same font size in all input fields of form the same **************/
INPUT,TEXTAREA { font-size: 12px; }

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	width: 800px;
	max-width: 800px;
}

#siteInfo a, #siteInfo a:visited
{
	color: #cccccc;
	font-weight:normal;
	text-decoration: none;
}

#siteInfo a:hover{
    color:#003300;
	font-weight:normal;
	text-decoration: underline;
}


#GreyLine{
	border-top: 1px solid #cccccc;
}


/********************* end **********************/

