* {
	outline:none;
}
html
	{
	margin: 0; 
	padding: 0; 
	height: 100%; 	}
	
body{
	
	margin-top:0px;
	background-image: url(/images/bk.gif);
	background-repeat:repeat-x;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	height:100%;	}
	

.picbk {
	background-image: url(images/pgbk.png);
	background-repeat: repeat-y;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color:#333333;
	background-image: url(images/pgbk.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: 100%;
} 

.homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color:#333333;
	background-image: url(images/pgbk.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: 100%;
} 



.resource{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color:#333333;
	padding:0px;
	width:245px;
	background-image: url(images/forms_librarybk.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


h1 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 20px;
	color: #6d557e;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 16px;
	color:#78834f;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	color: #CC9900;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
}

h4 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h5 {
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	color: #330033;	
		margin-bottom: 0px;
	padding-bottom: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #006481;
	
}
a:link {
	text-decoration: underline;
	color: #006481;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: underline;
}

/*------------- forms ----------------------
*/

input.inputfield {
  font-size        : 11px;
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}

.formoutput {
	font-size        : 11px;
    font-family      : Arial, Helvetica, sans-serif;
	color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
	font-weight:  bold;
	padding-left: 5px;
}


textarea {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
select {
  font-size        : 11px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #444444;
	border           : 1px #303465 solid;
	background-color : #F7F8FB;
  font-weight:  bold;
}
/*------------- copyright - footer links ----------------------*/

.updates {
	font-size        : 9px;
	font-family      : Arial, Helvetica, sans-serif;
	color            : #333333;
	line-height: 18px;
	background-image: url(images/receive_updates2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.copyright  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #333333;
  line-height: 18px;
}
a.copyright:link  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #333333;
}
a.copyright:visited  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #333333;
}
a.copyright:hover  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #333333;
}
a.copyright:active  { 
  font-size        : 9px;
  font-family      : Arial, Helvetica, sans-serif;
  color            : #333333;
}
