/******* page background and centering *******/
body{
	text-align: center;
	font-family: Arial,sans-serif;
	color: #333333;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("../images/bg_grad.jpg") fixed;
}
/******* hyperlink and anchor tag styles *******/

a:link{
	/**color: #FFCC00; **/
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}
a:visited{
	color: #FF6600;
	text-decoration: underline;
}

/************** tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.masthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-variant: small-caps;
	color: #000066;
	font-weight: bold;
	text-transform: none;
}
.largecap {font-size: 48px}
.pagename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: small-caps;
	color: #006699;
	font-weight: bold;
	float: none;
	line-height: normal;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: normal;
}
.largecap2 {font-size: 24px}
.sectionlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DDEEFF;
	font-weight: bold;
}
.content-head {
	color: #003366;
	font-weight: bold;
	text-indent: 5px;
	font-size: 16px;
}
.content-text {
	font-size: 80%;
	padding-left: 5px;
	font-size: 80%;
	color: #000000;
	font-weight: normal;
}
.content-text1 {
	font-size: 80%;
	padding-left: 5px;
	font-size: 80%;
	font-weight: bold;
}
.content-text2 {	font-size: 12%;
	padding-left: 5px;
	font-size: 80%;
}
.sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #DDEEFF;
}
