html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-size: 100%;
}

body {
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-color: #9900ff;
    line-height: 1.2em;
    font-size: 1em;
    color: #9933ff;
    font-family: "Times New Roman", Times, serif;
    margin: 0px 0px 0px 0px;
}
body img {
    border: 0px;
    text-decoration: none;
    max-width: 100%;
    height: auto;
    width: auto\9; 
}

h1, h2, h3 {
    color: #9933ff;
    margin: 5px 0px 5px 10px;
    font-family: "Times New Roman", Times, serif;
}
h1 {
    text-align: center;
    font-size: 1.7em;
}
h2 {
    text-align: left;
    font-size: 1.3em;
}
h3 {
    text-align: left;
    font-size: 1.1em;
}

a, a:link {
    color: #9933ff;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #9933ff;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #6600CC;
    text-decoration: underline;
}
a:focus {
    color: #9933ff;
}
a:active {
    color: #9933ff;
}

#outerWrapper {
    background-color: #ffffff;
    width: 80%;
    text-align: left; 
    margin: 25px auto 25px auto;
    border: 1px #ffffff solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -moz-box-shadow: 0 0 20px #ffffff;
    -webkit-box-shadow: 0 0 20px #ffffff;
    box-shadow: 0 0 20px #ffffff;
}

#outerWrapper #header {
    background-color: #ffffff; background-image: url('Images/Purplebear.jpg'); background-repeat: no-repeat; background-position: left top; height: 120px;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    min-height: 100px;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
}
#outerWrapper #header .sitename {
    font-family: "Lucida Calligraphy", Times, serif;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    color: #9933FF;
    margin-top: 30px;
    margin-left: 25px;
    letter-spacing: .25em;
    line-height: 1em;
}
.tagline {
    font-size: small;
}

#outerWrapper #top-nav {
    background-color: #d3a7ff;
    min-height: 2.3em;
    padding: 10px 10px 10px 10px;
    border-bottom: solid 1px #d3a7ff;
}
#outerWrapper #top-nav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
#outerWrapper #top-nav li {
    float: left;
}
#outerWrapper #top-nav a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0px 1px;
    padding: 5px;
    display: block;
}
#outerWrapper #top-nav a:hover {
    background-color: #d3a7ff;
    color: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#contentWrapper {
    clear: both;
    background: #FFFFFF;
    overflow: hidden;
    background-image: url('../images/content-bg2.jpg');
    background-repeat: repeat-y;
}

#leftColumn1 {
    float: left;
    width: 200px;
    padding: 10px 10px 10px 10px;
   
}


#leftColumn1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 4px;
}
#leftColumn1 li {
    list-style: none;
    padding: 2px 0;
}
#leftColumn1 ul li a {
    display: block;
    color: #FFFFFF;
    padding: 4px;
    text-decoration: none;
    background-color: #d3A7ff;
    border: 1px solid #d3a7ff;
    margin-top: 3px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
#leftColumn1 a:hover {
    color: #000000;
    background-color: #d3a7ff;
    border: 2px solid #d3a7ff;
}

.heading {
    display: block;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px;
    background: #d3a7ff;
    text-decoration: none;
    border: 1px solid #d3a7ff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

#content {
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 0px 230px;
}

#breadcrumb {
text-align: left;
color:#9933ff;
font-size: 1em;
}


table.center {
    margin-left:auto;
    margin-right:auto;
}

table {
    background-color: #ffffff;
    width: 90%;
    font-family: "Times New Roman", Times, serif;
    font-size: 1em;
    color: #9933FF;
    text-align: center;
}

td {
    text-align: center;
    padding: 15px;
    width: 150px;
    height: 150px
}

td img {
        display: block;
        margin: 0 auto; 
}


.xsmall-image {
max-width: 88px;
max-height: 31px;
}


.small-image {
max-width: 125px;
max-height: 125px;
}

.large-image {
max-width: 225px;
max-height: 225px;
}


img.safe  {
max-width: 88px;
max-height: 31px;
	
}


hr { 
    display: block;
    color: #d3a7ff;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} 

.clearFloat {
    display: block;
    clear: left;
}

#outerWrapper #footer {
    background-color: #d3a7ff;
    padding: 10px 10px 10px 10px;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    color: #ffffff;
}

#outerWrapper #footer p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: .85em;
}
#outerWrapper #footer a:link {
    color: #ffffff;
}
#outerWrapper #footer a:visited {
    color: #ffffff;
}
#outerWrapper #footer a:hover, #outerWrapper #footer a:focus {
    color: #FFFFFF;
}
#outerWrapper #footer a:active {
    color: #9933ff;
}

.imglft {
    padding: 5px 10px 5px 0px;
    float: left;
}

.imgrgt {
    padding: 5px 0px 5px 10px;
    float: right;
}

.imgctr {
    display: block;
    margin: 0px auto;
}

.ctr {
    text-align: center;
}
.smltxt {
    font-size: small;
}

form fieldset {
    padding: 1em;
    font: 80%/1 sans-serif;
    border: 2px solid #000000;
    width: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 3px 3px 6px #dddddd;
    -moz-box-shadow: 3px 3px 6px #dddddd;
    -webkit-box-shadow: 3px 3px 6px #dddddd;
}

form fieldset label {
    width: 15%;
    margin-right: 0.5em;
    padding-top: 0.2em;
    text-align: right;
    font-weight: bold;
}

form fieldset legend {
    padding: 0.2em 0.5em;
    color: #000000;
    font-size: 90%;
    text-align: right;
    font-variant: small-caps;
}

.cf {
    border: 1px #353c48 solid;
    background-image: url('../images/form-bg.jpg');
    background-repeat: repeat;
}

.button {
    font: normal 90% Verdana, serif;
    height: 22px;
    border: 1px solid #CDBB99;
    background-color: #4A3527;
    color: #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

input:focus {
    border: 2px solid #993300;
}


