
/* GLOBAL */

body {
	background: #d0c7f6;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica, Sans-serif;
	}

.clear {
	clear: both;
	}

a:link, a:visited {
    text-decoration: none;
    color: #644dc4;
    }

a:hover {
    color: #5b8c5e;
    text-decoration: underline;
    }

ul {
    margin: 0px 0px 20px 40px;
    padding: 0px;
    }
    
li {
    list-style-image: url(images/li.gif);
    list-style-type: circle;
	margin-bottom: 5px;
	padding-right: 5px;
    }

li a:link, li a:visited {
    text-decoration: none;
    }
    
li a:hover {
    color: #5b8c5e;
    text-decoration: underline;
    }

.headerh {
	margin-top: 7px;
	margin-bottom: 3px;
    color: #86b088;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Verdana;
    }

.headera {
	margin-top: 7px;
	margin-bottom: 3px;
    color: #b5b670;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: Arial, Verdana;
    }
	
.textlarge {
    color: #8774d4;
    font-size: 18px;
    font-weight: normal;
    font-family: Arial, Verdana;
    }

.textmedium {
    color: #444;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana, Arial;
    line-height: 22px;
	padding: 12px;
    }

.textsmall {
    color: #000;
    font-size: 10px;
    font-weight: normal;
    font-family: Verdana, Arial;
    line-height: 16px;
	padding: 7px;
    }

.textform {
    color: #444;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana, Arial;
    line-height: 22px;
    }

h6 {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 9px;
    font-weight: normal;
    }

h6 span {
    padding-right: 5px;
    }

.homebox {
	postition: relative;
	width: 327px;
	height: 190px;
	text-align: center;
	margin-top: 100px;
	margin-right: 32px;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
	line-height: 18px;
    font-family: Arial, Verdana;
    }

#shadowbottom {
    background: url(images/bkgdshadowbottom.jpg) no-repeat top left;
    width: 816px;
    height: 50px;
    }

#footernav {
    padding-top: 5px;
    text-align: center;
    color: #444;
    font-size: 10px;
    text-transform: uppercase;
    font-family: Arial, Verdana;
    text-decoration: none;
    letter-spacing: 2px;
    }

#copyright {
    margin: 0px 0px 30px 0px;
    padding-top: 5px;
    text-align: center;
    color: #444;
    font-size: 10px;
    font-family: Arial, Verdana;
    letter-spacing: 1px;
    }

#copyright a:link, #copyright a:visited {
    text-decoration: underline;
    }

#copyright a:hover {
    color: #FFF;
    }


