/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #728489;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	font-family: Georgia;
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 13px;
	line-height: 1.6em;
	text-align: left;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 li {
	line-height: 1.6em;
}

.ul1 a {
	font-size: 13px;
	font-weight: bold;
	padding-left: 17px;
	background: url(images/homepage14.gif) no-repeat left center;
}


/** SUBHEADS **/

.text1 {
	margin-bottom: 15px;
	padding-left: 18px;
	background: url(images/homepage12.gif) no-repeat left center;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-weight: bold;
	color: #664783;
}

/** DATES **/

.text2 {
	font-size: 10px;
	font-weight: normal;
	color: #7A5B97;
}

/** NEWS SUBHEADS **/

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #7A5B97;
	padding: 5px 0px 0px 0px;
	list-style-type: none;
}

/**COPYRIGHT LINE IN FOOTER **/

.text4 {
	text-align: center;
	font-size: 10px;
	color: #A3BCC3;
}

/** NEWS COPY **/

.text5 {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
	padding: 5px 0px 5px 0px;
}

/** INDENTS **/

.text6
   {
   font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
   padding-left: 50px;
   padding-right: 50px;
   }
   
/** TEXT ON PAGES WITH NO RIGHT-HAND COLUMN **/   
   
.text7
   {
   font-weight: normal;
   padding-right: 50px;
   }


/** LINKS */

a {
	color: #7A5B97;
	text-decoration: none;
	padding: .5em 0 .2em 0;
	position: relative;
	z-index: 1;
}

a:hover {
	color: #626580;
	text-decoration: underline;
	background: #EFF0BB;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
color: #000000;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage11.gif) repeat left top;
}

.bg2 {
	background: url(images/homepage21.gif) repeat-x left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 2px 15px 0px 0px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/NOTES: *text-transform: uppercase;
	*/

