body {
	font-size:66.5%;
	background-color: #EBE6EC;
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
}
* {

          padding: 0;

          margin: 0;

          border: 0;

}

#wrap {
	width: 792px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/wrap_bg.jpg);
	background-repeat: repeat-y;
}
#content {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 163px;
	width: 792px;
	background-image: url(images/logo.jpg);
	text-align: right;
}
#header a:link,  #header a:visited {
	color: #58335F;
	text-decoration: none;
}
#header a:hover, #header a:active {
	color: #58335F;
	text-decoration: underline;
}


 #toptext {
	float: right;
	margin-top: 20px;
	font-size: 1.2em;
	color: #58335F;
	font-weight: bold;
	width: 450px;
 }
 
#topcontact {
	text-align: right;
	float: right;
	clear: right;
	font-size: 1.2em;
	font-weight: bold;
	color: #58335F;
	margin-top: 20px;
	width: 400px;
 }
#topcontact li {
	display: inline;
	padding-right: 0px;
	padding-left: 10px;
 }
 
#leftcontent{
	float: left;
	width: 260px;
	padding: 0px;
}
#textcontent {
	float: right;
	width: 531px;
}

#topnav {
	font-size: 1.2em;
	background-color: #58335F;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 792px;
	clear: both;
}

#topnav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#topnav li{
	display:inline;
	list-style: url(none) none;
	
}

a.starter:link,  a.starter:visited{
	color : #FFFFFF;
	font-weight : normal;
	font-size : 1em;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 25px;
	background-color: #58335F;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(images/top_nav_bg1.jpg);
	background-position: left;
}

a.starter:hover, a.starter:active, a.starter:focus {
	background-color : #58335F;
	color : #FFFFFF;
	background-image: url(images/top_nav_bg2.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#pageheading {
	background-color: #C8BCCB;
	padding: 0px 5px;
}

#pageheading h1{
	background-color: #C8BCCB;
	font-size: 1.2em;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 27px;
	clear: both;
	color: #FFFFFF;
	background-image: url(images/title_bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#text{
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#text h2{
	font-size: 1em;
	color: #58335F;
}
#text h3{
	font-size: 1em;
	color: #819C9F;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#text p{
	font-size: 1.0em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: justify;
}

#text ul{
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;	
}
#text li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 3px;
	padding-bottom: 3px;
}
#text a:link,  #text a:visited {
	color: #58335F;
	text-decoration: none;
}
#text a:hover, #text a:active {
	color: #58335F;
	text-decoration: underline;
}
#maincontent {
	clear: both;
	background-image: url(images/watermark.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#leftnav {
	width: 260px;
	clear: both;
}
#leftimage {
	width: 260px;
	margin: 0px;
	padding: 0px;
}

#leftnav h2{
	font-size: 1.2em;
	padding: 3px 5px 3px 20px;
	margin: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #819C9F;
	color: #FFFFFF;
	background-color: #58335F;
}

#leftnav ul{
	padding: 0px;
	width: 260px;
	margin: 0px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DEEDF0;
}
#leftnav li{
	list-style-type: none;
	font-size: 1.2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: normal;
}

#leftnav a:link,  #leftnav a:visited{
	display: block;
	color: #58335F;
	text-decoration: none;
	padding-left: 20px;
	background-color: #CDE2E7;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	margin: 0px;
	width: 240px;
}

#leftnav a:hover, #leftnav a:active{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	background-color: #809C9F;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	margin: 0px;
	width: 240px;
}


#contact p {
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contact a:link,  #contact a:visited{
	color: #58335F;
	display: inline;
	padding-right: 5px;
	padding-left: 0px;
	background-color: #CDE2E7;
}

#contact a:hover, #v a:active{
	color: #5A305E;
	text-decoration: underline;
	background-color: #CDE2E7;
}

.highlight_txt {
	font-weight: bold;
	color: #58335F;
}

#pageopen a:link,  #pageopen a:visited{
	display: block;
	color: #58335F;
	text-decoration: none;
	padding-left: 20px;
	background-color: #C8BCCB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	margin: 0px;
	width: 240px;
	background-image: url(images/leftnav_over.jpg);
}

#pageopen a:hover, #pageopen a:active{
	display: block;
	color: #58335F;
	text-decoration: none;
	padding-left: 20px;
	background-color: #C8BCCB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	margin: 0px;
	width: 240px;
	background-image: url(images/leftnav_over.jpg);
	background-repeat: repeat-y;
}

#address{
	background-image: url(images/startfooter.jpg);
	clear: both;
	height: 21px;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;

}
#footer {
	background-color: #EBE6EC;
	color: #5A305E;
	text-align: center;
	font-size: 1.2em;
	padding: 5px;
}
#footer p{
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li{
    display:inline;
	list-style: url(none) none;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}

#footer a:link,  #footer a:visited {
	color: #5A305E;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #53395C;
	text-decoration: underline;
}
#subfoot {
	text-align: center;
	clear: both;
	width: 792px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 1.2em;
	color: #999999;
}

#subfoot p {
	padding: 5px;
}
#subfoot a:link,  #subfoot a:visited {
	color: #999999;
	text-decoration: none;
}
#subfoot a:hover, #subfoot a:active {
	color: #5A305E;
	text-decoration: underline;
}
.paddiv {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0px;
	padding-left: 0px;
}

input {
	font-size: 1.1em;
	border: 1px solid #857657;
	padding: 5px;
	background-color: #FFFFFF;
}
textarea {
	font-size: 1.1em;
	border: 1px solid #857657;
	padding: 5px;
	background-color: #FFFFFF;
}

.smalltxt {
	font-size: 0.8em;
}
label {
	font-size: 1.0em;
	color: #666666;
}
option {
	color: #333333;
	border: none;
	padding: 2px;
}

.biggertxt {
	font-size: 1.5em;
}

#fees {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #58335F;
	border-right-color: #58335F;
	border-bottom-color: #58335F;
	border-left-color: #58335F;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#fees td{
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #58335F;
	border-right-color: #58335F;
	border-bottom-color: #58335F;
	border-left-color: #58335F;
}

.tealbg {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #819C9F;
}

.mauvebg {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C8BCCB;
}
.whitebg {
	background-color: #FFFFFF;
}
.fltleft {
	float: left;
}
#leftimage_welcome {
	width: 260px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/left_image15.jpg);
	height: 368px;
	background-repeat: repeat;
}
.centimg {
	padding-left: 45px;
}
.staffimg {
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 0px;
}

