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

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

}

a:hover{
	text-decoration: underline;
}



/* Global Navigation Links at the top of each page */
a.glink, a.glink:visited{
	font:"Franklin Gothic Heavy";
	font-size: small;
  	color: #9966cc;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #CCCCCC;
}

a.glink_rhs, a.glink_rhs:visited{
  	font:"Franklin Gothic Heavy";
	font-size: small;
  	color: #9966cc;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a.glink:hover{
	color: #663399; /* Dark Purple */
	text-decoration: none;
}

a.glink_rhs:hover{
	color: #663399; /* Dark Purple */
	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: #663399;
 margin: 0px;
 padding: 0px;
}

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

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

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

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 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;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

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

a.link_in_info:link, a.link_in_info:visited{
	color: #cccccc;
	text-decoration: none;
}
a.link_in_info:hover{
	text-decoration: underline;


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