/* base links, adjust color, underline, and font weight */
h1 {
	font-family: Lucida Sans Unicode, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-size:20px;
	margin-bottom:0px;
} 

h2 {
	font-family: Lucida Sans Unicode, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-size:16px;
	margin-bottom:0px;
} 

p,ul,li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-weight:normal;
	font-size:14px;
}

.notop {
	margin-top:0px;
	margin-bottom:10px;
}

.phome {
	margin-top:0px;
	margin-bottom:10px;
	text-align: justified;
	line-height: 150%;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BE3016;
	text-decoration: underline;
	font-weight:normal;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BE3016;
	text-decoration: underline;
	font-weight:normal;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888f57;
	text-decoration: underline;
	font-weight:normal;
}

/* footerlinks based on white text */
a.footerlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff;
	text-decoration: underline;
}

a.footerlink:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #ffffff;
	text-decoration: underline;
}

a.footerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #ffffff;
	text-decoration: none;
}

/*************************************************************
creates rounded corner radiuses on all browsers except < IE9
IE 9 must use the following for it to conform  
<meta http-equiv="X-UA-Compatible" content="IE=9" />  
**************************************************************/
.roundbox {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
	border-radius: 12px;
}

.roundbox5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.roundtopbox5 {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topleft: 5px;
	-khtml-border-radius-topright: 5px;
	border-radius-topleft: 5px;
	border-radius-topright: 5px;
}

/* float pics right and left */
.picrightpad50 {float:right;padding-left:50px;padding-bottom:20px;} /* adjust padding as necessary */

.picleftpad50 {float:left;padding-right:50px;padding-bottom:20px;} /* adjust padding as necessary */

.picright {float:right;padding-left:12px;padding-bottom:10px;}

.picleft {float:left;padding-right:12px;padding-bottom:10px;} 

/*********** for 2 big css buttons in header *************/

.mainred {
	/* -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe; */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8e2411), color-stop(1, #BE3016) );
	background:-moz-linear-gradient( center top, #8e2411 5%, #BE3016 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e2411', endColorstr='#BE3016');
	/* background-color:#3d94f6; */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #481209;
	display:inline-block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:6px 10px;
	text-decoration:none;
	/* text-shadow:1px 1px 0px #1570cd; */
	height:62px;
	line-height:62px;
	width:180px;
}

.mainred:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BE3016), color-stop(1, #c93318) );
	background:-moz-linear-gradient( center top, #BE3016 5%, #c93318 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BE3016', endColorstr='#c93318');
	/* background-color:#1e62d0; */
}

.mainredmed {
	/* -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe; */
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00486a) );
	background:-moz-linear-gradient( center top, #006699 5%, #00486a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00486a');
	/* background-color:#3d94f6; */
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #14396a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:6px 20px;
	text-decoration:none;
	/* text-shadow:1px 1px 0px #1570cd; */
	height:42px;
	line-height:42px;
	width:2o0px;
}
.mainredmed:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0086c6), color-stop(1, #006699) );
	background:-moz-linear-gradient( center top, #0086c6 5%, #006699 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0086c6', endColorstr='#006699');
	/* background-color:#1e62d0; */
}

.homeheader {
	margin-bottom:8px;
	font-family: Lucida Sans Unicode, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#0f6089;
	padding-left: 4px;
	height:32px;
	line-height:32px
}

.trhead	{
	background-color: #0f6089; 
	color: #ffffff; 
	line-height: 24px; 
	height: 24px; 
	font-size: 14px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	vertical-align:middle;
}
.trheadgray	{
	background-color: #333333; 
	color: #ffffff; 
	line-height: 16px; 
	height: 16px; 
	font-size: 12px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold
}
.tdata	{
	background-color: #e9e9e9;
	line-height: 20px; 
	height: 20px; 
	font-size: 12px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.tdatasmall	{
	background-color: #e9e9e9;
	line-height: 20px; 
	height: 20px; 
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.tdatasmallred	{
	background-color: #e9e9e9;
	line-height: 20px; 
	height: 20px; 
	font-size: 11px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold
}
